Jump to content


pokemorpher

Member Since 03 Apr 2008
Offline Last Active Apr 05 2011 09:29 PM

Topics I've Started

Knockback+invincibility When Hit

06 September 2008 - 02:29 PM

Ok, I know this has been asked about a million times, but I don't have a clue about how to create a knockback system. What I want to do is make it so that when the main character gets hit, he get's knocked in the opposite direction and becomes invincible. Can someone please help me with this?

Drawing A Rectangle With The Mouse

16 June 2008 - 12:58 PM

Hello. I'm not sure where this belongs, as I'm not sure how advanced it really is. I want to attempt to make an unregistered Real Time Strategy (RTS) game. What I want to do is make the game draw a rectangle when you click and drag the mouse. Is there any way to do this?

Boss Sprite

14 June 2008 - 12:49 AM

Hi, I need a 100x200 sprite of a sort of human looking, dead tree. It would be good if you could make a face in the bark. Colors: Gray and black. Basically like a dead looking, evil looking ent.

Enemy Problem

02 June 2008 - 03:24 PM

Hello, I am trying to make it so that when my enemy gets hit be my boomerang, he gets stunned for a few seconds. How would I go about doing this, here is my current code:
Colision with boomerang: global.en1hp-=5
											   Set Alarm 0 to 5
									  Step: if direction=90
											   sprite_index=keatonrunup
											   if direction=270
											   sprite_index=keatonrundown
											   if alarm[0]>0
											   {
											   path_end()
											   }
											   if alarm[0]=0
											   {
											   path_start(bmrngdown,5,-5,false);
											   }

Test My Spriting Skillz

31 May 2008 - 01:51 AM

Hello everyone, I want to test/polish my spriting skills. I'll try any sprite requests, but no banners, logos, etc. please. Also, please note that I'm not that great of a spriter so don't expect too much. :D
Edit: typo