I'm Trying to create a custom progress bar but currently the bar loads from the middle to the edges is there anyway I can make it go from the left to the right
Develop games in your browser. Powerful, performant & highly capable.
I'm guessing you are using the width to set the progress..
If so, putting the origin of your sprite on the left would solve your problem..
If not, please provide more information and if possible your capx..
Thanks that totally worked I didn't realize it used an image point because it didn't ask to specify which point. Also what would happen if you had more than one image points