Jump to content


tazer281

Member Since 16 Nov 2010
Offline Last Active Jan 13 2012 09:31 AM

Posts I've Made

In Topic: Platform Motion Planning?

31 October 2011 - 08:27 AM

Thanks for the reply.
I am now learning up on Node Based path finding  :biggrin:
By the way, you have a great Tools Page, I will be referring to it constantly   :thumbsup:

In Topic: Very Basic Platform AI

28 October 2011 - 03:31 AM

if(with in range){
	if(obstacle is right in front)
    	jump
	else
    	move towards player
}else{
 	if(I am to wander)
    	wander around
	else
    	stand here and wait
}


Thanks,
I have figured it out now   :thumbsup:

In Topic: Health Bar reduction time?

27 October 2011 - 06:21 AM

Thank you for your reply!
Your code works perfectly with just the amount of increment that I wanted.  :biggrin:
Thanks so much!!!

In Topic: Changing color of cursor/aimer in-game?

25 October 2011 - 08:34 AM

Thank you very much!!!

My final working code:

if !position_meeting(mouse_x,mouse_y,friendly) & !position_meeting(mouse_x,mouse_y,enemy)
{image_index = 0}
if position_meeting(mouse_x,mouse_y,friendly) //if mouse is over ally
{image_index = 2}
if position_meeting(mouse_x,mouse_y,enemy) //if mouse is over enemy
{ image_index = 1}

I am very great-full :thumbsup:

In Topic: GM Computer Rater

06 October 2011 - 08:27 AM

I like it!
My score is round 2100...

I have AMD 1100T and two AMD 5770's in CF...
To score 9000 must be pretty decent.