View Single Post
  #17  
Old 11-15-2003, 10:33 AM
Lance Lance is offline
dark overlord
Lance's Avatar
Join Date: Sep 2003
Location: Space Jam Mountain
Posts: 5,072
Lance is on a distinguished road
Quote:
Originally posted by -Ramirez-

Uh... what if the parameters were sent in ASCII code? In that case, #p(1) would be a NUMBER in string form, not the actual character. :/
newfeatures2002.txt

Quote:
- new script functions to access the keyboard
- events:
keypressed - occurs when a standard key has been pressed; because
several keys can be pressed at the same time you get the
pressed key directly as a parameter to the script (like in
actionxxx event): #p(0) is the keycode, #p(1) the character
(when its standard key);
Reply With Quote