home *** CD-ROM | disk | FTP | other *** search
/ Mundo do CD-ROM 25 / CDROM25.iso / lazer / fpwtdemo / Option.dcr / Internal_63.ls < prev    next >
Encoding:
Text File  |  1998-02-10  |  154 b   |  5 lines

  1. on exitFrame
  2.   set the keyDownScript to "if chartonum(the key) = 27 or (chartonum(the key) = 27 and the optiondown) then play done"
  3.   PlayBackSound()
  4. end
  5.