home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1997 May / Pcwk0597.iso / optimus / agata / home.dir / 00245.ls < prev    next >
Encoding:
Text File  |  1997-02-20  |  483 b   |  19 lines

  1. on exitFrame
  2.   global theCoord, startTime
  3.   Animate(theCoord)
  4.   if soundBusy(3) = 0 then
  5.     set the mouseDownScript to EMPTY
  6.     cursor([182, 183])
  7.     set the cursorHidden of theCoord to 0
  8.     set the inHelp of theCoord to 0
  9.     set startTime to the ticks / 60
  10.     set the autTimeOut of theCoord to 120
  11.     set whichFrame to the frameAt of theCoord
  12.     set the frameAt of theCoord to 4
  13.     set the visible of sprite 42 to 0
  14.     go(whichFrame)
  15.   else
  16.     go(the frame)
  17.   end if
  18. end
  19.