voils j ai fait un script mais il ne marche pas ,
je cherche a faire que quand je tire sur l ennemi il se pousse sur la gauche si c est plus rapide de passer par la et qu´il se pousse a droite s i c est plus rapide ainsi : voila mon script :
if instance_exists(object1)
if object1.x-60<object2.x then if object1.x+60>object2.x if self.x-object1.x>0
then self.x=self.x+2
if object1.x-60<object2.x then if object1.x+60>object2.x if self.x-object1.x<0
then self.x=self.x-2
l erreur est : variable x doesnt exists