First of all i wanna ask a question
Is the question in an image and then place on to a matrix?
If so then you make a loop that can only be exited if a key or a correct string is entered.
Erm? Lets see now!
<Code to place the question image on the matrix goes here>
Answer$ = "Test Answer"
Do
String$ = Entry()
if String$ = Answer$ then exit do
if text width(string$) > text width(answer$) then Clear
Entry Buffer
if text width(string$) = text width(answer$) then exit do
Loop
<Fire code for object goes here>
The loop checks the entry buffer if it contains the answer string, if the entry buffer is longer than the answer string then the buffer is cleared.
If the buffer is exactly the same as the answer then the loop is exited and the bullet can be fired.
Leade