Snow

Is it possible to stop this effect using actionscript in the middle of a movie.

For example If I inserted this in frame one of my movie, how would I stop this effect using action script in frame 20?

Thanks in advanced :sure:

Welcome to kirupa forum, FrozenToast. :slight_smile:

Please use the search feature of the forum, this question has been asked before. :stuck_out_tongue:

Has it, whoops, ignore the n00b =)

Hehe - It’s ok. =)

You should always search before posting, chances are it’s been asked already. :wink:

Quite alot of times by the looks of things 0_o

Great it works!
Its a for

Just insert that into the frame you want the snow to stop :slight_smile:

for (k=0; k<250; k++) {
removeMovieClip(“snow” + k);
}

Someone should really make a thred on this and keep it sticky for us newbies :slight_smile:

Glad you found it. Probably it should be added to the tutorial, I’ll suggest it to kirupa. :slight_smile:

its been suggested already kode :sure: it should be revised soon to avoid these kinds of issues.

Indeed *nods

Originally posted by senocular
its been suggested already kode :sure: it should be revised soon to avoid these kinds of issues.

Yeah, I realized that a few minutes after I posted. :stuck_out_tongue:

:slight_smile: