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

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