Hi All,
My first post, so I’ll try to stick to “protocol”…
I’m making a fairly simple FLash application (as part of a Master’s thesis for young readers) but hit a major snag.
I have a menu at the start with 4 buttons for the user click, to choose to view a slide show of the first 3 words, or of the first 5 or 7 or all 10 words. If I set it so “ident = 1” when the first button is pushed, and “ident = 2” for the second button, and so on… then I can only get as far as the first 3 words, even if I hit the button for words 1 to 10. I’ve tried lots of GOTO options, StopAndPlay commands, everything I can think of…