ItsDeadPixel / AI-Interaction-Game

1 stars 0 forks source link

the ! dont follow the people #4

Closed hzrd149 closed 10 years ago

hzrd149 commented 10 years ago

the ! dont follow the people and if they did i think they should stay on longer.

ItsDeadPixel commented 10 years ago

Another issue I meant to fix, however, I'm temporarily brain dead at the moment on how to fix it... xD

hzrd149 commented 10 years ago

make a var on the !, and set that var to the person it follows. then on the step event of the ! it will go to that persons x. and set the var right after you create the ! obj

ItsDeadPixel commented 10 years ago

I think this is one you'd have to do... how could I make it follow one specific AI when there are dozens? I'm sure I've done this before, but I can't remember how.

hzrd149 commented 10 years ago

ok ill fix it, the issue is now assigned to me

ItsDeadPixel commented 10 years ago

There's still a bug in it. the game aborts when an AI falls off the world when a ! is still active. Need to destroy the ! when the AI is destroyed.

hzrd149 commented 10 years ago

on it