Hi,
I am having problems with getting a function that is on frame1 with an interval to work for my movie clips not on frame1 (works fine for movie clips on frame1)
why is this??
do I need a special syntax??
ie syntaxt for frame1 mc's:
var colorInfo:ColorTransform=frame1_mc.tf_txt.transform.colorTransform;
sytaxt for !frame1 mc's:
var colorInfo:ColorTransform=(somethingSpecial).frame2_mc.lx_txt.transform.colorTransform;
??
or am I not supposed to be able to have access to mc's on different frames?





Bookmarks