Copy link to clipboard
Copied
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.
Copy link to clipboard
Copied
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.
Copy link to clipboard
Copied
Thanks, that helped a lot
Copy link to clipboard
Copied
You're welcome
Find more inspiration, events, and resources on the new Adobe Community
Explore Now