home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1997 May / Pcwk0597.iso / optimus / agata / home.dir / 00010_play first sounds.ls < prev    next >
Encoding:
Text File  |  1997-02-20  |  354 b   |  15 lines

  1. on exitFrame
  2.   global firstTime, theCoord, startTime
  3.   Animate(theCoord)
  4.   set the ink of sprite 22 to 8
  5.   if firstTime then
  6.     set the mouseDownScript to "dontPassEvent"
  7.     cursor(200)
  8.     set the cursorHidden of theCoord to 1
  9.     go("startSeq")
  10.   else
  11.     set the dontHumWinnie of theCoord to 0
  12.     set the cursorHidden of theCoord to 0
  13.   end if
  14. end
  15.