hi lucid,
thank you for this amazing plugin, its makes development much easier.
i have an issue where i have 2 scml objects and i want to attach them together.
obj 1 is a character.
obj 2 is a fireball.
each has a scml file.
i want to attach the fireball to the arm of the character.
i need actions that given a name of a spriter-object, it will be able to get / pin this properties:
x/y/angle/scaleX/scaleY/alpha/Visible(+which frames pin visible to)/z-order.
this way i can say: fireball.scml set (x,y) to the (x,y) of the character.scml "arm" spriter-object (+ some offset)
and then i can say: fireball.scml pin to character.scml spriter-object "arm" - properties: All.
if there is a better way to this, i would love to hear it.
another possible solution is to use the new Point system inside spriter (yet to try it).
(i already changed the javascript, and made pin for the visible,x,y,angle, it has some minor bugs and its far from perfect)