View Single Post
06-13-09, 06:11 PM   #11
Waverian
A Chromatic Dragonspawn
AddOn Author - Click to view addons
Join Date: Dec 2006
Posts: 188
Originally Posted by recluse View Post
I'm fairly sure, that even though it has a parent object, you still have to pass in the relative frame as an argument?
The relative frame doesn't need to be passed to SetAllPoints if you want it to be relative to the parent.

Originally Posted by CalciumIRL View Post
That doesn't work either.

Would there be a way to, instead of putting in the texture, just make a block of colour to test it?
t:SetTexture(0, 0, 0) -- SetTexture accepts RGB (and optional alpha) values.
  Reply With Quote