Hi everyone!
I am adding a new feature to an ed game I'm working at- Hangman minigame.
It's a pretty simple game- you drag and drop a letter to a "letter space". It must collide with the right space.
My challange is to :
1. after counting the characters of the word (with len(text)) - create the number of spaces above accordingly in the middle of the screen.
2. let the program know which character supposed to be where.
I searched the forum, tutorials and referance guides but still haven't found enough clues yet. Please assist me with ideas or maybe references to some relevant information
Ran