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

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