So I wanted to make an experience bar that shows how much experience you have and how much you need to advance to the next one. I tried to do it using array with xp for each level, and comparing the current xp with the xp at the current level, but it didn’t work.
If any of you has done something like this in the past(which hopefully has), could you please share the AS3 code, or just the plain idea with me?
Thanks in advance