I'm trying to get a movieclip to enlarge (scale up) as it is dragged.
I think this is close...
Are you able to see what I have not got right here?
cake=zimify(this.cake)
.centerReg()
.pos(580,30,CENTER,TOP)
.drag()
cake.on("drag",e=>{
e.target.animate({scale:2})
S.update()
})
Once again - thank you...
Rod