I'm trying to make a sort of typewriter keyboard, and when each key is pressed print the corresponding letter somewhere else. Here's all I can think of: to have each key be a sprite, each with a second sprite that's the corresponding letter, which would go to some x/y and stamp itself. Is there an easier or better way?
Thanks.
Offline
Search for hangman - it does a big part of that - and it's one of the coolest projects I have seen
Offline
You will notice in my Hangman game that the keys stay down (to show which letters have been guessed). If you want the keys to go back up, you'll need to attach a little bit of code to each key--the code is already there, just not attached.
Hope this helps!
Offline