Splash Screen Launcher
Shao Sean
shaosean at wehostmacs.com
Tue Oct 9 16:02:39 EDT 2007
> 3) in the launcher stack's script editor write:
> on openStack
> go stack "thatOtherStack"
> set the visible of me to false
> end openStack
Viktoras, the only thing I would mention as a possible change would
be to put this code into the "startUp" handler instead "openStack"
on startUp
go stack "thatOtherStack"
set the visible of me to FALSE
end startUp
The difference being the "startUp" command is only fired when the
program first starts the "openStack" message will be fired every time
a stack is opened so you'll need to trap it.
Thanks for the coding tip though as I am going to be doing the exact
same thing in the next day or two :-)
-Sean
More information about the use-livecode
mailing list