Flash removing levels
- Started
- Last post
- 5 Responses
- Louno
Hi,
is there a way to remove all the levels... i have this flash movie that was made by someone else, and he loads tons of movie clip using actionscript on all different levels, i want to remove them. ...
- picturepack0
by levels do you mean layers?
you want a kind of 'flatten layers' tool like they have in photoshop?What I do is use the multiple select mode (the right button amoung the onion skins) set it's peramiters to include the whole movie, select all, cut, paste it all into a new layer, and then discard the empty layers.
- tparsons0
NO
Levels are like air you can't see them and they only wok when you use them.
- Derek20
unload the movies
- Louno0
no i was talking about levels...
i wouldnt want to unload the movies 1 by one... there is like a billion level to unload ...
- Epictive0
Not sure if I understand what you are trying to do, and I am sure unfit will post right after me with a better way and make me feel stupid but you could do something like this:
for (i=1; i<=50; i++) {
unloadMovieNum(i);
}and change 50 to the amount of levels you want to onload.