home *** CD-ROM | disk | FTP | other *** search
/ FDR / FDR.iso / FDR / FDR.DXR / 00006_OK.ls < prev    next >
Encoding:
Text File  |  1996-10-22  |  164 b   |  11 lines

  1. global vPal, vDelim
  2.  
  3. on exitFrame
  4.   set vPal to "oPal"
  5.   if the key = "D" then
  6.     go("DEMO")
  7.   else
  8.     go(1, the pathName & "DATA" & vDelim & "0_0")
  9.   end if
  10. end
  11.