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

_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to