home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1997 February / WPCFEB97.ISO / dxrs / geswfeb.dxr / 00002_IFLINtroFrame.ls < prev    next >
Encoding:
Text File  |  1996-12-05  |  240 b   |  16 lines

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