home *** CD-ROM | disk | FTP | other *** search
/ Mac Ga Ichiban! 1997 April / macgaichiban199704.bin / MOVIES / JIYU.Dxr / 00090.ls < prev    next >
Encoding:
Text File  |  1997-02-06  |  494 b   |  20 lines

  1. on mouseDown
  2.   puppetSound("on")
  3.   updateStage()
  4.   button()
  5.   if rollOver(clickOn()) then
  6.     puppetSprite(20, 1)
  7.     set the castNum of sprite 20 to the number of member "newd"
  8.     updateStage()
  9.     wait(4)
  10.     set the castNum of sprite 20 to the number of member "newd1"
  11.     updateStage()
  12.     wait(4)
  13.     set the castNum of sprite 20 to the number of member "newd2"
  14.     updateStage()
  15.     wait(4)
  16.     set the castNum of sprite 20 to the number of member "newd3"
  17.     updateStage()
  18.   end if
  19. end
  20.