Thanks alot for the tutorial, it's really helpfully. I'll be posting the game it helped me make soon. However: I have a game, with a car in it. Now, with my old code, which didn't have friction, the wheels rotated, with the speed. So, could you tell me how to make it move, right and left, WHILE the wheels rotate? I know it's something to do with:
It actually doesnt work I have tried it. wouldent it be easier if you just put it all on the movieclip in a clipevent handler? Anyways it doesnt explain or work so better luck next time.
I'll be posting the game it helped me make soon.
However:
I have a game, with a car in it.
Now, with my old code, which didn't have friction, the wheels rotated, with the speed.
So, could you tell me how to make it move, right and left, WHILE the wheels rotate?
I know it's something to do with:
_root.car["wheel"+i]._rotation += speed;
Could you please help?
wouldent it be easier if you just put it all on the movieclip in a clipevent handler?
Anyways it doesnt explain or work so better luck next time.