Graal Forums

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

xAndrewx 01-25-2015 10:45 AM

GuiProgressCtrl
 
HTML Code:

new GuiProgressCtrl("Test_Progress") {
  profile = GuiBlueProgressProfile;
  x = 10;
  y = 10;
  width = 160;
  height = 20;
  progress = 0.3;
}

Does anybody know if a bitmap can be applied to the GuiProgressCTRL? I want to make a health bar instead of using showimg

http://www.graal.net/index.php/Creat...uiProgressCtrl

Crow 01-25-2015 11:48 AM

Just use an image. This thing won't really help you that much compared to just going with an image.

xAndrewx 01-25-2015 01:54 PM

Thought so too, thankssss


All times are GMT +2. The time now is 10:06 PM.

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