Page 1 of 1

Problem with animation when I shoot

PostPosted: Sat Feb 08, 2014 1:32 pm
by knucklecrunchgames
Hello everyone.

I'm making a shooting game and I have an animation problem

when you shoot right, her animation will change to shoot right animation,

but when you shoot left, it just goes back to right shoot animation.

what is the problem

ged is below to download

Shooting Animation Problem.zip
(26.49 KiB) Downloaded 180 times





thanks :)

Re: Problem with animation when I shoot

PostPosted: Sat Feb 08, 2014 8:17 pm
by Hares
In the condition check for the if statements of the key down space event you should use == instead of =.

Code: Select all
if(iceball.xvelocity == -20)
{
ChangeAnimation("Event Actor", "Rachael_shoot_left1", FORWARD);
}

if(iceball.xvelocity == +20)
{
ChangeAnimation("Event Actor", "Rachael_shoot_right1", FORWARD);
}


Is this for Amazing Movers?
Because it looks far from 50% complete ... :mrgreen:

Re: Problem with animation when I shoot

PostPosted: Sun Feb 09, 2014 10:46 am
by knucklecrunchgames
Hares wrote:In the condition check for the if statements of the key down space event you should use == instead of =.

Code: Select all
if(iceball.xvelocity == -20)
{
ChangeAnimation("Event Actor", "Rachael_shoot_left1", FORWARD);
}

if(iceball.xvelocity == +20)
{
ChangeAnimation("Event Actor", "Rachael_shoot_right1", FORWARD);
}


Is this for Amazing Movers?
Because it looks far from 50% complete ... :mrgreen:


AmaZing MoverZ is done, but I'm not releasing it yet :P This is for a game I'm making for my sister.

Thanks hares +1

Re: Problem with animation when I shoot

PostPosted: Wed Mar 05, 2014 3:52 pm
by joo003464
Its been nice to go through your post.
It has given me much knowledge & so many valuable information.

I'm feeling very nice to be here. so enjoyable... :D :D :D

Re: Problem with animation when I shoot

PostPosted: Wed Mar 05, 2014 7:53 pm
by CrackedP0t
joo003464 wrote:Its been nice to go through your post.
It has given me much knowledge & so many valuable information.

I'm feeling very nice to be here. so enjoyable... :D :D :D


Welcome to the GE forums! :D