Forked from: shmdmoto's wonderfl最初の一歩 diff:4 wonderflのはじめの一歩の練習 はじめて作ったActionScriptのプログラム aaaaaz025 forked:1favorite:0lines:15license : MIT License modified : 2010-09-20 15:22:44 Embed Tweet // forked from shmdmoto's wonderfl最初の一歩 package { import flash.display.Sprite; public class FlashTest extends Sprite { public function FlashTest() { // write as3 code here.. graphics.beginFill(0x502000); graphics.drawRect(0,90,400,20); graphics.beginFill(0xFF0000); graphics.drawCircle(100,100,70); graphics.beginFill(0x00FF00); graphics.drawCircle(210,100,50); graphics.beginFill(0x0000FF); graphics.drawCircle(320,100,70); } } } Code Fullscreen Preview Fullscreen shohoku_col20100913 お団子 サンプル Sprite sort new page view favorite forked pv192 forked from: wonderflのはじめの一歩の練.. yan1 forked:1 favorite:0lines:15 (diff:1)