View Single Post
09-26-09, 04:41 AM   #1197
Icerat
A Fallenroot Satyr
Join Date: Sep 2006
Posts: 28
Originally Posted by Waverian View Post
lua Code:
  1. self.Resting.bg:SetPoint("TOPLEFT",self.Resting,"TOPLEFT", -2, 2)

self.Resting is a texture. You can't anchor an object to a texture.
How do i fix it then ?