friz2002
09-16-2002, 09:44 PM
Some questios.
duplicateMovieClip
-----------------------
1) Correct me if i'm wrong , but in
duplicateMovieClip
I think the last line should be :
_root.moreXXXX._x=10;
instead of
moreXXXX._x=10; (if I use this, the copy comes on top of the original, so the code is not working, I think?)
2) If I move my mouse over the copy of the movieclip it moves on top of the original mc??
how can I prevent that from happening?
removeMovieclip
--------------------
Doesn't work for me :confused:
this is the code in the tut:
on (release) {
removeMovieClip (_root.shopts./orangeShorts);
}
1) Flash says "expect field name after '.' " So I think the slash is wrong (??)
2) Am I correct when i replaced shopts with var name of first movieclip & orangeShorts with var name of mc in first mc ???
duplicateMovieClip
-----------------------
1) Correct me if i'm wrong , but in
duplicateMovieClip
I think the last line should be :
_root.moreXXXX._x=10;
instead of
moreXXXX._x=10; (if I use this, the copy comes on top of the original, so the code is not working, I think?)
2) If I move my mouse over the copy of the movieclip it moves on top of the original mc??
how can I prevent that from happening?
removeMovieclip
--------------------
Doesn't work for me :confused:
this is the code in the tut:
on (release) {
removeMovieClip (_root.shopts./orangeShorts);
}
1) Flash says "expect field name after '.' " So I think the slash is wrong (??)
2) Am I correct when i replaced shopts with var name of first movieclip & orangeShorts with var name of mc in first mc ???