1. Hey, does anyone know a snippet for me to be able to create an addon for me to be able to load an image from the blizzard artwork cache, to be placed anywhere in the UI, being able to resize it, and move it? if so please post it all help is appreciated, thanx!

  2.  frame = UIParent:CreateTexture(nil, "OVERLAY")
     frame:SetTexture("Interface\\Icons\\ABILITY_DRUID_DEMORALIZINGROAR")
     frame:SetSize(100, 100)
     frame:SetPoint("CENTER", 0, 0)