hi i want to make an animation that is played when the user hit "Space" bar...
now i have tried to set an animation for that action and it stays in the first frame...
i want to make a combo attack when the user taps the space bar button,how?
here is my capx:
h t t p :// filedropper .com/ myheroa
please help!
Without looking at your capx, I'm pretty sure you have a confllicting event-issue..
More than one of the events setting animation are true at the same time..
Try to add conditions to make sure only one of the events triggers..
please check my capx.. thank you...
Develop games in your browser. Powerful, performant & highly capable.
Ok, checked it..
You have conflicting events..
For example :
The conditions of event 6 and event 12 can be true at the same time, and they both set animation..
So each tick first the animation is set according to event 6 after according to event 12, resulting in displaying only the first frame of the animation set in event 12
so how do i fix that?
please tell me how!.. T_T
Like you fix any conflicting events, make sure only one of them can be true at the same time by adding conditions..
Depending on how you want to expand your events/game you could for instance add a animation is not playing condition to your idle event..
can someone edit my file so it will be easier for me? xD
Would appear my suggestions fell on deaf ears. A shame.
I really don't know how to fix that...
I don't want to ruin the crawling state and animation of it...
Any suggestions?
I really don't know how to fix that... I don't want to ruin the crawling state and animation of it... Any suggestions?
Didn't I already give a suggestion?
Oh, yes, I did..
Another suggestion would be (again) to follow some of the beginners tutorials, for it seems like you still have some issues with the basics of creating games with Construct2
i tried what u said and gone to a problem...
please view my file and help me.. :/
h t t p :// filedropper .com/ myheroa2
i have setup Z key as attacking..
but still it has an animation but stuck in 1s frame... help please!