View Single Post
06-13-09, 04:45 PM   #1
CalciumIRL
A Deviate Faerie Dragon
AddOn Compiler - Click to view compilations
Join Date: Oct 2008
Posts: 15
Simple Single Frame AddOn

So I'm kind of new to Lua scripting and all I need is this ridiculously simple AddOn.

I need 1 frame implemented into my UI, but I don't want to get kgPanels to put it in, since it's just a single frame, but I want it there all the time. I have the texture but all I need to do is enable the frame but it won't work.

Just for the purposes of this, the texture is located at "Interface\\AddOns\\Textures\\Frame.tga".

What Lua code would I need so that when I go into WoW, this texture is just there in the middle of my screen as a background image. I would be able to adjust the xpos and ypos myself but I just need to know how to put it into the game.

Thanks for your time!
  Reply With Quote