I want to build a progress bar using ActionScript 3 that when I hold a button down I have named the instance of "btn", it starts filling the progress bar until eventually it fills up and does certain action. Also, I would like it to reset every time I let go off the button. ANy ideas on how to do this?
... View more