This is still work in progress as still a bug in the Flash output but fully working with HTML5.
How this works is you can make an element in the skin move by a set amount of px to a set distance with just one button.
The attached example:
The right button moves a strip of coloured rectangles 100px to the left in the X axis with each sequential click, it will stop after moving 400px.
The button has the action:
Code: Select all
Mouse Click => Change Relative Position => Offset X/Y (/Limit X/Y): -100/0/-400/0 => Target: image_strip
For the button that returns the strip:
Code: Select all
Mouse Click => Change Relative Position => Offset X/Y (/Limit X/Y): 100/0/0/0 => Target: image_strip
Of course you can use both X and Y axis when doing this.
The bug with the flash output means only the Set Relative Position works while both Set and Change work in the HTML5 output. Hope to have this fixed next release.
This is good for making slide shows or even moving text boxes with a single button, no more stacking buttons

Regards,
Hopki