View Single Post
Old 03-15-07, 01:08 PM   #9
Deamon
Commodore
 
Join Date: Apr 2002
Location: Germany
Posts: 642
Downloads: 5
Uploads: 0


Default

Quote:
Originally Posted by Chad
;Rudder Information
For Each KeyHit(26) TurnEntity conn,0,0.03,0 Until conn 0,0.24,0
;I have it stop at .24 to simulate 40 degrees, because, I want to go in increments of 5 degrees each key press, 5, 10, 15 etc, there would be 8 increments, ;and .03 * 8 = .24
For Each KeyHit(27) TurnEntity conn,0,-0.03,0 Until conn 0,0.24,0
EndIf
If KeyHit(40) Then TurnEntity conn,0,0,0 ; rudder amidships
No Chad no, i mean express it in Pseudo code not code! You know what pseudocode is ?

Also explain me what the problem is or give me the full code and i will look it up here.
Deamon is offline   Reply With Quote