Hi,
I have a main MC which calls an external MC (a picture slider).
This pic slider uses variables to work.
However, I’m experiencing problems with these variables when it’s loaded from the main MC.
It’s really strange, the pic slider MC works perfectly in these 2 situations:
1- When it’s played itself all alone (double-clicking the .swf file)
2- From the main MC and using a blank_MC (holder) to call it from. AS code is: loadMovie(“pictureslider.swf”,1);
But with this 2nd option, I can’t place the MC in the needed position on screen. So I decided to use this piece of AS instead: loadMovie(“pictureslider.swf”,“target_blankMC”);
Now, for a reason I can’t understand, all the variables are “lost”. (By doing ctrl-alt-v when the main MC is running, I can see all the variables which values in this pic slider clip are the following: undefined, 0 or “#ERROR#”)
Why is this so?
I’ve been trying to fix this for hours without success.
Please, a bit of help.
Thank you.