flash on 2012-11-8
♥0 |
Line 22 |
Modified 2012-11-08 20:30:56 |
MIT License
archived:2017-03-20 11:06:10
ActionScript3 source code
/**
* Copyright ifree ( http://wonderfl.net/user/ifree )
* MIT License ( http://www.opensource.org/licenses/mit-license.php )
* Downloaded from: http://wonderfl.net/c/3OIY
*/
package {
import flash.display.Sprite;
public class FlashTest extends Sprite {
public function FlashTest() {
// write as3 code here..
}
}
}
class Model
{
public var id:int;
public var name:String;
public var val:Number;
public var d:Date;
}
class Counter
{
private var cur:Number;
public function start():void{
}
public function end():void{
}
}