Flash AS Banner Loop
Flash AS Banner Loop
Out of context: Reply #7
- Started
- Last post
- 9 Responses
- function820
First frame
count=0
Last Frame
count--
if (count==0){
stop();
} else {
gotoAndPlay(2)
}
First frame
count=0
Last Frame
count--
if (count==0){
stop();
} else {
gotoAndPlay(2)
}