Graal Forums  

Go Back   Graal Forums > Development Forums > NPC Scripting
FAQ Members List Calendar Today's Posts

Closed Thread
 
Thread Tools Search this Thread Display Modes
  #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..
  #2  
Old 02-07-2004, 02:00 PM
WanDaMan WanDaMan is offline
Master Tux
WanDaMan's Avatar
Join Date: Aug 2002
Location: England, United Kingdom
Posts: 5,571
WanDaMan is a jewel in the roughWanDaMan is a jewel in the rough
Send a message via MSN to WanDaMan
change the vision to 5.
__________________
V$:CONFL16T
  #3  
Old 02-07-2004, 04:05 PM
osrs osrs is offline
Graalian since 1998
osrs's Avatar
Join Date: Mar 2002
Location: Brazil
Posts: 2,724
osrs is on a distinguished road
Send a message via ICQ to osrs Send a message via AIM to osrs Send a message via MSN to osrs Send a message via Yahoo to osrs
Quote:
- changeimgvis index,drawingheight;

changes the drawing height of a showimg image;
possible values for 'drawingheight':

- 0: like drawunderplayer
- 1: like the player
- 2: like drawoverplayer (default)
- 4: on screen (the img will be drawn like the status bar,
it will be drawn on the image (x,y) position);
so you can make your own status bar thing with
this command
There are more layers for changeimgvis. If you do:

Quote:
changeimgvis index,5;
The text or image will appear over the layer 4.. if you use layer 6, so it will appear over the layer 5 etc.
__________________
"Ability is what you are capable of doing. Motivation determines what you do. Attitude determines how well you do it."
Facebook: facebook.com/raysilvadotnet /
  #4  
Old 02-07-2004, 08:10 PM
Python523 Python523 is offline
Banned
Join Date: Aug 2001
Location: Illinois
Posts: 3,498
Python523 is on a distinguished road
http://forums.graal2001.com/forums/s...threadid=46557
Closed Thread


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 12:28 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.