My project is going to use extensive use of progress bars. Currently I'm using a tiled background with mix of events with an object specific to each need for it.
Here's my current code:
<img src="http://i.imgur.com/1uBPhxl.png" border="0" />
Is there a way I can create/destroy these objects as I need them and/or simplify their usage so I don't have to repeat this block for every progress bar?