TorskMunken on DeviantArthttp://creativecommons.org/licenses/by/3.0/https://www.deviantart.com/torskmunken/art/Flash-tutorial-76000882TorskMunken

Deviation Actions

TorskMunken's avatar

Flash tutorial.

By
Published:
15K Views

Description

Theres like 10000000 other tutorials like this on the net, but i wanted to make my own.
Image size
550x400px 27.18 KB
Comments14
Join the community to add your comment. Already a deviant? Log In
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:

_root.car["wheel"+i]._rotation += speed;

Could you please help?