home *** CD-ROM | disk | FTP | other *** search
/ PC Format Collection 13 / PCFORMAT.bin / demo.dir / 00016_Script_16 < prev    next >
Text File  |  1995-03-06  |  184b  |  13 lines

  1. on exitFrame
  2.   cursor 4
  3.   init
  4.  
  5.   
  6.   set the visible of sprite 37 to FALSE
  7.   set the visible of sprite 36 to FALSE
  8.   updatestage
  9.   
  10.   
  11.   go frame "MainMenu"
  12.   cursor -1
  13. end