Jump to content


SonicBladeX

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

Topics I've Started

Gravatar?

07 December 2012 - 07:28 AM

I just noticed that the GMC seems to support Gravatar.
Is this mentioned anywhere?

Rotating an image to face an object slowly

09 June 2012 - 02:44 AM

I have been working with image rotation a lot in my most recent project and what i'm wondering is
how I can make it so my object rotates to face another object?
I've used

image_angle = point_direction(x,y,target.x,target.y)
but that makes it face instantly.
What I'm trying to do is make it so the image_angle counts up or down slowly until it faces that direction.

Side scrolling collision code.

28 February 2012 - 12:00 AM

Hi.
I am making a side scrolling platform game, and am currently using the built in collision checking.
Can someone help me with a good collision checking code for a side scrolling platform game?
I know a fair bit of gml.
Thanks.