simail
03-09-2002, 10:24 PM
ClipA uses attachMovie to call ClipB. The linkage name is london2.
ClipB has a control ClipC inserted which has instance name control
I'm trying to get ClipC to alter the alpha attribs of ClipB.
The code i've used so far in the ClipC instance with no success is:
onClipEvent(enterFrame) {
with(["london2"+1]) {
_alpha -=20;
}
}
also: _parent["london2"+1]._alpha -= 20; // instead of with line also substituting _root for _parent.
can anyone give me a clue on this
muchas gracias
simail
ClipB has a control ClipC inserted which has instance name control
I'm trying to get ClipC to alter the alpha attribs of ClipB.
The code i've used so far in the ClipC instance with no success is:
onClipEvent(enterFrame) {
with(["london2"+1]) {
_alpha -=20;
}
}
also: _parent["london2"+1]._alpha -= 20; // instead of with line also substituting _root for _parent.
can anyone give me a clue on this
muchas gracias
simail