i started making a game and i need to make an event,
when i press to one of the sides (right, left, up, down)
it will start with velocity of 20 and grow to 10 velocity,
can someone help me please?
xvelocity = 20;
if(xvelocity > 10) xvelocity -= 1;
Users browsing this forum: No registered users and 1 guest