Rephrase my problem

Frame 31 is going to be the only frame to tell you your outcome…

Let’s say I was on the second question (frame 2) and got it right, then I would press the global button at the bottom of frame 2 to go to frame 31. But after i’ve seen the outcome on frame 31, I want to go to the next question (frame 3). This is the problem. Because I want to keep frame 31 as the only outcome frame, and not have many different outcome frames with many different buttons redirecting to many different other frames.

:slight_smile:

Complicated!

-Chris

yah, i think i got it. (Is this a sort of quiz program?)

On frames 1,2,3,4,5 etc till how many questions you have, add a frame action of suppose on frame 1 add i=1, on frame 2 add i=2 and so on.

On each of these keyframes there must be a button going to frame 31.

And on frame 31 there is a button with actions-

on(press){
_root.gotoAndStop(_root.i)
}

if this is not clear could you attach an fla.