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
_______________________________________________
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