Page 1 of 1

Game Help

PostPosted: Thu Aug 04, 2005 3:35 am
by frozonfire
Um.... for some reason my gravity tutorial isn't working at the moment and i was thinking if you could help me with gravity. :D

PostPosted: Thu Aug 04, 2005 3:58 am
by jj2197
You go to add then draw actor then script editor then add
Code: Select all
yvelocity += 1;
if(yvelocity > 10) yvelocity = 10;

Then click ok.
Hope this helps you.