every tick might be overkill - I would only update the text when your XP changes.
first idea.
https://www.dropbox.com/s/y8owws1t9cwmaen/timer%20display%20test.capx
Magistross - thanks for the explanation.
Yes it is - as I would have like to have helped....
Any other link please - I can't access facebook.
I don't think you do - I suggest you just download the latest build from the bottom of this page, install and follow the licence instructions. I would remove local file from steam first though.
First thing I would check is the animation is called "alert". Also you have charger and charger_pf - is that correct ?(event 22)
Any chance you can post a link to the capx ?
If I understand you correctly.
I would do it something like :
and re length
if len(playername)>6 .. set playername to left(playername,6)
(not tested)
Your capx certainly looks interesting . I can not see in your capx where you are pressing backspace.
on backspace pressed
set playername to left(playername,len(playername)-1)
A very nice method - thanks for the capx.
hava a look at zeropad
zeropad(4,2)= "04"
basically — idea but just using two sprites.
hopr37 - try it with the height line disabled, might be closer to what you want (but the arrow will become stretched - which is what I use)
Develop games in your browser. Powerful, performant & highly capable.
sorry - double post - deleted
edit2
We now have attachments ? Missed that as well !