View Single Post
  #128  
02-05-2013, 02:06 AM
Millennium's Avatar
Millennium
Zappfly
 
: Jan 2013
: Australia
: 18
Rep Power: 0
Millennium  (40)

:
I used Crome to download it after i uploaded it to check the link worked, I didn't get any virus warnings.
I got a warning from Chrome as well. Of course I still downloaded and played it. It's freaking awesome by the way.

If I can make a suggestion though, try
:
xspd += (keyboard_check(vk_right) - keyboard_check(vk_left)) * 5;
x += xspd;
if (abs(xspd) > 0) {image_xscale = sign(xspd);}
Or something along those lines anyway. It should eliminate the odd appearance behaviour when holding left and right at the same time.
Reply With Quote