Does
setRGB
work when you attach movie clips? …
Does’nt seem to pick up the identifier of the mc.
I’m using
on (release) {
var colorful = new Color("mc identifier name");
colorful.setRGB(0xCCCCCC);
}
Any ideas
Thx
Does
setRGB
work when you attach movie clips? …
Does’nt seem to pick up the identifier of the mc.
I’m using
on (release) {
var colorful = new Color("mc identifier name");
colorful.setRGB(0xCCCCCC);
}
Any ideas
Thx
:: Copyright KIRUPA 2024 //--