home *** CD-ROM | disk | FTP | other *** search
/ Seeker / Seeker.iso / files_w / sound.dir / 00032.ls < prev    next >
Encoding:
Text File  |  1994-12-10  |  296 b   |  9 lines

  1. on mouseDown
  2.   global selectspnum
  3.   if (the castNum of sprite clickOn() mod 2) = 1 then
  4.     set the castNum of sprite selectspnum to the castNum of sprite selectspnum - 1
  5.     set the castNum of sprite clickOn() to the castNum of sprite clickOn() + 1
  6.     set selectspnum to clickOn()
  7.   end if
  8. end
  9.