I've got a movieclip ("boxes_mc") with 2 frames. Each frame has the 3 same movieclip instances (3 different boxes, "box1_mc","box2_mc","box3_mc"), just in different positions.
On the main stage are 2 buttons that switch the frame of the clip...works great...until...
I put a for loop on the main stage to make the box clips alpha go to 30 when you rollover and back to 100 when you rollout...
The buttons still work fine UNTIL you rollover a clip...then, the boxes don't display in the position they should be in, they display in the position they were in on frame 1...
anyone??? I've tried several work-arounds and without having to make tons of duplicate frames, remove instance names, etc. this doesn't work but it seems like it should...grrrr...
i love my job, i love my job, i...
Love like you've never been hurt, live like there's no tomorrow and dance like nobody's watching.
I broke my timeline up within my movieclip so the instances are on different layers (instead of being on the same layer throughout), and then, made a function from the script that assigns the button actions and called it every time you click the button...