Thread: Gui problems
View Single Post
  #1  
Old 02-07-2004, 12:09 PM
Gman4pwnu Gman4pwnu is offline
Banned
Join Date: Jan 2004
Posts: 434
Gman4pwnu is on a distinguished road
Send a message via AIM to Gman4pwnu
Gui problems

timeout = .05;
if (timeout){
showimg 201,guiforhyroko3.gif,0,0;
changeimgvis 201,4;
showimg 1006,@0/1600,60,35;
changeimgzoom 1006,1;
changeimgvis 1006,4;
timeout = .05;
}

thats my code for the gui. it seems the gui .gif file covers up any text, is there any way i can draw the text on top of it instead of under?

Edit: It actually only seems to cover it up when its placed in certain spots, any fixes?

Last edited by Gman4pwnu; 02-07-2004 at 12:41 PM..