Hi,
I need to know if a sprite with bullet behaviour is going left or right, but I can't seem to find a way of accessing the vectorX, which would give me this (minus for left, positive for right).
Can anyone help please ?
Thanks in advance
Ian.
Develop games in your browser. Powerful, performant & highly capable.
There's the "Sprite.Bullet.AngleOfMotion" expression that you can use with one of the system conditions "Compare two values" , "Is within angle", etc...
aah, I see what you mean. Thanks Ramones.