home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Magazin 1997 March / Image.iso / schwieri.dxr / Schwierigk_49_GoToSchwierigk.ls < prev    next >
Encoding:
Text File  |  1996-10-28  |  252 b   |  11 lines

  1. global gDifficulty
  2.  
  3. on exitFrame
  4.   if not WaitForSounds() then
  5.     SpriteCursor([4, 5, 6], ["CursorFinger", "CursorFingerMask"])
  6.   end if
  7.   SpriteCursor([16], ["CursorGrab", "CursorGrabMask"])
  8.   VisibleSprites(15, 17)
  9.   go(the frame + gDifficulty)
  10. end
  11.