Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

exiting projector 1

Status
Not open for further replies.

benbrad

Technical User
Jul 22, 2003
1
IN
how can we quit from a movie with an exit button assigned with a lingo scripting
 
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
--
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top