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

  1. on mouseUp
  2.   --ò Go back for Lip Videos
  3.   global gGoBackLocation
  4.   TurnOffPuppets(1,48)
  5.   puppetSound 0
  6.   global gSound,gSoundEnabledState
  7.   set the soundLevel to gSound
  8.   set the soundEnabled to gSoundEnabledState
  9.   set the movieRate of sprite 4 = 0
  10.   go to frame gGoBackLocation
  11. end