Movieclips during loader

I want to load movieclips when my main moviecliploader are loading. So eg I have a loadbar and when its 50 % I want a movieclip to come up. And if the loader is at 70& another movieclip comes up.

My code is something likes this( at school now and dont have it with me).

getPercent =
bytes_loaded = Math.roundxxxx
bytes_total = Math.roundxxxxx
getPercent = bytes_loaded/bytes_total
this.loadbar.with = getPercent*100
if (bytes_loaded == bytes_total)
{
this.gotAndPlay(3)
}

no one that can help me?