home *** CD-ROM | disk | FTP | other *** search
/ Seeker / Seeker.iso / files_w / 5balls.dir / 00051.ls < prev    next >
Encoding:
Text File  |  1994-12-05  |  242 b   |  12 lines

  1. on exitFrame
  2.   global getpoints
  3.   puppetSound(0)
  4.   set the cursor of sprite 12 to 0
  5.   set the cursor of sprite 16 to [243, 244]
  6.   set the cursor of sprite 17 to [243, 244]
  7.   cursor(-1)
  8.   if getAt(getpoints, 2) then
  9.     go(#next)
  10.   end if
  11. end
  12.