You're going to have to break your problem down into much smaller pieces and tackle them individually. Which part is giving you trouble? Reading in text? Representing ASL? Showing an animation? Interacting with a user? Each one of those can be further broken down into even smaller pieces. I suggest you take them one at a time, creating example programs that handle just one part of the program (aka an
SSCCE, which also makes it easier to ask for help when you get stuck). Then when you have each piece working individually, you can think about combining them into one program.
Edit- Also, I recommend reading through the link in my signature on asking questions the smart way. Specifically, using an all-caps "NEED HELP" title doesn't really give anybody any idea what your actual problem is, which makes it less likely people will click on your thread.