I am now learning up on Node Based path finding
By the way, you have a great Tools Page, I will be referring to it constantly
Male
31 October 2011 - 08:27 AM
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
}27 October 2011 - 06:21 AM
25 October 2011 - 08:34 AM
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}
06 October 2011 - 08:27 AM
Community Forum Software by IP.Board
Licensed to: YoYo Games Ltd

Find content