At 10/2/05 10:32 AM, Ninja-Chicken wrote: http://img307.images..image=comboas6td.swf
Now that is nice.. awesome animating.
Sup, bitches :)

At 10/2/05 10:32 AM, Ninja-Chicken wrote: http://img307.images..image=comboas6td.swf
Now that is nice.. awesome animating.
Sup, bitches :)
At 10/2/05 10:37 AM, -liam- wrote:At 10/2/05 10:32 AM, Ninja-Chicken wrote: http://img307.images..image=comboas6td.swf
Now that is nice.. awesome animating.
Lol, dude, he stole mine :P
That's my upcoming ninja - game.
The animator is metal war head.
At 10/2/05 10:37 AM, -Toast- wrote:At 10/2/05 10:32 AM, Ninja-Chicken wrote: I made an example of your combo system to show people
http://img307.images..image=comboas6td.swf
It's the one I sent you in msn, right?
Can you please decompile it and send me the fla? I have lost that staff (Accidently deleted :P)
No no I made it
Thanks liam Im getting quite good at animating arent I
I also showed this to dan from games of gondor and he offered me alot of money for it when its done
=O
You !@#$ shit!
Liam, read the second page, don't you see the sample I posted?
He just stole it from me when I showed it to him on msn...
You filthy chicken, you don't even have the .fla as a proof :P
At 10/2/05 10:42 AM, WarningThisIsNOToast wrote: =O
You !@#$ shit!
Liam, read the second page, don't you see the sample I posted?
He just stole it from me when I showed it to him on msn...
You filthy chicken, you don't even have the .fla as a proof :P
I do have the fla because unlike some I have a decomiler
And yes I have proof its my work becauser I have the flash and you dont so stop claiming you made something that I did
And I got offered lots of money and I got $100 up front as a good-faith deposit
So thanks toast for the idea >=)
At 10/2/05 09:09 AM, Ninja-Chicken wrote: You only need to know onEnterFrame
on enter frame is a clip event... the fact you define it as a function is irrelevant.
and preferably _currentframe function (Which will be explained anyways).Its a property
to be exact it:
public var _currentframe:Number but it's value is a return value of the playback last executed by flash, so there is no point changing it.
Introduction:
I feel introduced
Again its a propertyThe "_currentframe" funtion:
A readonly property :)
What is it?
This function basically allows you to detect on what frame an object is(Teh object's timeline).
function currentFrame(m:MovieClip):Number{
return m._currentframe;
}
tada
No obviously it can only detect MovieClip objects currentFrame (or anything which extends the class) and so isnt just for any old object
actually, movieclip isn't the base form that contains onEnterFrame, root isn't an instance of MovieClip and it has the property
It is extremely easy to use yet a very useful function that can save you quite a lot of time.WTF?
It is mainly used for attacks in games, for example:
WTFOMGBBQ what the fuck are you on toast?
if(_currentframe == 1 && Key.isDown(Key.SPACE)){// && Means "and".If I were you I would do
if ((condition1) && (condition2))
or create a function that is called isComboCalled, it makes more sense
this.gotoAndPlay("Attack frame");/*"Attack frame" is a frame labled "Attack frame" with an animation of some guy attacking.*/
}
I am going to hit you so hard, I haven't seen that sort of scripting since sinjid battle arena, and even it made more sense....
What is it used for?
buttsekcs
Simple: to find out what frame an object is currently playing.
Example:
if(_currentframe == x){
//action
}
wouldn't < max && > min make a lot more sense? usually you work with ranges
Maybe use this._currentframe to avoid confusion
Frame instances
Don't you mean labels?
Frames dont have instance names they have labels
Seconded.
The combo engine. (Finally).So basically your spoon feeding n00bs code
The code may depend on your animations, it can totally contain 4 como animations, but you can modify it to your likes. If you have any questions about how to modify it, feel free to ask.
hahahahaahahahah, +1 coolpoints
1. You need to have four animations in four different movie clips, all set in different frames.
NAWT RLY
Toast godamn I'm gonna smack you and have rez remake it like I did last time.... seriously, also, pie.
My KeyQueue class does combos in a far more logical way, I'll extend it soon to make sense
good effort though
I have the most advanced version, NC, don't try to steal my game... <3
http://img364.images..image=comboas6yb.swf
If you're really going to dig in, my partener can show you some more proofs <3
Yeah, GoG are sponsoring Ninja Chicken's game, I believe him it is original ^_^
Lol, okay, you can have it..
But you know, the animations aren't all done, you still need to animate enemys, backgrounds, etc... :)
Good luck with it, I will fifen :)
At 10/2/05 10:52 AM, Ninjachickensson wrote: see toast stop trying to take my game
Lol with my art too :@
I havn't read the keyQue one yet maybe I should take a looksy...
Speaking of which TH, what is your paypal address? I need to email you that guarentee for doing the art.
At 10/2/05 10:55 AM, Inglor wrote: Speaking of which TH, what is your paypal address? I need to email you that guarentee for doing the art.
Paypal is tim_heasman[@@@@]hotmail.com
$$$$
Lol...
1. Stop spamming my thread.
2. Send me back my game! =p
Ok, I pped you 50$ TH, the transaction ID is 5324440D, verify that you got it, (inglor[#@#@#@]gmail[dawt]com is the sender)
You're releasing it next week, right?
I have to admit it was funny at the beginning but now it's just too much...
At 10/2/05 10:58 AM, Inglor wrote: Ok, I pped you 50$ TH, the transaction ID is 5324440D, verify that you got it, (inglor[#@#@#@]gmail[dawt]com is the sender)
You're releasing it next week, right?
Yeah and I think toast should be banned from submitting anything to GOG because he keeps claiming he made the game
At 10/2/05 10:59 AM, Ninjachickensson wrote: Yeah and I think toast should be banned from submitting anything to GOG because he keeps claiming he made the game
soon everyone will be followed by a big market flush, followed by thousends of dollars flowing, oh you'll see.... but all is well and this game is on, I'm not banning toast yet
So, does some of the qouting in here get "individual line quoting of the year" award? I think at one point someone quoted a qoute of a quote, I'm not sure.
Anyway, because Inglor is so awesome, please link/show me how I should do a good combo system.
P.S. Toast, I stopped development on that game a good while ago. Someone can have the source if they want.
At 10/2/05 11:04 AM, TheDeviousDuck wrote: Anyway, because Inglor is so awesome, please link/show me how I should do a good combo system.
Mine works perefectly well... :P
P.S. Toast, I stopped development on that game a good while ago. Someone can have the source if they want.
What are you barbelling about?!
At 10/2/05 11:07 AM, -Toast- wrote:At 10/2/05 11:04 AM, TheDeviousDuck wrote: Anyway, because Inglor is so awesome, please link/show me how I should do a good combo system.Mine works perefectly well... :P
Wow you made a combo system too
Lemme see it
P.S. Toast, I stopped development on that game a good while ago. Someone can have the source if they want.What are you barbelling about?!
fdsgdfghdfhdfgfsdfsdaxdaf
The one which my public profile claims I am working on. Long dead, trust me. Will edit now.
IT'S MINE!
I can give you all the prooves you want:
1. I already posted a sample of it on page two.
2. I wouldn't start this AS without making that game, the combo system gave me teh idea to type a AS.
3. Ninja chicken likes to lie :)
At 10/2/05 10:39 AM, Ninja-Chicken wrote: No no I made it
You know what? After all, I've got a proof, you don't even know the name of this game.
on whenever, someone said:
1993> y <1994
How can something be less than 1993 but more than 1994?
At 10/2/05 12:44 PM, cybex wrote:on whenever, someone said:How can something be less than 1993 but more than 1994?
1993> y <1994
1993 and 5 months?
At 10/2/05 12:44 PM, cybex wrote:on whenever, someone said:How can something be less than 1993 but more than 1994?
1993> y <1994
199N
At 10/2/05 12:44 PM, cybex wrote:on whenever, someone said:How can something be less than 1993 but more than 1994?
1993> y <1994
no thats y is less then 1993 and less then 1994 so why not just do
y < 1994
PS Toast has been saying some REALLY funny stuff on msn I cant wait for convo history to work again so I can show you all
At 10/2/05 12:54 PM, Ninja-Chicken wrote: PS Toast has been saying some REALLY funny stuff on msn I cant wait for convo history to work again so I can show you all
Many people don't like you anymore. You've showed yourself un respectful and particularly idiot.
I'll try to arrange a ban for you before you can post anything.
try afro or luis for that, i mean if you want him to get banned from the forum, perhaps neg ONE