Flash=play next
Flash=play next
Out of context: Reply #2
- Started
- Last post
- 4 Responses
- unformatted0
when you press the button to load the swf set a var like
currSection = 4;
then in your start button
currSection += 1;
add 1 to it.
when you press the button to load the swf set a var like
currSection = 4;
then in your start button
currSection += 1;
add 1 to it.