flash on 2009-10-1
♥0 |
Line 15 |
Modified 2009-10-01 19:24:35 |
MIT License
archived:2017-03-20 10:02:31
ActionScript3 source code
/**
* Copyright shinseki09 ( http://wonderfl.net/user/shinseki09 )
* MIT License ( http://www.opensource.org/licenses/mit-license.php )
* Downloaded from: http://wonderfl.net/c/6DVK
*/
package {
import flash.display.*;
import flash.text.*;
public class FlashTest extends Sprite {
private var t:TextField;
public function FlashTest() {
init();
}
private function init():void{
setCamera();
}
private function setCamera():void{
}
}
}