flash on 2011-7-22
♥0 |
Line 9 |
Modified 2011-07-22 17:44:21 |
MIT License
archived:2017-03-20 06:26:28
ActionScript3 source code
/**
* Copyright nkheart4 ( http://wonderfl.net/user/nkheart4 )
* MIT License ( http://www.opensource.org/licenses/mit-license.php )
* Downloaded from: http://wonderfl.net/c/7ILL
*/
package {
import flash.display.Sprite;
public class FlashTest extends Sprite {
public function FlashTest() {
// write as3 code here..
this.graphics.beginFill(0xFF0000);
this.graphics.drawRect(0,0,100,100);
}
}
}