home *** CD-ROM | disk | FTP | other *** search
/ LAUNCH 2 / LAUNCH.BIN / mac / SONY / PAYOFF.DIR / 00043_Script_43 < prev    next >
Text File  |  1995-06-07  |  332b  |  18 lines

  1. --wait for mouseclick
  2.  
  3. on exitFrame
  4.   ARROWCURSOR
  5.   startTimer
  6.   repeat while the timer < (5 * 60)
  7.     if the mouseDown then
  8.       puppetsprite(7), false
  9.       puppetsprite(9), false
  10.       go (the frame + 1)
  11.       abort
  12.     end if
  13.     updateStage
  14.       end repeat
  15.   puppetsprite(7), false
  16.   puppetsprite(9), false
  17. end
  18.