Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   NPC Scripting (https://forums.graalonline.com/forums/forumdisplay.php?f=8)
-   -   Gui problems (https://forums.graalonline.com/forums/showthread.php?t=50930)

Gman4pwnu 02-07-2004 12:09 PM

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?

WanDaMan 02-07-2004 02:00 PM

change the vision to 5.

osrs 02-07-2004 04:05 PM

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.

Python523 02-07-2004 08:10 PM

http://forums.graal2001.com/forums/s...threadid=46557


All times are GMT +2. The time now is 09:26 PM.

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