home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1997 May / Pcwk0597.iso / optimus / agata / home.dir / 00048_loop in startSeq.ls < prev    next >
Encoding:
Text File  |  1997-02-20  |  331 b   |  15 lines

  1. on exitFrame
  2.   global theCoord, startTime, pierwszyRaz
  3.   set pierwszyRaz to 1
  4.   Animate(theCoord)
  5.   if soundBusy(3) = 0 then
  6.     set the dontHumWinnie of theCoord to 0
  7.     set the mouseDownScript to EMPTY
  8.     set the cursorHidden of theCoord to 0
  9.     set startTime to the ticks / 60
  10.     go(4)
  11.   else
  12.     go(the frame)
  13.   end if
  14. end
  15.