> i having a movie with quit button. when we click on > quit button it should display "message > window(confirmation box)" with "yes" and "no" options. > if we click on "yes" it should quit and if "no" it > should start the movie again. is there anyway to do > this without using an Xtra. You can go to a frame marked 'quit' on the quit button, and have two buttons -- yes and no. Yes would then quit, no would go to frame 1 or wherever you want to start from. If you want the box to appear on top of wherever you are, you could use an MIAW with two buttons. A yes button would have a behavior like: on mouseup close (the activeWindow) forget (the activeWindow) tell (the Stage) to continueYes end The handler 'on continueYes' would be in your main movie. You can have an 'on continueNo' that just quits too. Judy [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!]
