| also, das ganze soll so laufen
die HZL hat ein Array mit Farbwerten:
allCol=new Array();
allCol.push(3355433,16777215,10053273,10066329,134 21823,10053222,16775150,13421772,6710937,16777215) ;
stop ();
Die Clips haben ein colorObj
onClipEvent (load) {
colorObj=new Color(this);
}
Der Controller soll 9 Clips einfärben
onClipEvent (load) {
for (i=1; i<10; i++) {
x = random(8);
_root["l"+i].colorObj.setRGB(_root.allCol[x]);
}
}
Fla ist dran
__________________
save flaresound
www.flaresound.com
|