The Art of Dissolving Splash Screens

Scott Kane scott at cdroo.com
Thu Jun 28 02:32:13 EDT 2007


From: "Sivakatirswami" <katir at hindu.org>

> 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




More information about the use-livecode mailing list