0 Members and 1 Guest are viewing this topic.
LBL DLB...DRAW LOADING BARr1 is Xr2 is Yr3 is widhtr4 is heightr5 is percentange...
What about one command to set it up (4 args), and another command to update it (1 arg)?
Lbl ALB...ADD LOADING BAR TO STACKr1 is Xr2 is Yr3 is widhtr4 is height...
Lbl ULB...UPDATE LOADING BAR Xr1 is loading bar # in stack (1st loading bar is 1, 2nd is 2, and so on, regardless of other items in stack)r2 is percentange...
0->ZWhile Z!=1getKey->ZIf Z=1Y+1->YEndIf Z=2X-1->XEndIf Z=3X+1->XEndIf Z=4Y-1->YEndsub(MOUSE, X, Y)If Z=[2nd key]sub(CLICK, X, Y)EndEnd