View Single Post
  #14  
Old 02-17-2007, 02:31 PM
zokemon zokemon is offline
That one guy...
zokemon's Avatar
Join Date: Mar 2001
Location: Sonoma County, California
Posts: 2,925
zokemon is a jewel in the roughzokemon is a jewel in the rough
Send a message via ICQ to zokemon Send a message via AIM to zokemon Send a message via MSN to zokemon Send a message via Yahoo to zokemon
Quote:
Originally Posted by projectigi View Post
....
i know how to create/destroy gui controls, thanks.

for example:

a Server wants to show a Text on the Screen that tells you the current Area
like "Online Start Local" "Kokiri Town" etc
now it sucks if you have to make a own guicontrol for every text you ever want to display on the screen, because showtext has no function to make it appear over gui controls
GuiMLTextCtrl.

showimg() basically just does this:

NPC Code:
function showimg(ti, tf, tx, ty) {
new TShowimg("showimg" @ ti) {
x = tx;
y = ty;
image = tf;
}
}

__________________
Do it with a DON!
Reply With Quote