Jul 22, 2003 #1 benbrad Technical User Joined Jul 22, 2003 Messages 1 Location IN how can we quit from a movie with an exit button assigned with a lingo scripting
Jul 22, 2003 1 #2 kennethkawamoto Technical User Joined Nov 19, 2002 Messages 2,710 Location GB Use Code: halt or Code: quit . During authoring mode Code: halt doesn't exit the application while Code: quit does. Code: -- on mouseUp me halt end mouseUp -- Upvote 0 Downvote
Use Code: halt or Code: quit . During authoring mode Code: halt doesn't exit the application while Code: quit does. Code: -- on mouseUp me halt end mouseUp --