View Single Post
07-24-16, 06:45 AM   #9
Vrul
A Scalebane Royal Guard
 
Vrul's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2007
Posts: 404
For frames you use the methods SetFrameLevel and SetFrameStrata to adjust how they're drawn relative to others. For textures (like your backdrop) you would use the method SetDrawLayer to determine how they are drawn in respect to each other within a parent frame.
  Reply With Quote