eposos
07-25-2005, 04:43 PM
Hi -
heres a simple question that I would really appreciate someone helping me with: Is there a way to create a looping effect for a MC via a script?
The idea is to:
press button 01 = movieclip plays and loops (no looping set in mc itself)
Press button 02 = same movie clip continues to play but stops at end of timeline - does not loop.
a button initiates mc play - (does the script live here somewhere?):
on (press) {
_root.play();
_root.mymovie_mc.play();
}
Thanks!
heres a simple question that I would really appreciate someone helping me with: Is there a way to create a looping effect for a MC via a script?
The idea is to:
press button 01 = movieclip plays and loops (no looping set in mc itself)
Press button 02 = same movie clip continues to play but stops at end of timeline - does not loop.
a button initiates mc play - (does the script live here somewhere?):
on (press) {
_root.play();
_root.mymovie_mc.play();
}
Thanks!