Moving eric_mc on the stage
Just some more stuff I am learning with this new Tweener class:
import caurina.transitions.Tweener;
//Move the MC on the stage:
Tweener.addTween(eric_mc, {_x:10, _y:10, time:5, transition:"linear"});
import caurina.transitions.Tweener;
//Move the MC on the stage:
Tweener.addTween(eric_mc, {_x:10, _y:10, time:5, transition:"linear"});
0 Comments:
Post a Comment
Links to this post:
Create a Link
<< Home