Page 1 of 1

Help with physics

PostPosted: Wed Feb 12, 2014 9:34 am
by barney12345
Ok, im still using the old Ge, so I don't have any of the extra physics. But can someone help with the physics in this very early stage of my bouncing game for android. The falling doesn't work properly after clicking. Thanx

Re: Help with physics

PostPosted: Wed Feb 12, 2014 11:36 am
by Pengaboy
do you have any data in your data folder? if have can you attach that too, its needed for testing so i can maybe help you :)

Re: Help with physics

PostPosted: Thu Feb 13, 2014 9:59 am
by barney12345
here is the full thing

Re: Help with physics

PostPosted: Thu Feb 13, 2014 10:59 pm
by Pengaboy
barney12345 wrote:here is the full thing

You sure that you added everything? because i only see empty data folder lol :D

Re: Help with physics

PostPosted: Fri Feb 14, 2014 8:14 am
by barney12345
there aren't any graphics yet

Re: Help with physics

PostPosted: Fri Feb 14, 2014 12:18 pm
by Pengaboy
barney12345 wrote:there aren't any graphics yet

And what effect do you need?

Re: Help with physics

PostPosted: Fri Feb 14, 2014 7:34 pm
by barney12345
for the ball to not fall so fast

Re: Help with physics

PostPosted: Sat Feb 15, 2014 4:20 pm
by Pengaboy
hmm try something like this maybe:
Code: Select all
yvelocity=+8;

instead of
Code: Select all
yvelocity++;