I know this is probably a simple thing but... I have a template to move PPT files over to Flash. The button for 'next frame' uses the following action script....
on (release, keyPress "<Right>") {
nextFrame();
}
I would like to make it so that users have to wait x amount of time to be able to use the 'next button'. So the user can't just click their way through a class.
Make sense?
