Unloading several ext swf - level probl

Hi,

I have a synthax question: is it possible to unload several external swf which are on different level by writing the folllowing:

on (rollOver) {
loadMovieNum(“one.swf”, 20);
unloadMovieNum(21,22,23,24);

thx

Mel*