Splash Screen Launcher
viktoras didziulis
viktoras at ekoinf.net
Tue Oct 9 03:07:53 EDT 2007
correction for the launcher's handler:
on openStack
hide me in 1 sec
go stack "thatOtherStack"
end openStack
> Hi Mark,
>
> 1) create 2 stacks: one is going to be your launcher splashscreen app,
> the other - stack to be run via the splashscreen;
> 2) in stack inspector for the launcher stack set "Stack Files"
> pointing to that other stack;
> 3) in the launcher stack's script editor write:
> on openStack
> go stack "thatOtherStack"
> set the visible of me to false
> end openStack
More information about the use-livecode
mailing list