Flash & XML HELP!
Flash & XML HELP!
Out of context: Reply #6
- Started
- Last post
- 9 Responses
- o0o0
hm, I'm sorry I'm not good at following code like that...
but it looks like you have the 'next' and 'previous' actions working, right?
If so I would suggesting taking that code out of the button on(release) and putting it in a function... call it click_next() and click_prev() (then your on(release) calls one of those functions)
That way, when the user clicks autoplay, you just need a function that repeats every x miliseconds, and calls click_next()