Hi,

I want to add a simple power bar to one of my games. I want it to scroll up and down quickly and stop somewhere between 0-100% when the player presses a button or clicks the mouse. It needs to work on a relatively slow frame rate - ie. 15fps.

I tried drawing a rectangle and using a " onClipEvent (enterFrame)... _xscale++ " type script, but this makes the rectabgle scroll up and down much too slowly.

Can anyone briefly outline a better way of doing it ???

Thanks in advance ...

Ben