home *** CD-ROM | disk | FTP | other *** search
/ Mac Ga Ichiban! Special / macgaichibanspecial1.bin / MOVIES / ROOM / 00038.ls < prev    next >
Encoding:
Text File  |  1995-12-13  |  362 b   |  10 lines

  1. on switch
  2.   global pause
  3.   puppetSprite(clickOn(), 1)
  4.   set cname to item 1 of the name of cast the castNum of sprite clickOn()
  5.   set pauseState to value(item 2 of the name of cast the castNum of sprite clickOn())
  6.   set the castNum of sprite clickOn() to the number of cast (cname & "," & not pauseState)
  7.   updateStage()
  8.   set pause to value(not pauseState)
  9. end
  10.