The graphics.ZOrder enumeration provides constants to defines the z order depth of a display object added to the document.
Members
- 
    
<static> BACK :number
 - 
    
    
Back means the display will be behind an other object and has a value of
0.Type:
- number
 
- Default Value:
 - 
		
- 0
 
 
 - 
    
<static> FRONT :number
 - 
    
    
Front means the display will be in front of an other object and has a value of
1.Type:
- number
 
- Default Value:
 - 
		
- 1