thanks
found it in
AS3\int\app\core\object
however when I try to use it with the following code
var ScreenKB:KeyboardObject;
ScreenKB = new KeyboardObject();
ScreenKB.x = 100;
ScreenKB.y = 100;
addChild(ScreenKB);
First I got the error of not able to embed Arial.ttf, so I copied Arial.ttf to the object fold, than the error no longer showed up, than I get these errors
1120: Access of undefined property noSelection.
1118: Implicit coercion of a value with static type flash.display:DisplayObject to a possibly unrelated type flash.display:MovieClip.
1061: Call to a possibly undefined method getChildByName through a reference with static type flash.display:DisplayObject.
1119: Access of possibly undefined property relatedObject through a reference with static type flash.events:Event.
anyone know whats going on? I imported all the classes needed