um..i'm making a quiz game it supposed to have 100 questions but for now it that has 23 questions.
I got the random part it loads a different question when a button is clicked...but the thing is i don't know if it loaded all my question. Also there is a result page at the end how would i load it?
The result page is located (temporarily) in frame 272 and 273
these are my codes on the random part:
on(release) {
var x = Math.floor(Math.random() * 22+ 1 );
gotoAndStop (x)
}

New Topic/Question
Reply


MultiQuote




|