the errors run when i test the textfield: Loading configuration file C:\Users\The Droid6\Documents\my flashdevelop stuff\test game\obj\testgameConfig.xml
Files changed: 0 Files affected: 1
(fcsh)
C:\Users\The Droid6\Documents\my flashdevelop stuff\test game\src\Main.as(23): col: 18 Error: Type was not found or was not a compile-time constant: TextField.
var textfield:TextField = new TextField();
^
C:\Users\The Droid6\Documents\my flashdevelop stuff\test game\src\Main.as(23): col: 34 Error: Call to a possibly undefined method TextField.
var textfield:TextField = new TextField();
^
Build halted with errors (fcsh).
Done (1)