Flash load help
Flash load help
Out of context: Reply #4
- Started
- Last post
- 4 Responses
- xrusos0
nospacebar! you are my hero! thanks for your help today on the blurry text. you can see what i'm trying to do with it here...
and i haven't worked any preloading yet. just loading it like this:
onLoad = function () {
_root.createEmptyMovieClip("cont... 2);
loadMovie("top.swf", "containertop");
containertop._x = 0 ;
containertop._y = 0 ;
_root.createEmptyMovieClip("cont... 1);
loadMovie("barn.swf", "container");
container._x = 0 ;
container._y = 80 ;
}