EX: movieclip1, movieclip2, and movieclip3 are refer to as movieclip123 so when I say: on(rollOver){movieclip123._x=5;} It would move movieclips 1, 2, and[quote] 3.
Hello? Anyone?
Did you try putting all the movie clips into single object? (an object within an object)Thus you could label that as one object, and it seems you want all the objects to work at the same time, yes?
you can`t.you can give only one name to an object.so do like this:Movieclip1._x+=5;Movieclip2._x+=5;Movieclip3._x+=5;
You must be logged in to post a reply!