Dran
11-02-2001, 09:48 AM
Hello All,
As I am still having difficulty getting my head around paths and targets etc. Could someone explain how to do the following:
I'm still making my interactive quiz and I have a movie clip full of images that I want to move through depending on what question you are currently looking at:
tellTarget (_root.QuestionImage) {
gotoAndStop (CurrentQuestionNumber);
}
Of course it works if I put gotoAndStop(1); but I want it to use the variable. However this doesn't work and I am guessing that I'm not doing something vital to get the current frame number that is in the variable CurrentQuestionNumber.
Can sombody explain how to do it correctly and why?
Thanks! Dran
As I am still having difficulty getting my head around paths and targets etc. Could someone explain how to do the following:
I'm still making my interactive quiz and I have a movie clip full of images that I want to move through depending on what question you are currently looking at:
tellTarget (_root.QuestionImage) {
gotoAndStop (CurrentQuestionNumber);
}
Of course it works if I put gotoAndStop(1); but I want it to use the variable. However this doesn't work and I am guessing that I'm not doing something vital to get the current frame number that is in the variable CurrentQuestionNumber.
Can sombody explain how to do it correctly and why?
Thanks! Dran