home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 1997 September / Personal_Computer_World_Sep_97.iso / DXRS / FGAPCW09.DXR / 00002_Menu FrameScript.ls < prev    next >
Encoding:
Text File  |  1997-06-25  |  409 b   |  24 lines

  1. on exitFrame
  2.   global FGAFirstTime, fgasection
  3.   go(the frame)
  4.   case FGAFirstTime of
  5.     0:
  6.       FGASetPuppets()
  7.     1:
  8.       FGAHiliteIcons()
  9.     2:
  10.       fgaPreviewsetup()
  11.       updateStage()
  12.     3:
  13.       FGAChoosePreview()
  14.       if fgasection = "Screenshots" then
  15.         FGAChooseShot()
  16.       end if
  17.       FGADEMOCHOICE()
  18.     4:
  19.       FGAWhichPreviewSetup()
  20.   end case
  21.   ALLHelp()
  22.   ALLMenuReturn()
  23. end
  24.