_root.HomePage_mc.onEnterFrame = function() {
if (mouse_over_HomePage_mc) {
_root.HomePage_mc.nextFrame();
_root.Solutions_mc.gotoAndPlay(15); // this is where i want it to start for that movie clip
}
The problem is that it is reaching the needed frame (frame 15) but instead of continuing to play it stops. This seems very weird to me, I searched all over the web trying to find an answer for this and i couldnt find. I tried making a working around that such as this:
for(i = 15; i <= 30; i++ ){
_root.Solutions_mc.gotoAndPlay(i);
}
But it didnt work in a right way, as it just seems to jump to the last frame in the animation and does not show the desired tween.
I hope that someone could give me answer to this problem, or has an explanation for why it is being like this. Also any suggestions, ideas, workarounds and comments are welcome. Thanks in advance for your help. Have a good day.

New Topic/Question
Reply


MultiQuote






|