I am pretty new to game development and I’m making a fairly simple game (or so I thought) I have the drag and drop function down, that was pretty easy but ran into a few problems. First, I have an input menu where the player enters their full name. I want the letters in the name to become the target objects. I made the alphabet as movie clips a_mc, b_mc,C_mc etc… and target objects as targeta_mc, targetb_mc, targetc_mc…etc.
First I need to make each letter in the first name that is in the input menu automatically appear in the middle of the screen as entered to be the target on the first game screen. Second, the alphabet letters are displayed at the top of the screen and can be dragged to the target, but I need the letters to be replaced when they are used in case of double letters in the name. The other problem I encountered is that only one letter will lock into a target, even if there are 2 identicle targets in the game play area.
When all the letters are dropped into the correct position, I need the game to advance to the next screen.
This is the first of what I am sure will be many problems. I know there has to be a way to do this. Any help would be appreciated.
Jennifer