Example:
When clicked, move right 35 pixels and stop.
I tried something like set y position Self.Y +35..
This doesn't work..
Concerning that example, you would have to set X to Self.X +35 to move right.
set y to Self.Y +35 would move the sprite down.
I don't see why this wouldn't work.
Maybe you could attach a link to your .capx to your next post?
Btw, if you want the sprite to move over time, you can use a variable and lerp.
If you want to use this and need help, gimme a shout.