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

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