
-----------------------------------
TrAnCeIn4LiFe
Thu May 20, 2004 6:32 pm

space bar
-----------------------------------
what would be a key comand for space bar? i need to use it as firing for airplane?

-----------------------------------
AsianSensation
Thu May 20, 2004 6:39 pm


-----------------------------------
if ord (key) = 32

-----------------------------------
Paul
Thu May 20, 2004 6:43 pm


-----------------------------------
or u could go

var key: string(1)
getch (key)
if key=" " then
fireplane
end if

