*UPDATE* I made this a very long time ago. This is not very good, I was a low beginner. If you want me to make another tutorial, send me a private message. I’m med-low inter now, so don’t look at this vid expecting a kickass tutorial. Sorry guys.[/update] This tut was made to show you how to make a good flash effect in a fist fight, making it look like it had a harder impact. I also show how to reload a magazine fed, bolt action rifle, like the scout. More tuts on reloading to come.
Tag-Archive for ◊ tutorial ◊
Tutorial sobre utilização de instancias de Objetos no Flash
This is part 2 of my Stick Man animation tutorials. If you have not already watched my first video please do because we will be using the final result of that video for this tutorial, if you do not want to create an animation, then you can use the project files from my first video: www.mediafire.com And here are the project files for this Tutorial: www.mediafire.com A link to the first Video: www.youtube.com And a link to the third video: www.youtube.com
Como crear una simple animacion en flash. How to make an easy animation in flash.
this is my first tutorial of flash. Copy the code here: onclipevent (enterframe) { _y += acelerar*Math.sin(_rotation/57.3); _x += acelerar*Math.cos(_rotation/57.3); acelerar *= 0.8; } onclipevent (enterframe) { if (Key.isdown(Key.UP)) { acelerar = 10 } else { acelerar = 0 } } onclipevent (enterframe) { if (Key.isdown(Key.DOWN)) { acelerar = -15 } } onclipevent (enterframe) { if (Key.isdown(Key.LEFT)) { _rotation -= 15 } } onclipevent (enterframe) { if (Key.isdown(Key.RIGHT)) { _rotation += 10 } }
