Move object relatively

It may be my lack of understanding of how the Move action works but I would like a way to move an object a set amount relative to its current position. For example, rather than moving an object to X and Y, I want to move it to it's current X position + 10 and its current Y position + 10.

There appears to be no variable that holds an object's current position. Is this something that I need to do in JavaScript?

Discussion (1)

As you probably know the starting position of the object, you can create your own variables holding the initial values for x and y. You can modify these variables normally, e.g. "Add to variable" "10". The Move to action can use the variables for the target values.

Tim

Discussions have been disabled for this post