Koolmoves scripting help needed
My simple scripting problem in Koolmoves (5)
I have the following in an inteactive quiz program.
var input (you enter answer here)
var correct (correct answer is.) That has been scripted and works
var youare (supposed to say if “right” or “wrong”)
So it's up running but when I put in
my answer (a) and the correct answer (b)
I have
if (input=correct) {youare="RIGHT"}
else {youare = “WRONG”}
nothing comes up in the 'youare’ box.
If I make the ‘=’ a ‘==’ that doesn’t work either
You can view what happens at www.espellwell.com/help
If I can solve this I might then be able to fix up the score.
Just one final thing. After 10 questions I want to go to final frame.
If x was the question number and 'final' the name of the frame how do I write
If (x=10) {goto Frame(final)}
so that it works
would really appreciate a couple of minutes of your time
Thanks
There's actually a lot of good stuff that works at www.espellwell.com but can't get this right.
cheers
Bwian
thanks someone out there