i'm working through this video as well. So far I've been very happy with them all, so thank you again for sharing! The biggest point of confusion for me is when you put an action in, I can't always tell what you have selected (or worry that i'm applying actions to the wrong thing - like image actions vs frame actions, i suppose). Should I be making a new file for each tutorial, or be using the same one?
If you're working on making your own, I'd take a look at it. But what would be cool if you could help with something like this video is doing, like a tutorial. Share the knowledge!
i actually have a sugestion that you could try ? make a wave of enemies , and make a counter so it counts what wave your on and what score you have for killing enemies?
macromedia flash cs3 is not
adobe flash cs3 is sai ......Learn the name
djorge97 2 months ago
for some reason your hp bar code isn't working for me,
flash says that there needs to be an operand after "="
video6productions 8 months ago
what program you use to record????
ihopeyoudieful 1 year ago
I made a heart with this code:
onClipEvent(enterFrame){
if(_root.char.hitTest(this)){
_root.hp=100;{
unloadMovie(this);
}
}
}
Pyanapple 1 year ago
stop();
hp = 100;
are actions for the first frame of the file or for the health bar?
piattrocks 2 years ago
@piattrocks
the frame
Pyanapple 1 year ago
i'm working through this video as well. So far I've been very happy with them all, so thank you again for sharing! The biggest point of confusion for me is when you put an action in, I can't always tell what you have selected (or worry that i'm applying actions to the wrong thing - like image actions vs frame actions, i suppose). Should I be making a new file for each tutorial, or be using the same one?
piattrocks 2 years ago
can u do a tut there the ememy mov himselfve??
JoMaJe9999 2 years ago
@JoMaJe9999
just doubleclick on the enemy and the animate the movement
Pyanapple 1 year ago
HP Bar:
onClipEvent(enterFrame){
this._xscale = _root.hp;
if(_root.hp<=0){
_root.gotoAndStop(2)
}
}
VampieGames 2 years ago
thanks again
piattrocks 2 years ago
hey, i need some help, i did all of these but when i start actualy playing i die when i start, what can it come from?
stickmakerman 2 years ago
have you put hp = 100; in the frame??
hope this helps
VampieGames 2 years ago
oh, i did when i saw rest of video, working now, i am making my first platform game called Red & Blue, want to see it? i can make video of it
stickmakerman 2 years ago
If you're working on making your own, I'd take a look at it. But what would be cool if you could help with something like this video is doing, like a tutorial. Share the knowledge!
piattrocks 2 years ago
1 month old wow... Its because u did not put stop(); in you frame(s)
isasu1 2 years ago
stfu, i fixed it you "!#""!!!!
stickmakerman 2 years ago
stfu muthafukn nub
isasu1 2 years ago
shut up you dumbass
stickmakerman 2 years ago
stfu hoe.
isasu1 2 years ago
Nice... upload more vids plz... you are good.!
FlashUser95 2 years ago
aw crap! my computer had a hissy fit :s gotta redo. AGAIN.. oh well just pasting code i suppose
scaperjoe 2 years ago
i actually have a sugestion that you could try ? make a wave of enemies , and make a counter so it counts what wave your on and what score you have for killing enemies?
scaperjoe 2 years ago
you need to make the enemy attack??
scaperjoe 2 years ago
nice tut!
xPivotFTWx 3 years ago
oh s they all are one thing really so i watch them all ok ill do that
MaDDaViD123 3 years ago
awesome
LucyousTheKing 3 years ago
HP Bar:
onClipEvent(enterFrame){
this._xscale = _root.hp;
if(_root.hp<=0){
_root.gotoAndStop(2)
}
}
VampieGames 3 years ago