READ THIS Put this sprite in your bagpack ! Use loading_bar.init before using that blocks. Use loading_bar.create for create a loading bar. long = lenght of the loading bar max = number of fractions of the loading bar (ex : 100 = loading bar in %) width = width of the loading bar color change speed = speed at which the loading bar will change color inclinaison = tilt of the loading bar Use loading_bar.set for set a value to a loading bar. id = id of the loading bar to change (the first loading bar has a id of 1 the second an id of 2...) value = value to apply to the loading bar Use loading_bar.delete for delete a loading bar id = id of the loading bar to delete Use update loading bar to refresh the loading bars
V1.0 : realase V1.0.1 : added color change speed and width V1.0.2 : added loading_bar.delete V1.1 : added inclinaison V1.1.1 : bug fix (cannot edit deleted or being deleted loading bars) V1.2 : you can run this without the turbo mode ! V1.3 : you can run 2 loading bars at time ! PS : if you run 2 bars at time it there may be performance issues V1.4 : deleted clone variable and bars status for more performance and "update bar" block added