sooo.. now im gonna learn it a bit ;D
P.S.
The topic can be closed now
Latest posts made by Vtec234
-
RE: One controller
-
RE: One controller
Thanks and you too ;D Ow, but an other question - what scripting language is it written in?
@EDIT
Because some of those Sketchy things are in Ruby.. but i think SketchyPhysics doesn't use it... -
RE: One controller
ow... thanks i didn't think about the motor joint
thank you guys for all the help - this forum users are really intelligent - the car works perfecto
-
RE: One controller
i checked it... and yea it works, but in my model, i think that its something with wheels... check this:
Car -
RE: One controller
umm yea now i made a car (without steering, just forward and backward), but it doesn't move backward, only forward O.o A standard question: what is going on? xD
-
RE: One controller
wow thx ur good
ow but i dont have an idea where to putif key("Up")==1 setVar("drive",1) elsif key("Down")==1 setVar("drive",-1) else setVar("drive",0) end
-
RE: One controller
ok but how to make that up is forward and down is backward?
@EDIT
Because I made a car and when I press "up" the car doesn't move because wheels turn in other directions!