View Single Post
04-11-11, 04:52 AM   #14
Nibelheim
local roygbi-
 
Nibelheim's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2010
Posts: 1,600
Originally Posted by Lily.Petal View Post
Hmm... still doesn't seem to be moving at all. No errors this time or anything

Code:
["DurabilityFrame"] = {parent = nil, point = "CENTER", rpoint = "CENTER", x = -300, y = 0, scale = 1},
could it be the parent = nil? Since it has nothing it's attached to?
I have no problem waiting for you to get home and testing it for yourself though.
Well, the code's set up so that if Parent is nil, it'll parent the frame to it's current parent. I'll see what's up
  Reply With Quote