i want an object to move from a to b and resize over that period of time.
similar to = transition.to(object,{time=1000,scaleX=0.1,scaleY=0.1})
Develop games in your browser. Powerful, performant & highly capable.
I used some crazy "every 0.1 sec, set size" garbage for a long time. I eventually found tweening.
Construct 3 just added it's own Tween plugin and should be exactly what you need. (I can make a quick demo if needed)
Hope this helps :)
Justin
thanks!
i just found tweening after i posted this question.
didnt know it existed.
lol.
The more I use tweening, the more useful it becomes :P