I am trying to track a global variable being added or subtracted.
For example: I have a sprite moving "up" or "down" on the Y axis with the Y coordinate of the sprite being assigned as a global variable.
I want to set an action upon the fact that the Sprite.Y axis is either decreasing or increasing.
How do I make that a condition?