ok so I have this little problem I am doing a simple enemy ai custom or just any ai movement and that is defined by the choose function and the image point sprite and I am trying to avoid using any kind of spawn/destroy handler. Because i am using a image point x,y function that would do it for me without doing that trouble.
I have this square using four image point at each corner and i am trying to get the sprite to recognized the image point so that it will choose two variable to go up down left or right.
I am having trouble getting this sprite to see the square off set x,y of an image point set. Is there an expression i am missing ?