wit scherm na loading
na loader
[Embed(source="../../../../../../bin/assets/menuscreen/bg.png")]                                public var BM:Class;                                public var backgroundBMP:Bitmap;
                                public function MenuScreen()                                {                                                this.background = null;//forget this for the first screen// 'assets/menuscreen/bg.png';                                                backgroundBMP = new BM();                                                backgroundBMP.smoothing = true;                                                addChild(backgroundBMP);}
