Binbag
02-17-2003, 02:15 PM
This is a really dumb question but it's been a busy day.
Have a variable "correctAnswers" in a flash movie. Everytime there is a correct answer it ads one to "correctAnswers".
At the end of the movie there is a Dymanic Text Box "correctNumber"
On the same frame the actionscript
correctNumber==correctAnswers;
The list variable when testing the movie shows "correcctNumber" and "correctAnswers" to be working, but nothing appear in my textbox. Am I doing this correctly.
Help appreciated........
Have a variable "correctAnswers" in a flash movie. Everytime there is a correct answer it ads one to "correctAnswers".
At the end of the movie there is a Dymanic Text Box "correctNumber"
On the same frame the actionscript
correctNumber==correctAnswers;
The list variable when testing the movie shows "correcctNumber" and "correctAnswers" to be working, but nothing appear in my textbox. Am I doing this correctly.
Help appreciated........