home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World Interactive 1996 May / PCW_MAY_1996_LINUX_UKUUG.ISO / pcwi.dir / 00270_Script_270 < prev    next >
Text File  |  1996-03-01  |  141b  |  10 lines

  1. global windowed
  2.  
  3. on enterFrame
  4.   put TRUE into windowed
  5. end
  6.  
  7. on exitFrame
  8.   puppetPalette "Windows Palette"
  9.   go to "Front Page"
  10. end