:
I got a warning from Chrome as well. Of course I still downloaded and played it. It's freaking awesome by the way.
|
Thanks, glad you like it. I'll try to see what's causing these virus alerts cause I'm kind of OCD with my virus scanning on my laptop
:
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.
|
:
The alternative if you're too lazy to rework your movement logic is to have a flag that checks (vk_right && vk_left) every step and not do anything about moving left or right if it's true.
|
Thanks, I'll make sure to fix this next update. My platformer engine that I used when I started this was fairly dated but the one I use for me more recent projects actually has a way to fix this error.
:
Great game, I love the music and hey... Jumping sligs! 
Got stuck on level 12 because I didn't run under the barrels in time. Ah well.
This is really really good, definitely keep it up, because you're onto a winning formula here. Great gibs too!
|
Well this Sliggy has hops cause he has hydraulics in his legs. Think the Power Fist from Fallout but on his feet xD
Is level 12 the Combination Lock? if so:
Try using the levers in a different order. oh and, Thanks! I'll definitely try to keep it up. Well from the HUD you can see there'll only be 25 levels, but it is by no means the end!