Jump to content


SonicBladeX

Member Since 27 Feb 2012
Offline Last Active Feb 18 2013 12:36 AM

Posts I've Made

In Topic: What are your most visited obscure sites?

07 December 2012 - 07:17 AM

gamejolt.com
Pretty awesome obscure site devoted to game dev.

In Topic: Rotating an image to face an object slowly

09 June 2012 - 03:12 AM

With some modification that works quite well.
Thanks.
:thumbsup:

In Topic: GML variable for an object's speed?

28 February 2012 - 03:16 AM

There is two.
hspeed is horizontal speed.
vspeed is vertical speed.

In Topic: Side scrolling collision code.

28 February 2012 - 02:48 AM

I am just changing the value of x in the keyboard event.

In Topic: Side scrolling collision code.

28 February 2012 - 02:28 AM

I know how collision and step events work but thanks anyway.
I don't think the problem has to do with the alarms.