Flash AS Banner Loop
Flash AS Banner Loop
Out of context: Reply #5
- Started
- Last post
- 9 Responses
- fate0
fuck me, I'm stupid.
First frame
count=0
Second Frame
count++
if (count==3){
stop();
} else {
play();
}Have the end of the animation loop back to frame 2.