I'm looking for a simple way to create a series of moves or changes, and be able to apply that to any object down the road.
Imagine a button, and you want to make it fancy by having it slide onto screen, wiggle a bit by animating the width/height, then flash, then grow in size. But now, be able to take that list of moves and apply it to any other object quickly and cleanly. Kinda like a function, but with the ability to have things change over time like litetweens etc.
So that later you could simply say -> on touch - make touched object "jiggle appear"
I've looked at some of the plugins like rex's cmdQueue and tweenTasks, but it seems like these can only be applied to a specific object and that you'd have to set them up all over again to another object. (unless i've missed something).
Can anyone recommend how they'd setup a system like this?