It may have to do with this im not shure:
- Code: Select all
Player/draw actor:
yvelocity += .8;
if(yvelocity > 8) yvelocity = 8;
And i have this on View/draw actor:
- Code: Select all
yvelocity += .8;
if(yvelocity > 8) yvelocity = 8;
Player/draw actor:
yvelocity += .8;
if(yvelocity > 8) yvelocity = 8;
yvelocity += .8;
if(yvelocity > 8) yvelocity = 8;
Users browsing this forum: No registered users and 1 guest