home *** CD-ROM | disk | FTP | other *** search
/ Boot Disc 2 / boot-disc-1996-10.iso / Demo.dir / 00030_Script_30 < prev    next >
Text File  |  1996-08-09  |  130b  |  8 lines

  1. on exitFrame
  2.   global gReturn
  3.   if gReturn=true then
  4.     go to movie "BootCD.dir"
  5.   else
  6.     go to "opendoors"
  7.   end if
  8. end