home *** CD-ROM | disk | FTP | other *** search
/ Boot Disc 1 / boot-disc-1996-08.iso / bootcd.dir / 00443_Script_443 < prev    next >
Text File  |  1996-07-02  |  586b  |  19 lines

  1. on mouseDown
  2.   set spritenum=the clickon
  3.   puppetsprite spritenum,true
  4.   set the castnum of sprite spritenum to the number of cast "rewinddown"
  5.   puppetsprite 12,true
  6.   set the castnum of sprite 12 to the number of cast "play"
  7.   updateStage
  8.   set the movieRate of sprite 4 to -5.0
  9. end
  10.  
  11. on mouseUp
  12.   set the movieRate of sprite 4 to 1.0
  13.   set spritenum=the clickon
  14.   set the castnum of sprite spritenum to the number of cast "rewind"
  15.   puppetsprite 12,true
  16.   set the castnum of sprite 12 to the number of cast "playhigh"
  17.   updateStage
  18.   puppetsprite spritenum,false
  19. end