for(int i=0;i<119;i++)
setImage("movie++i++.png");
I have 118 different frames for a brief animation. I want to play them through a loop. Each frame is called "movieX.png" where X represents numbers 0-118. I don't quite know how to do this or if it can be done.
Other general advice for simplifying my code is a great help too.
Thank you.

