Jump to content

Use a label for the line. Change the value of the label to your guess/answer after validation. Look into using an object array for the labels, also look into how to search your array. 

 

If you look into those things you should be able to build what you want. The basic flow is: create answer array, use array to generate line, receive user answer, search array for user answer, if user answer found mark as correct, output answer array. You need to add a win/lose state but that's basically it. 

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×