> hi,
> i want to enable collisions of ennemy only if hes near my player
> i use compare X of ennemy when it is >= 100 (100 is position of my player) then enable collisions
> but i think that it will enable it every tick ... so i need to enable it just one time
> thanks
>
Use, If Collisions disabled and Y >= 100 then enable collisions. This will prevent event from trigger every tick.
you mean by collisions desactivated = collisions enabled and invert this ??? yes ?
any way thanks