how to add a symbol from the library? in AS2, this.attachMovie(“square”, “square”, 1); and in AS3, var square1:square=new square(); but how do you add a symbol dynamically from… more →
Before I forget...wrote 2 years ago: The following example shows how you can create a column chart as a component and invoke in applicati … more →
wrote 4 years ago: To make an object from an unknown class happens occasionally in OOP code. ActionScript 3.0 allows a … more →
wrote 4 years ago: A little addition to a previous post on adding symbols dynamically from the library. I was having di … more →
wrote 4 years ago: The post contains a solution for a case where you need to attach a Library symbol and you have to pa … more →
wrote 5 years ago: how to add a symbol from the library? in AS2, this.attachMovie(“square”, “square … more →