|
@@ -92,6 +92,7 @@ class Boot extends flash.display.MovieClip {
|
|
tf.selectable = false;
|
|
tf.selectable = false;
|
|
tf.width = mc.stage.stageWidth;
|
|
tf.width = mc.stage.stageWidth;
|
|
tf.autoSize = flash.text.TextFieldAutoSize.LEFT;
|
|
tf.autoSize = flash.text.TextFieldAutoSize.LEFT;
|
|
|
|
+ tf.mouseEnabled = false;
|
|
}
|
|
}
|
|
mc.addChild(tf); // on top
|
|
mc.addChild(tf); // on top
|
|
return tf;
|
|
return tf;
|