not possible with button timelines
you need to use movieclips and the textColor property
for example, the first code, applied to a button instance name - btn -- fails
the second, applied to a movieclip instance name - clip -- works txt is the instance name of a dynamic textfield
not possible with button timelines
you need to use movieclips and the textColor property
for example, the first code, applied to a button instance name - btn -- fails
the second, applied to a movieclip instance name - clip -- works txt is the instance name of a dynamic textfield
So you mean creating Mcs instead of buttons? The code your using does not seem to enable the clips to be dragged though as my code above or am I missing something? I was hoping to create an application where clip_mcs are dropped onto an area, say, area_mc and when they are dropped they change colour.
Thank you a_modified_dog it works brilliantly! As I have 20-odd clips on the stage is there a way to have the code apply to all of them without having to write this code 20-odd times?