I think I found the answer. Anyone care to confirm?
-- script of splash screen standalone (named "Splash.rev")
on openStack
send "Continue" to me in 2 seconds
end openStack
on Continue
open stack "Main.rev"
close stack "Splash.rev"
end Continue
So the above seems to indicate that closing a stack (even though it contains the standalone engine) leaves the engine running. Correct?
Thanks,
Barry
- Standalone with extra stacks Barry Levine
- Re: Standalone with extra stacks Pierre Sahores
- Barry Levine
