I'm more of a coder than a drag/dropper. I have a simple box that I'd like make grow from its top left corner. That part is simple with keyframes and the timeline, no big deal. I'd like to adjust where that top left corner is though based on where the user clicks on the screen, so instead of having separate boxes or separate animations and such I'd like to simply have the onclick event of some transparent shapes move the X,Y position of the box itself. I can then do a play() on my animation. I'm sure there's a way, I think the X,Y is just a left, top in CSS, just not sure how to get at it for my box.
Thanks.