> like how "play done" works  I read in the lingo dictionary about the
> externalEvent function and I tried that.

Are you using the gotoNetPage command?  This sounds like what you're
missing.  From your description it doesn't sound like this is an
externalEvent issue.

Before moving to another .dcr, save the name of the one you're currently in
into a global variable:

global sLastMovie
sLastMovie = the movie
gotoNetPage nextMovie

Then when you need to return, use gotoNetMovie sLastMovie.  Of course it's
very simplified example, but you get the idea.

/*********************************
* Rob Wingate, Software Human    *
* http://www.vingage.com         *
* mailto:[EMAIL PROTECTED] *
*********************************/

[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo.  Thanks!]

Reply via email to