Search found 1 match

by thePyro_13
Fri Jun 23, 2006 2:06 pm
Forum: Beginners Help
Topic: FPS Camera don't stop !!!
Replies: 5
Views: 340

hi, im new to programming(so if this is wrong dont be mad :S) but i think mabe you should be useing a WHILE loop to check if both the mouse button and the UP key is down before moving the camera ie. the rest of your code while(rightmousebuttondown AND Keydown) { code for moving camera } whatever els...