TYYYYYY i was searching this!!!! omg ty!!!
This is my easy step to step tutorial on how to make a flash game in flash 8.... In this flash I will be showing you in some simple steps how to create a moving and turning character for a flash game! Please go to www.theFlashGallery.tk to see more of our great flash movies and games! Please Rate And Review! If the code in the tutorial doesnt work try this:
onClipEvent (load) {
speed = 4;
}
onClipEvent (enterFrame) {
if (Key.isDown(Key.RIGHT)) {
this.gotoAndStop(2);
this._x += speed;
} else if (Key.isDown(Key.LEFT)) {
this.gotoAndStop(4);
this._x -= speed;
}
if (Key.isDown(Key.UP)) {
this.gotoAndStop(1);
this._y -= speed;
}
if (Key.isDown(Key.DOWN)) {
this.gotoAndStop(3);
this._y += speed;
}
}
If this doesnt work then you might want to check your using 'FLASH8'!!!!!!!!!!!
TYYYYYY i was searching this!!!! omg ty!!!
Useful
The basic of the basics :)
well this is a basic
This is the basic flash game tut that you can find very useful not a 9 and 7 but im a good person
actually 5 not 7 ( peer pressure )
alright so this is a good tutorial for beginners to look at, you get props for that this seeing as it is an informative and easy to understand tut.
however visually it was very ordinary so if you plan to make more you could make your next tutorials better with your own customized menus and buttons etc if you dont customise your works people wont be able to say 'hey that's dan0vs' tut i learnt alot, they wouldn't be ably to distinguish you from all the other tuts, so think about that. done and enjoy the review
well now...
...You defnetley rushed this on to NG, That olny teaches you one thing, and nothing else. Try telling peeps how to make it move left and right on a rectangle, and call it a platrofmer tutoral, sence thats what it is.