> If I have 2 sw movies on a webpage... > How can I click on one and make another one perform and action
Use setpref() in the frist movie, and getpref() in the second movie, to write/read flags. The second movie would be periodically checking a flag via getpref, either on a frame event, or a timeout object's callback. -Kurt [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/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!]
