home *** CD-ROM | disk | FTP | other *** search
/ Flight + Action / FlightAction.img / mrmore / tonline / 50.dir / 00003_Script_3 < prev    next >
Text File  |  1996-02-19  |  317b  |  17 lines

  1. on mouseUp
  2.   global gbTeleAuto, gnLastMouseH
  3.   
  4.   if gbTeleAuto then
  5.     EndAutoSequence(1)
  6.     exit
  7.   end if
  8.   
  9.   set gbTeleAuto=false
  10.   if soundBusy(1) or soundBusy(2) then
  11.     
  12.     sound stop 1
  13.     sound stop 2
  14.   end if
  15.   set gnLastMouseH=the mouseH+20
  16.   go to frame "main" of movie "haupt.dir"
  17. end