Hi there, welcome to Scratch! Just curious though, why'd you title your post "Flashcard?"
Offline
because i need to make a flashcard and I'm having trouble doing it. could you help me please?
here are the instructions: Create a program that allows the end user to type in a list of vocabulary words and definitions to view for studying
User should be able to enter only 10 words and definitions
User should be able to display back the words and then the definitions
User should be able to reset the list to view the words repeatedly
User should be able to delete and re-enter the words in the list
Offline
because i need to make a flashcard and I'm having trouble doing it. could you help me please?
here are the instructions: Create a program that allows the end user to type in a list of vocabulary words and definitions to view for studying
User should be able to enter only 10 words and definitions
User should be able to display back the words and then the definitions
User should be able to reset the list to view the words repeatedly
User should be able to delete and re-enter the words in the list
Offline
Well, you are probably going to want to use the Lists data structures. You are also going to want to learn how to use the Ask and Answer blocks - since that is the easiest way for the user to enter the words and definitions. Why don't you experiment with those blocks for a while and see how far you can get on your own? Then, you can share what you have to the website and tell us where you are having trouble
Offline