May 8, 2002 #1 aamaker Programmer Joined Jan 20, 2002 Messages 222 Location US I've built my first director movie and am pleased with the outcome... What does the Lingo scrip look like for an 'exit' button.. basically, I want to close the movie with a mouse click. -- Stumped. Thanks.
I've built my first director movie and am pleased with the outcome... What does the Lingo scrip look like for an 'exit' button.. basically, I want to close the movie with a mouse click. -- Stumped. Thanks.
May 9, 2002 #2 3Y3 Programmer Joined Sep 18, 2001 Messages 45 Location CA try this on your exit button: on mouseup me quit end Upvote 0 Downvote
May 13, 2002 #3 Baixinha Programmer Joined Dec 27, 2000 Messages 122 Location BR you also can use on mouseUp me halt end Upvote 0 Downvote