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: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 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" <[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 _______________________________________________ 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
