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

  1. on mouseUp
  2.   --ò Go to Features
  3.   global gGoBackPath
  4.   set gGoBackPath = marker(0)
  5.   puppetSound "Goto_features_1",1
  6.   updateStage
  7.   cursor 4
  8.   TurnOffPuppets 1,48
  9.   go to frame "Lip"
  10.   cursor -1
  11. end