I’m building a game where on the press of a button a movie clip jumps to a random frame to display a question.
I know how to choose a random frame, but I need to be able to choose a random frame between two specific points, say from between frame 8 and 32.
Secondly, once a particular question has been chosen once, I don’t want it to be available to be chosen again until all of the other questions have been viewed - to stop repeated questions.
Any idea how I can do this – my actionscript is still a little basic