I am tryin obg to resize ject in 8 seconds but i don't know how to use the tween i only know how to use the lite tween version for C2. The problem is that i am not able to start it...Can i have an example?
Im actually working on a little tween tutorial , not many out there for the tween behavior for C3.
But its not done yet, for now, add 2 sprites and a keyboard plugin, call 1 TWEEN and 1 of them POSITION.
Add the tween behavior to the tween sprite, now this is just an example, put the position sprite on a position you want on the screen.
Now go to events, now this is up to you how you want to experiment with the tween object, add a on key pressed "x" then
choose tween sprite, now its up to you how you want it, try the "two properties" tween, there you can set the speed and the type of movement (position,scale etc) .. We will set it to position and we will set the position to our sprite "position.x" and "position.y" , this makes it so that when we press X on our keyboard, the tween will execute its properties and move to the sprite named position. And you can experiment on how it will move in out elastic etc...
Also on start of layout you can change the playback rates of your tweens.
I will try to finish the picture tutorial today, you can PM me if you need any help!
EDIT: Litetween does not work with c3 runtime, only c2. tween does work with c3.