I would like to be able to add 1 to 18 buttons to the stage dynamically.
Then buttons need to have dynamic text. So the idea would be that there
would be one generic blank button with dynamic text.

So basically,

If(Room[x] != undefined){
        Createnewbutton; //not sure of exact code required here
        AddDynamicTextToButton;
        PositionNewButton;
        AddEvenHandlertoNewButton;
}
How does one go about this??

        


_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to