Computer Science Canada

space bar

Author:  TrAnCeIn4LiFe [ Thu May 20, 2004 6:32 pm ]
Post subject:  space bar

what would be a key comand for space bar? i need to use it as firing for airplane?

Author:  AsianSensation [ Thu May 20, 2004 6:39 pm ]
Post subject: 

if ord (key) = 32

Author:  Paul [ Thu May 20, 2004 6:43 pm ]
Post subject: 

or u could go
code:

var key: string(1)
getch (key)
if key=" " then
fireplane
end if


: