I had tried using AND as well as &&. For a little while && worked, but I no longer get any success. Nothing will happen.
here is my code
else if (145<=test._x && test._x<295){
Do stuff
}
For some reason the loop never executes, even though the X position of the test clip is 150. What the heck am I doing wrong?
here is my code
else if (145<=test._x && test._x<295){
Do stuff
}
For some reason the loop never executes, even though the X position of the test clip is 150. What the heck am I doing wrong?