I've really struggling to find a way to random generate any letter randomly within a spriteFont
the main rule for the random letters would be..
Set Text=mid("abcdefgghijklmnopqrstuvwxyz", int(random(26)), 1)
Develop games in your browser. Powerful, performant & highly capable.
blackhornet Thanks!, this is really awesome i could use it sometime in my game.
I made a quick thing with the method you posted, my name is "Amro" btw
[attachment=0:13bpgfir][/attachment:13bpgfir]
blackhornet thanks man you're a life saver
Wisdoms i see what you did there
i ended up changing it up abit taking into account numbers
mid("ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890", int(random(36)), CPUSprite.NumberOfCharacters)