Screen Keep Going Down
Posted: Tue Aug 29, 2006 12:34 pm
When i test my game the screen goes down without me pressing anything or moving character i just watch the screen slowly float downwards
It may have to do with this im not shure:
And i have this on View/draw actor:
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;