From: "Sivakatirswami" <[EMAIL PROTECTED]>

on closeSplash
  hide this stack with visual effect dissolve
  wait 1 second # adding this wait did not help
  open stack tLocation
end closeSplash

Here's what I do...

On PreOpenStack
 send DissolveSplash to me in 2 seconds
end PreOpenStack

on DissolveSplash

repeat while the blendlevel of this stack < 100

set the blendLevel of this stack to the blendLevel of this stack + 1

end repeat

set the visible of stack "Your Main Stack" to true -- or any other method you are using.

Close this Stack

end DissolveSplash





Scott Kane

_______________________________________________
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

Reply via email to