Hi there,
I defined a Button symbol that contains another mc symbol, now I am trying to assign a AS3 to the inner mc symbol but I don’t know how to refference it.
The code I am trying to assign to the inner mc symbol is -
[COLOR=RoyalBlue]import fl.transitions.Tween;
import fl.transitions.easing.*;
import fl.transitions.TweenEvent;
var jump:Tween = new Tween( innerMC,“y”, Strong.easeOut, innerMC.y, innerMC.y - 4, true);[/COLOR]
How do I assign the code to the inner mc symbol ?
regards,