cool
can you tell me some of the action script for these kind of fighting games because im working on one and i have no idea where to look
0 reviews are hidden due to your filters.
cool
can you tell me some of the action script for these kind of fighting games because im working on one and i have no idea where to look
I know this is a really late response, but you really don't want to learn actionscript from me. I did it like this:
//This is a movie clip symbol of the fighter; the first frame might have his standing pose, the second frame might have walking, and the frames after would each have an attack (inside of yet another movie clip if you want it animated)
onClipEvent (enterFrame) {
if (Key.isDown(x)) {
//x here is the key code for the button that activates the attack (e.g. space bar would have a 32 instead of x)
this.gotoAndStop(y);
//y is the frame it goes to; for example, frame 3 might be a punch
}
}
Using if statements like that... that's pretty much how I made this.
its a really awsome game
this game is addicting but its short....... can u plz help me how the hell do u make a game like this i dont no the action script on how to do it can u plz help me.... jj_conker@hotmail.com
I'm sorry but I don't have the time to teach you over the net, you'll have to learn yourself by using tutorials on the net:)
Good luck!
Daani
idunno
Male
idunno
some shcool
somewhere
Joined on 2/11/07