Is it bad form to use loadMovie rather than keeping everything contained within a single movie clip?
When I asked a friend of mine - who fancies himself a Flash programmer - he told me that I shouldn’t be using loadMovie, and should instead keep everything in one movie clip, and set everything up with variables and use arrays.
Should I take the time to do this instead of seperate clips? Or is it more a matter of preference? I really don’t know, but would rather do things the proper way, rather than something antiquated.
loadMovie is the appropriate way to go. Your friend doesn’t know his arse from a hole in the ground unfortunately.
If you place everything in a single movie, you will end up with a huge file size. The main purpose of using loadMovie is to cut your site/movie/clip/animation into different parts and load it into your stage at different times, when it is needed.
loadMovie is something you should use all the time, and listening to your friends is something you should never ever ever do.
Thank you, Jubba. I’ve been worried no one can/is willing to answer it.
I’m not one of those people who is married to the way I do things, I’m only interested in getting things done, having them work, and if that means changing my methods/codes, then I’m down for it
yeah, well loadMovie is what everyone uses to load in content. like Electrongeek uses loadMovie to call in different parts of his website… www.electrongeek.net
its what 2 advanced does to call in their content…