Yves,

You should make two stacks, one for the splash screen and one for your
stack where you can save data. This is because you can't save data back
to a standalone or to any substacks IN a standalone. So you'd do
something like this:

-- script of splash screen standalone
on openStack
  send "Continue" to me in 2 seconds
end openStack

on Continue
  open stack "Main.rev"
  quit
end Continue

Put them both in the same folder and this should work.

Ken Ray
Sons of Thunder Software
Email: [EMAIL PROTECTED]
Web Site: http://www.sonsothunder.com/ 

> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of yves COPPE
> Sent: Wednesday, March 12, 2003 3:57 AM
> To: [EMAIL PROTECTED]
> Subject: splash screen
> 
> 
> Hi,
> 
> 
> I'm in problems with a very simple question but find no way...
> 
> I'd like a stack (main stack) with a splash screen
> then 1 substack in fact a substack with data i can save
> 
> So I'd lik when I open the standalone that the splash screen comes 
> on, shows for 2 seconds then disappears and go to the substack "B"
> 
> on this substack "B", there is a btn "Quit"
> when I hit the btn, the substack "B" save and close
> show once again the splash screen stack for 2 seconds and then quit
> 
> I write a preopenstack handler in the splash screen stack to 
> do the job but the splash screen comes again on the screen !!
> 
> so can someone tell me how todefiitively  handle a splash screen and 
> the go automatically to a substack without having the splash screen 
> on the screen !
> 
> thank you.
> -- 
> Greetings.
> 
> Yves COPPE
> 
> Email : [EMAIL PROTECTED] 
> _______________________________________________
> use-revolution mailing list
> [EMAIL PROTECTED] 
> http://lists.runrev.com/mailman/listinfo/use-> revolution
> 

_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to