Hello,
I have a game where I have one sprite representing all the lettered keys on the keyboard. I set animation frame to random(0,25).
The sprite is copied and pasted so there are 6 keys with the same name but different UID's.
This works fine but most of the time a letter is repeated and I don't want that.
I cannot make more key sprites as this would mean that I would have to do a lot of code for each sprite.
Any ideas?
Thanks.