splash screen

Klaus Major k_major at os.surf2000.de
Wed Mar 12 12:58:01 EST 2003


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
k_major at os.surf2000.de




More information about the use-livecode mailing list