[SOLVED]forceX and forceY

I need check the axis speed of an instance, horizontally or vertically. I noticed there are no condition for axis speeds. Besides the variables forceX and forceY of an instance no exists in debug mode. I think it would be useful these variable availables in debug mode anyway.

I am creating instances variables for copy the values of forceX and forceY and then check the values of these variables. I think this process could improve with conditions for forceX and forceY. Am I wrong?

You can use the compare conditions, I suppose.
image
But if you need to check them in debug, using variables is necessary indeed.

1 Like

I did not know those conditions. that’s perfect. Thank you!