home *** CD-ROM | disk | FTP | other *** search
/ Mac Ga Ichiban! 1996 October / macgaichiban199610.bin / MOVIES / RINKAI.Dxr / 00186.ls < prev    next >
Encoding:
Text File  |  1996-08-14  |  283 b   |  10 lines

  1. on mouseDown
  2.   global place
  3.   if place > 0 then
  4.     set the castNum of sprite (place - 6) to the number of cast ("shop" & place & ",off")
  5.   end if
  6.   set place to clickOn() + 6
  7.   set the castNum of sprite (place - 6) to the number of cast ("shop" & place & ",on")
  8.   updateStage()
  9. end
  10.