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

  1. on exitFrame
  2.   global lmoveblock, rmoveblock, leftable, rightable
  3.   if rollOver(5) then
  4.     set the castNum of sprite 6 to the castNum of sprite 6 + 2
  5.     updateStage()
  6.     set rightable to 1
  7.     go("center_f")
  8.   else
  9.     go(#loop)
  10.   end if
  11. end
  12.