|
I can begin to show you my images:
http://img201.imageshack.us/my.php?image=wowscrnshot050109214017.jpg
http://img201.imageshack.us/my.php?image=wowscrnshot050109214013.jpg
http://img201.imageshack.us/my.php?image=wowscrnshot050109214007.jpg
http://img201.imageshack.us/my.php?image=wowscrnshot050109214000.jpg
And my lua script is:
"
function
Button1_OnClick()
Frame1:Hide();
Frame2:Show();
end
function
Button2_OnClick()
Frame1:Hide();
Frame3:Show();
end
function
Button3_OnClick()
Frame1:Hide();
Frame4:Show();
end
function
Frame2_OnLoad()
Frame2:Hide();
end
function
Frame3_OnLoad()
Frame3:Hide();
end
function
Frame4_OnLoad()
Frame4:Hide();
end
function
Button11_OnClick()
Frame1:Hide();
end
functio
Button12_OnClick()
Frame4:Hide();
Frame1:Show();
end
function
Button13_OnClick()
Frame4:Hide();
end
function
Button14_OnClick()
Frame2:Hide();
Frame1:Show();
end
function
Button16_OnClick()
Frame3:Hide();
Frame1:Show();
end
The last thing to do is to make them do something... like if I want that my "hug" command will work... I cant the code of it... anyone can help??
Would be very nice to release this addon
|