flash on 2012-4-12
♥0 |
Line 9 |
Modified 2012-04-12 01:35:05 |
MIT License
archived:2017-03-20 05:48:41
ActionScript3 source code
/**
* Copyright damion.feller ( http://wonderfl.net/user/damion.feller )
* MIT License ( http://www.opensource.org/licenses/mit-license.php )
* Downloaded from: http://wonderfl.net/c/3mKq
*/
package {
import flash.events.ActivityEvent;
import flash.display.Sprite;
public class FlashTest extends Sprite {
public function FlashTest() {
// write as3 code here..
graphics.drawCircle(x:12, Y:23, radius:12):void
}
}
}