home *** CD-ROM | disk | FTP | other *** search
/ Flight + Action / FlightAction.img / mrmore / tonline / 51btx.dir / 00033_Script_33 < prev    next >
Text File  |  1996-02-19  |  240b  |  15 lines

  1. on mouseUp
  2.   global gbTeleAuto
  3.   
  4.   if gbTeleAuto then
  5.     EndAutoSequence(8)
  6.     exit
  7.   end if
  8.   
  9.   if soundBusy (1) or soundBusy (2) then
  10.     stopSound 1
  11.     stopSound 2
  12.   end if
  13.   
  14.   go to frame "main" of movie "50.dir"
  15. end