Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Object Overlapping

Status
Not open for further replies.

Kison

Programmer
May 4, 2004
14
US
Hey all,

Is there any way to change what grouped objects are to be in front of others? Say I have two squares, and I want one to overlap the other, and later on for that to change, what would I do to change this?

Thanks.
 
at runtime, use swapDepths.

one_mc.swapDepths(another_mc);

to use this, first make each object a movie clip symbol in the library and give them each a name in the property inspector.

Philip Keiter
Senior Flash Software Developer
Sphyrras
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top