Well, you can do that with scripts:
Make a variable (n), and set it to the y position.
Then, wait a specified amount of time, and test for (yPos-n).
If this is positive, then the sprite has moved up. If it is negative, then it has moved down.
In fact, the value tells how much it has moved up or down!
Offline