Hi Joe,
Hi,
I’m trying to hide the present stack so I can show the one beneath
it and use
a dissolve transition. I thought the code below would work, but it
doesn’t.
How do I do it?
hide this stack with visual effect dissolve
unfortunately "visual effect xyz" does only work inside of a stack
and not the stack itself.
But if you have a recent version of REV, you can use the new
"blendlevel" property which
also works on a stack level!
Maybe with two handlers in the stackscript:
on dissolvestack whatstack
repeat with i = 10 to 100 step 10
## play with "wait" and the values in the repeat loop...
set the blendlevel of stack whatstack to i
wait 10
end repeat
hide stack whatstack
end dissolvestack
on undissolvestack whatstack
show stack whatstack
repeat with i = 90 down to 0 step 10
## play with "wait" and the values in the repeat loop...
set the blendlevel o stack whatstack to i
wait 10
end repeat
end undissolvestack
Joe
Orlando
Regards
Klaus Major
[EMAIL PROTECTED]
http://www.major-k.de
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution