円を描きます 実験4くらいww
どうなるか知りませんwww
♥0 |
Line 10 |
Modified 2011-01-15 18:10:41 |
MIT License
archived:2017-03-20 09:18:30
ActionScript3 source code
/**
* Copyright UKI0809 ( http://wonderfl.net/user/UKI0809 )
* MIT License ( http://www.opensource.org/licenses/mit-license.php )
* Downloaded from: http://wonderfl.net/c/hVwO
*/
package{
import flash.display.Sprite;
public class DrawCircle extends Sprite{
public function DrawCircle(){
graphics.lineStyle(15,0x008000)
graphics.drawCircle(200,200,50)
graphics.drawCircle(185,185,50)
}
}
}