Strike Force Heroes 2
The explosive sequel to the hit game Strike Force Heroes!
3.95 / 5.00 11,604 ViewsObsolescence
Defeat the enormous mechanical beasts--and become one of them.
4.04 / 5.00 50,578 ViewsVisit www.Gamecubicle.net!
People still seem to use this tutorial, better check out _ULTIMATE TUTORIAL 2_, it also covers this subject.
My second tutorial. It's how to make a simple game. It's only for beginners (but you already have to know a little bit about flash)
Please put it in the review if you found something in the tutorial thats not correct. And review if you have any tips for me. Note: The may be a few grammar/spelling foults in this tutorial, but thats because i'm not english. Hope you like my new tutorial!
Reviews
Rated 5 / 5 stars November 5, 2012
like vidoe helped me iknow now how do i make a flash game :)
Rated 5 / 5 stars March 1, 2010
Good tutorial!
Good tutorial, but there are some bugs:
-The player will explode for ever. Solution: Just put a stop(); in the last keyframe from your player explosion animation.
-This is another way to make the code for the player:
onClipEvent (enterFrame) {
if (Key.isDown(Key.UP)) {
_y -= 10;
_rotation = 270;
}
if (Key.isDown(Key.DOWN)) {
_y -= -10;
_rotation = 90;
}
if (Key.isDown(Key.LEFT)) {
_x -= 10;
_rotation = 180;
}
if (Key.isDown(Key.RIGHT)) {
_x -= -10;
_rotation = 0;
}
if (this.hitTest(_root.enemy)) {
_root.player.play();
}
}
-This another way to make the code for the enemy:
onClipEvent (enterFrame) {
if (Key.isDown(Key.UP)) {
_y -= 10;
_rotation = 270;
}
if (Key.isDown(Key.DOWN)) {
_y -= -10;
_rotation = 90;
}
if (Key.isDown(Key.LEFT)) {
_x -= 10;
_rotation = 180;
}
if (Key.isDown(Key.RIGHT)) {
_x -= -10;
_rotation = 0;
}
if (this.hitTest(_root.enemy)) {
_root.player.play();
}
}
Rated 5 / 5 stars February 16, 2004
it will be much better if you can make a mx one
I was looking for game tutorial all the time. yet I thought I've found it. however it is not for flash MX. I hope you can make a tutorial on flash mx, that will be even greater. Anyway it is very helpful for these people who is using flash 5
Maybe one day i will make a mx one. But i justl like 5 better. Thats why i made a flash 5 one.
Rated 5 / 5 stars January 19, 2008
enemy wont follow me
enemy wont follow me plz help
Rated 5 / 5 stars January 7, 2004
nice job
you should make more i like how y put it so we can see the person actually working its makes things easier, Unlike the ones where it shows still screen shots good job!