変数名日本語おkな件ww
♥0 |
Line 18 |
Modified 2010-10-31 17:12:49 |
MIT License
archived:2017-03-20 05:36:20
ActionScript3 source code
/**
* Copyright enecre ( http://wonderfl.net/user/enecre )
* MIT License ( http://www.opensource.org/licenses/mit-license.php )
* Downloaded from: http://wonderfl.net/c/rEwY
*/
package {
import flash.text.TextField;
import flash.geom.Transform;
import flash.display.Sprite;
public class FlashTest extends Sprite {
private var テキストフィールド:TextField = new TextField();
public function FlashTest() {
// write as3 code here..
テキストフィールド.width = テキストフィールド.height = 465;
addChild(テキストフィールド);
var 朝青龍:int = 120;
表示(朝青龍);
}
private function 表示(...配列):void{
テキストフィールド.appendText(配列 + "\n");
テキストフィールド.scrollV = テキストフィールド.maxScrollV;
}
}
}