View Single Post
  #2  
Old 02-10-2005, 02:03 PM
Admins Admins is offline
Graal Administration
Join Date: Jan 2000
Location: Admins
Posts: 11,693
Admins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud of
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
Reply With Quote