/ Published in: ActionScript 3
Expand |
Embed | Plain Text
public function onEnterFrame(event:Event):void { ball.y=centerScale+Math.sin(angle)*range; angle+=speed; }
You need to login to post a comment.
necnova on 04/08/11
1 person have marked this snippet as a favorite
public function onEnterFrame(event:Event):void { ball.y=centerScale+Math.sin(angle)*range; angle+=speed; }
You need to login to post a comment.