/ Published in: ActionScript 3
Expand |
Embed | Plain Text
public function onEnterFrame(event:Event):void { ball.scaleX=centerScale+Math.sin(angle)*range; ball.scaleY=centerScale+Math.sin(angle)*range; angle+=speed; }
You need to login to post a comment.
