how to change the image enemy according to his address

isabelaqisabelaq Member Posts: 28
edited November -1 in Working with GS (Mac)
thank well the question is, how to change the image enemy according to his address for example, the actor are muving to the left chasing my character controlled.how to change the image enemy?
thanks

Comments

  • BrynjeBamsenBrynjeBamsen Member Posts: 188
    rule
    if self.position.X is greater then (where ever you want the image to change
    change image

    rule
    if self.position.X is less then (where ever you want the image to go back)
    change image
Sign In or Register to comment.