Skip to main content
Participant
May 28, 2014
Question

How do I arrange second frame of movie clip in front of other movie clips on same frame?

  • May 28, 2014
  • 1 reply
  • 158 views

I'm really new to flash, so forgive me if this is a silly question. So I have several movie clip objects on one frame. I figured out the code so that when I click on an object, it goes to its second frame. The thing is, I want that second frame to be in the absolute front, but some of the other objects keep overlapping it. I tried sending each object to the back, but that only works for some of them because not everything can be in the back.

Thanks in advance, any help would be lovely.

This topic has been closed for replies.

1 reply

Ned Murphy
Legend
May 29, 2014

You can often send an object to the front by just using: addChild(instanceName);

If you continue to have a problem, show the code you are using.

Participant
May 29, 2014

Thanks, that helped a lot

Ned Murphy
Legend
May 29, 2014

You're welcome