at 2012/05/15 21:01:06
katsuno's profile
- codes: 12 codes
- forked:4 times
- favorites:1 codes
- following:1 users
- followers:0 users
- URL:http://
-
package {
import flash.display.Sprite;
public class Main extends Sprite {
public function Main():void {
var sp:Sprite = new Sprite();
sp.graphics.beginFill(0x0000FF);
sp.graphics.drawCircle(100, 100, 100);
addChild(sp);
}
}
}
katsuno is following:
katsuno's activity
-
related actions
- my actions
- posted codes
- favorite codes
- followers
at 2012/05/15 21:00:17
at 2012/05/15 20:49:49
created
at 2012/02/29 20:03:47
created
at 2012/02/29 19:58:42
created
at 2012/02/28 20:45:49
created
at 2012/02/17 21:00:57
created
at 2012/02/17 20:55:49
