Question
alpha properties in a dynamically generated movie
the situation:
i have to dynamically generate a movie clip
inside the already created movie clip i have two event controllers which ( SHOULD) set the _alpha state of two instances( which happen to be 2 diff key frames of one animation sequence
turns out im unable to get anything to happen with either one of the instances -- the variables which control the MC are accessible to the function b/c a trace(var); statment will trace the correct value -- but the movie clip wont set its _alpha to that passed value.
any suggestions???
i have to dynamically generate a movie clip
inside the already created movie clip i have two event controllers which ( SHOULD) set the _alpha state of two instances( which happen to be 2 diff key frames of one animation sequence
turns out im unable to get anything to happen with either one of the instances -- the variables which control the MC are accessible to the function b/c a trace(var); statment will trace the correct value -- but the movie clip wont set its _alpha to that passed value.
any suggestions???