home *** CD-ROM | disk | FTP | other *** search
/ תקליטור אוסף נבחרי 95 / Top_95.iso / TOP95 / KIDS / FROGHOP / FROGHOP.EXE / FROGHOP.dxr / 00095.ls < prev    next >
Encoding:
Text File  |  1996-11-01  |  193 b   |  10 lines

  1. on mouseUp
  2.   global GRIDNUM, grid
  3.   if (the clickOn - 14) = grid then
  4.     exit
  5.   end if
  6.   setAt(GRIDNUM, the clickOn - 14, 96)
  7.   set the castNum of sprite the clickOn to 96
  8.   updateStage()
  9. end
  10.