Skip to main content
Inspiring
July 8, 2008
Question

external movie level

  • July 8, 2008
  • 1 reply
  • 250 views
hi,
i have made 1 file named menu. there are 2 menu clips, left and right.
inside each MC, there are buttons. each button contains the following code:

on (release) {
this.swapDepths(1);
this.createEmptyMovieClip("target_mc1", this.getNextHighestDepth());
target_mc1._x = -600;
target_mc1._y = -150;
target_mc1.loadMovie("1.swf");
}

the problem im facing is the external movie loads on the top of the right menu, the left menu is still on the top of that external movie.

anyone can help plz?

Regards
This topic has been closed for replies.

1 reply

kglad
Community Expert
Community Expert
July 8, 2008
don't cross post and don't post as2 questions in the as3 forum.