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

  1. on jumpframe
  2.   set cname to item 1 of the name of cast the castNum of sprite clickOn()
  3.   set the castNum of sprite clickOn() to the number of cast (cname & ",on")
  4.   puppetSound("cool")
  5.   updateStage()
  6.   set a to the timer
  7.   repeat while the timer < (a + 10)
  8.   end repeat
  9.   go(cname)
  10. end
  11.