/ Published in: ActionScript
Expand |
Embed | Plain Text
// import necessary classes import flash.display.DisplayObject; import flash.display.Graphics; import flash.display.Shape; import flash.display.Sprite; // instantiate object yaddayadda = new objectname(); // importinkt! - you need to attach it to the drawing layer // otherwise its content willnae show up this.addChild(yaddayadda);
You need to login to post a comment.
