Jump to content


mws_1991

Member Since 06 Feb 2007
Offline Last Active Mar 22 2011 04:51 AM

Posts I've Made

In Topic: Werewolf Game Sprites Needed plz help x_x

09 August 2010 - 11:53 PM

dont know if this would help?

http://sdb.drshnaps....php?object=8820

wolf is purple but it would be easy to recolour. all you would need is to get the charater sprite, make a flash and then bam its a wolf or back again.

In Topic: Can Someone Find Me These Sprites Please

30 December 2009 - 04:18 AM

Many of those sprites are form metal slug... just google Metal SLug sprites and most of them should come up...

In Topic: Draw Function Problems...

23 December 2009 - 10:28 AM

thanks didnt realise the GM handled the xscale and yscale by itself in a function like this. works perfectly now. thanks!~

In Topic: Draw Function Problems...

23 December 2009 - 10:14 AM

how would i use draw_sprite_ext? ive never used it before...

EDIT: im using

draw_sprite_ext(spr_enemyFrog,-1,x,y,0,0,0,c_white,0.5)

but the sprite isnt drawing...

In Topic: Setting Fullscreen Window

23 December 2009 - 05:48 AM

you could make it so the game size is one set size ie 800x600 but start it in a smaller size suck as 640x480 view and then just make the view change to 800x600 when a button is pressed. Ie use a transparent sprite around the outside of the 640x480 so it its really 800x600 but the player cant tell?