Jump to content


linkis20

Member Since 30 Jan 2009
Offline Last Active Jul 10 2011 08:58 AM

Posts I've Made

In Topic: *Solved* Moving Ship Code, PLZZ HELP

14 April 2011 - 09:24 AM

I got it.
Tx to you.
Here is the Code:
Spoiler


Your code helped a lot.
TX.
NVG.

In Topic: *Solved* Moving Ship Code, PLZZ HELP

13 April 2011 - 04:13 PM

Look for yourself what happed.
Here is the Link
NVG.
Edit:
Its not free as the original.
Need to think of something else.

In Topic: GM sound stuff

14 March 2011 - 12:01 PM

Use Saudio
NVG.

In Topic: Sending Movements through a Server and Client

07 March 2011 - 06:48 AM

Can The Client Connect To The Server?

In Topic: Sprite Origin manipulation

07 March 2011 - 05:56 AM

The Only Way To Change The Sprite Origin Is To Use Sprite Add.

In Create:
mySprite = Sblock

In Draw
draw_sprite_ext(mySprite,-1,x,y,1,1,image_angle,c_white,1)

In event_user(0)
sprite_delete(mySprite)
mySprite = sprite_add(working_directory+"/Sblock.png",1,-1,-1,xNewPosition,yNewPosition)
sprite_index = mySprite

I Hope This Helps.
It Still Will Jump Around A Lot, But I Hope Now You Will Come Closer To The Answer By Using Sprite Add.