I need to know if there is anyway to create a text file or something external, that I can set the properties of a symbol with. and what kind of action script that I could achive this goal with. if anyone knows of a tutorial it would be helpfull…
You can use the [font=courier new]setRGB()[/font] or [font=courier new]setTranform()[/font] methods of the [font=courier new]Color[/font] object, and use the [font=courier new]LoadVars[/font] object to load the text file containing the color values. Look them up in the ActionScript Dictionary.