if(canjump==1)
{
yvelocity-=10;
if(right==1)
{
ChangeAnimation("EventActor","JumpRight",FORWARD);
}
if(right==0)
{
ChangeAnimation("EventActor","JumpLeft",FORWARD);
}
canjump=0;
}
Users browsing this forum: No registered users and 1 guest