home *** CD-ROM | disk | FTP | other *** search
/ Seeker / Seeker.iso / files_w / minka_b.dir / 00076.ls < prev    next >
Encoding:
Text File  |  1994-12-12  |  289 b   |  15 lines

  1. on mouseDown
  2.   global explode
  3.   repeat with i = 1 to 37
  4.     set the cursor of sprite i to 0
  5.   end repeat
  6.   cursor(200)
  7.   repeat with i = 1 to 4
  8.     if getAt(explode, i) then
  9.       puppetSprite(10 + (2 * i), 1)
  10.       puppetSprite(11 + (2 * i), 1)
  11.     end if
  12.   end repeat
  13.   go("scene3")
  14. end
  15.