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

  1. on mouseUp
  2.   global gDestination
  3.   puppetSound "Goto_demos_2",1
  4.   updateStage
  5.   set gDestination = "NewDemo"
  6.   go to frame "Leave Main"
  7.   puppetSound 0
  8. end