home *** CD-ROM | disk | FTP | other *** search
/ Venus' Playhouse / Venus_Playhouse.iso / mac / PCPLHAUS.DXR / 00168_Script_168 < prev    next >
Text File  |  1998-03-29  |  172b  |  11 lines

  1. --Fast forward
  2. on mouseDown
  3.   set the movieRate of sprite 11 to 0
  4.   anIt
  5.   puppetSound "Button"
  6.   delay 60
  7.   unanIt
  8.   puppetSound 0
  9.   fastForwardQT
  10. end mouseDown
  11.