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

  1. on mouseUp
  2.   global gDestination,gGoBackLocation
  3.   set gGoBackLocation = "Main Init"
  4.   puppetSound "Goto_BootNet_2",1
  5.   updateStage
  6.   set gDestination = "Bootnet Text"
  7.   go to frame "Leave Main"
  8. end