![]() |
changing the gui - Printable Version +- Mirage Source (https://mirage-engine.uk/forums) +-- Forum: Mirage Source (Nostalgia) (https://mirage-engine.uk/forums/forumdisplay.php?fid=61) +--- Forum: Archive (2006-2011) (https://mirage-engine.uk/forums/forumdisplay.php?fid=18) +---- Forum: General (https://mirage-engine.uk/forums/forumdisplay.php?fid=17) +---- Thread: changing the gui (/showthread.php?tid=745) |
changing the gui - Ramsey - 15-02-2007 1. let's say like in frmMirage i change where the picScreen is located do i have to change any codes? if so wut do i change? 2. if i change where the xp bar is do i need to change any codes? if so wut do i change? 3. if i change the width of the xp bar, do i need to change any codes? if so wut do i change? - Anthony - 15-02-2007 1. No 2. No 3. Yes, you will have to change the code where it's something like Code: frmMirage.xpbar.Width = (Val(Parse(1) / 100) / (Val(Parse(2)) / 100) * 100) Where you would have to change the * 100 to whatever your new xpbar width is. |