Making a quiz on Flash CS3...?

Natakid.

New member
Ive been using buttons to get through the questions in my quiz...
And i've been using the same image for each button, but making it into a new symbol and I have also used the same action script throughout which is...

on(release){
gotoAndStop(15);
}

Obv changing the frame number accordingly.
And all of a sudden it stopped working. And it gets to slide 15, which is the 14th symbol and then the button doesn't work from then on. I did exactly the same to all of them and i've tried re-doing that one like 5 times, tried copying all the bits that work onto another document and re-doing the bit from scratch and checked that the action script it right on that bit and everything...

What am i supposed to do to get it to work?
Is it something stupid like you can't have more than 14 of the same? lol
Or I dunno

It would be helpful if someone could give me their contact details either email or msn so I can discuss the matter with you. And maybe send you the file to have a look at or something.

Or could I try using a different script and tell it to go to the next frame instead of a certain number frame, because that's all it's really doing and maybe that would work.
 
Back
Top