Jump to content


ApplePiePod

Member Since 04 Jan 2008
Offline Last Active Jun 30 2012 09:12 AM

Posts I've Made

In Topic: Stopping Movement with motion_add() [SOLVED]

29 March 2011 - 06:42 AM

speed /= 8

That will slow you smoothly to a halt.

In Topic: string to sprite

16 August 2010 - 12:27 AM

var sprindex;

execute_string("sprindex = " + SPRITESTRING)

if sprite_exists(sprindex) {

}

In Topic: A map made of surfaces

15 August 2010 - 04:39 PM

I fixed it myself, in the end.

Thanks anyways.

In Topic: Dragging A Square

15 August 2010 - 04:37 PM

Send me the editable, I'll explain it with comments.

In Topic: Dragging A Square

15 August 2010 - 02:52 PM

Change "draw_rectangle(sx1,sy1,mouse_x,mouse_y)" to "draw_rectangle(sx1,sy1,mouse_x,mouse_y,0)"