Scene works fine on own, doesn't work when used with whole movie
I am building a tutorial and at the end is a small quiz game. I have the quiz game in a separate scene from the tutorial. The quiz keeps track of right and wrong answers and displays the number of correct answers at the end. When I test this scene on it's own, everything works fine. When I test the whole movie, the total is just 0. When I trace the score variable, it just comes up as 0. Why is it that it only works in the individual scene and not the whole movie?