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:
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.
Please use the search feature of the forum, this question has been asked before.
Has it, whoops, ignore the n00b =)
Hehe - It’s ok. =)
You should always search before posting, chances are it’s been asked already.
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
for (k=0; k<250; k++) {
removeMovieClip(“snow” + k);
}
Someone should really make a thred on this and keep it sticky for us newbies
Glad you found it. Probably it should be added to the tutorial, I’ll suggest it to kirupa.
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.
:: Copyright KIRUPA 2024 //--