Screen Keep Going Down

Non-platform specific questions.

Screen Keep Going Down

Postby Jokke » 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:
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;
Image
Jokke
 
Posts: 65
Joined: Sat Aug 26, 2006 11:53 am
Location: Yes
Score: 0 Give a positive score

Postby makslane » Tue Aug 29, 2006 12:53 pm

You are telling to the view to go down with velocity 8.
makslane
Site Admin
 
Posts: 3947
Joined: Sat Apr 05, 2003 6:47 pm
Score: 182 Give a positive score

Postby Jokke » Tue Aug 29, 2006 12:54 pm

oh, neat...then im gonna remove those and parent the view instead :P
Image
Jokke
 
Posts: 65
Joined: Sat Aug 26, 2006 11:53 am
Location: Yes
Score: 0 Give a positive score


Return to General

Who is online

Users browsing this forum: No registered users and 1 guest