Why is this not working?
Coming from Edge Animate, I am baffled on how Animate CC works. In EA, I write all my code in Stage/compositionReady. So I thought that I could do that in Animate CC as well but things do not seem to work all the time.
Could someone tell me why on load, I do not get a random question with code below on frame 1 since it is working with the click event? (see file)
this.questions.gotoAndStop(questionbank[questionNum].question);
