|
heh.
The riddles are simple. You place a input text box on the stage, fill in the var field with 'answer'. Then when the user hits enter just execute a simple script.
if (answer=="black") {
//You got it!
}else{
nomc.play(); // Play the NO sound
answer = "" //Make the input box blank
}
|