systems
10-30-2004, 06:04 AM
hi,
this makes no sense to me
container_mc.test_mc.stop(); //this works like normal
myButton_btn.tweened_mc.stop(); // why does this not stop "tweened_mc"?
is there some difference in the way that flash handles scope when passing through a button?
"tweened_mc" is a mc containing a tween sitting on the over keyframe inside a button named "myButton"
where did i go wrong?
this makes no sense to me
container_mc.test_mc.stop(); //this works like normal
myButton_btn.tweened_mc.stop(); // why does this not stop "tweened_mc"?
is there some difference in the way that flash handles scope when passing through a button?
"tweened_mc" is a mc containing a tween sitting on the over keyframe inside a button named "myButton"
where did i go wrong?