home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1996 August / WPCAUG96.ISO / geswaug.dxr / 00002_IFLINtroFrame.ls < prev    next >
Encoding:
Text File  |  1996-06-14  |  291 b   |  17 lines

  1. on exitFrame
  2.   global GESWhichXplor
  3.   go(the frame)
  4.   if GESWhichXplor = 0 then
  5.     puppetPalette(998)
  6.   else
  7.     if GESWhichXplor = 1 then
  8.       puppetPalette(998)
  9.     else
  10.       if GESWhichXplor = 2 then
  11.         puppetPalette("NoteGes")
  12.       end if
  13.     end if
  14.   end if
  15.   GESReturn(1)
  16. end
  17.