okay im making a quiz like thingy and basically...
these are the instance names
markit_btn1 this is the button that the user clicks to get the results of their answers
proton number 1 this the input text where the user types in the answer
pans1 this is the dynamic text that i made where it should say correct or wrong
can someone please tell me how to make the code im soo confsed this is what i got so far
please help meCode:markit_btn1.onPress = function() { if (proton number 1== "3") { pans1 = "Correct"; } else { pans1 = "Wrong"; }


Reply With Quote

Bookmarks