#12, by afrlmeFriday, 01. August 2014, 00:55 11 years ago
you could have used mainloop handler to loop sure but like I said it would have moved the image by the specified pixels every 1 to 5 milliseconds which would probably be much faster than you were wanting it to move.
jump to x action part in the editor is a simple alternative to creating a loop without using lua script, but it's best in combination with an if query to kill the loop if a condition or value is not met, otherwise it would just loop & loop & loop forever.