home *** CD-ROM | disk | FTP | other *** search
/ Roboty / ROBOTS_CD.iso / qtchecker.dxr / 00004.ls < prev    next >
Encoding:
Text File  |  2005-04-28  |  145 b   |  10 lines

  1. on exitFrame
  2.   go(the frame)
  3. end
  4.  
  5. on keyDown
  6.   if the keyPressed = "v" then
  7.     alert("quickTimeVersion() =" && QuickTimeVersion())
  8.   end if
  9. end
  10.