Hi Ken,

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.

quit ???


C'mon Ray... ;-)

I am sure you mean something like:
close stack "A", don't you?

Ken Ray


Regards

Klaus Major
[EMAIL PROTECTED]

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

Reply via email to