home *** CD-ROM | disk | FTP | other *** search
/ Seeker / Seeker.iso / files_w / 3d_dun.dir / 00070.ls < prev    next >
Encoding:
Text File  |  1994-12-01  |  167 b   |  10 lines

  1. on mouseUp
  2.   repeat with i = 2 to 4
  3.     set the cursor of sprite i to 0
  4.   end repeat
  5.   puppetSprite(30, 0)
  6.   puppetSprite(31, 0)
  7.   cursor(200)
  8.   go(the frame + 1)
  9. end
  10.