I have a mc "picture". Inside there is another one "image" and inside "image" there are 4 mc (mc1, mc2, ecc..).
Each mc1, mc2, ecc.. start an animation on mouse press. The mc1-2-3-4 became bigger till fill all the screen... the problem is that i can see the mc that stay on the upper leyers...
Also the mc "picture" scroll with the duplicate mc clip and the set property:
For the mc "picture":
onClipEvent (enterFrame) {
if (_root.picture, _x>3.6) {
setProperty (_root.picture, _x, -839);
}
setProperty (_root.picture, _x, _x-Number((-3)));
}
For the mc "image":
onClipEvent (enterFrame) {
if (_root.picture, _x>3.6) {
setProperty (_root.picture, _x, -839);
}
setProperty (_root.picture, _x, _x-Number((-3)));
}
My problem is the swap depths of the 4 mc inside "image". Also i would like that the mcpicture stop to scroll when i press the button of any 4 mc...
Hope you will understand my english.... please help me... sono disperataaaa!!!!!
should I put the fla.... maybe some one could correct it?
Each mc1, mc2, ecc.. start an animation on mouse press. The mc1-2-3-4 became bigger till fill all the screen... the problem is that i can see the mc that stay on the upper leyers...
Also the mc "picture" scroll with the duplicate mc clip and the set property:
For the mc "picture":
onClipEvent (enterFrame) {
if (_root.picture, _x>3.6) {
setProperty (_root.picture, _x, -839);
}
setProperty (_root.picture, _x, _x-Number((-3)));
}
For the mc "image":
onClipEvent (enterFrame) {
if (_root.picture, _x>3.6) {
setProperty (_root.picture, _x, -839);
}
setProperty (_root.picture, _x, _x-Number((-3)));
}
My problem is the swap depths of the 4 mc inside "image". Also i would like that the mcpicture stop to scroll when i press the button of any 4 mc...
Hope you will understand my english.... please help me... sono disperataaaa!!!!!
should I put the fla.... maybe some one could correct it?