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

  1. on mouseUp
  2.   global gGoBackLocation
  3.   cursor 4
  4.   TurnOffPuppets 1,48
  5.   put marker(0) into gGoBackLocation
  6.   go to frame "Subscribe"
  7.   cursor -1
  8. end