/* 401 */ this.info.image = getDummyEI();
/* 402 */ this.info.desc = getDummyID();
/* */ }
/* 404 */ if ((this.info.image == getDummyEI()) || (this.info.desc == getDummyID()))
/* 405 */ this.info.visible = false;
/* 406 */ this.sprite = new Sprite(paramSpriteWorld, this.info.desc, this.info.image, this.info.matrix, this.info.visible, this.info.layer);
/* */
/* 412 */ this.sprite.setGraphicsMode(this.info.graphicsMode);
/* */
/* 414 */ if (this.spriteIsCompositor != null) {
/* 415 */ this.spriteIsCompositor.setGWorld(QDGraphics.validScratch);