Hundreds of features to explore
Games made in Construct
Your questions answered
Trusted by schools and universities worldwide
Free education resources to use in the classroom
Students do not need accounts with us
What we believe
We are in this together
World class complete documentation
Official and community submitted guides
Learn and share with other game developers
Upload and play games from the Construct community
Game development stories & opinions
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)
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]
Develop games in your browser. Powerful, performant & highly capable.
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)