So I followed Voetsjoeba’s wonderful fading grid tutorial. What I want to do next is add multiple images in the “image” mc on different frames, and then have the main actionscript go through them one by one. So I thought…
[AS]for (var p = 1; p<4; p++) {
_root.image.gotoAndStop(“p”)
fadeOut(0, 10);
}[/AS]
…but as I should have guessed I was doing something wrong. P is the frame label “1” “2” etc.
I’ll link the fla if needed, but its a bit big and I didn’t want to push that on some unsuspecting viewers.
Thanks.