A health bar! People that die when shot! Bullet impacts! Be cool if you knew how to make a man move around on a platform, but stop already you're way to good! My knowledge of Flash *might* just manage a health-bar, and that rather poorly (did a progress bar that only 'progressed' up to 50% once) lol
The health bars I make are pretty much the same as the ammo bar, every time an enemy attacks you, just make a script like _root.hp.nextFrame();
and for a health pickup
_root.hp.gotoAndStop(1);
For people that die when shot, make a movieclip, with a character walking or whatever, but make it a looped walk, then you can move the movieclip it's inside, and in the walk cycle, add some script like
I know how to make a shooting game with ammo, a health bar, people that die when shot, making it continue when all the people are dead, bullet impacts (fading) and moving crosshair/scopes/guns.
flashkit.com
nomellamosebastian 3 months ago
Comment removed
TheParkourextremist 4 months ago
...and what is the text at 1:04??
MrTwista2009 2 years ago
@MrTwista2009 on (release) {
gotoAndPlay (2);
}
voltlight 2 years ago
what text at : 3:15???
MrTwista2009 2 years ago
@MrTwista2009 stop();
voltlight 2 years ago
great! thanks!
eldiablo9604 2 years ago
Np.
voltlight 2 years ago
Where did you get the sprite from?
Website name?
pivotdudee 2 years ago
Krinkels (DOT) net
voltlight 2 years ago
Where did you get the gun?
pivotdudee 2 years ago
It's a sprite from madness combat.
voltlight 2 years ago
where the fuck i can download that Flash 8
Voikanaa 2 years ago
You can't get trials anymore if that's what you mean.
voltlight 2 years ago
go on google and find a torrent or buy it
HellahBored 2 years ago
no its Adobe Flash CS4
Voikanaa 2 years ago
I'm not using CS4, I'm using an older, one, flash 8. CS4 is the latest one.
voltlight 2 years ago
what is that flash program
Voikanaa 3 years ago
Uhh... Flash 8
voltlight 3 years ago
What program you use to film the screen?
anakingijs 3 years ago
Camtasia.
voltlight 3 years ago
A health bar! People that die when shot! Bullet impacts! Be cool if you knew how to make a man move around on a platform, but stop already you're way to good! My knowledge of Flash *might* just manage a health-bar, and that rather poorly (did a progress bar that only 'progressed' up to 50% once) lol
Pablos544 3 years ago
The health bars I make are pretty much the same as the ammo bar, every time an enemy attacks you, just make a script like _root.hp.nextFrame();
and for a health pickup
_root.hp.gotoAndStop(1);
For people that die when shot, make a movieclip, with a character walking or whatever, but make it a looped walk, then you can move the movieclip it's inside, and in the walk cycle, add some script like
on (press) { gotoAndPlay ("die");
}
I'll do another tutorial soon.
voltlight 3 years ago
You know how to make a game in Flash? I mean, a game not necessarily World of Warcraft but you know how to make *a* game?
Pablos544 3 years ago
I know how to make a shooting game with ammo, a health bar, people that die when shot, making it continue when all the people are dead, bullet impacts (fading) and moving crosshair/scopes/guns.
voltlight 3 years ago
Now you just need to show me how you add a few bad guys, then how to program the gun to shoot them, or you shoot them rather! ;)
Pablos544 3 years ago
Can do.
voltlight 3 years ago