AW: The Art of Dissolving Splash Screens
    Tiemo Hollmann TB 
    toolbook at kestner.de
       
    Thu Jun 28 02:41:59 EDT 2007
    
    
  
Just for my interest, what is the advantage of using a separate splash stack
instead of using a splash card or splash image/graphic in mainstack? There
must be some, which I don't see.
Thanks
Tiemo
-----Ursprüngliche Nachricht-----
Von: use-revolution-bounces at lists.runrev.com
[mailto:use-revolution-bounces at lists.runrev.com] Im Auftrag von Scott Kane
Gesendet: Donnerstag, 28. Juni 2007 08:32
An: How to use Revolution
Betreff: Re: The Art of Dissolving Splash Screens
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
_______________________________________________
use-revolution mailing list
use-revolution at lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution
    
    
More information about the use-livecode
mailing list