
02-10-2005, 02:03 PM
|
Graal Administration
|
Join Date: Jan 2000
Location: Admins
Posts: 11,693
|
|
There are two ways:
- new GuiShowImgCtrl(blabla) { .... }
This is creating a gui control which receives mouse events etc. This control is always on the stats layer
- with (findimg(index)) { blabla ... }
This is the normal Graal showimg thing, you can create more images, you can put them in the normal graal level (layer<4), but you need to handle the mouse events yourself |
|
|