Flash Q
Flash Q
Out of context: Reply #8
- Started
- Last post
- 13 Responses
- xaoscontrol0
okay...i took a crack at it. the swf loads up but the balloon still hides behin the loaded swf
tol hel p you understand my setup, here's my movie structure
timeline>
main_mc>
nav_mc>
balloon_mcthis code sits in main_mc
stop();
this.createEmptyMovieClip("holde... 10);this code sits on one of the buttons to load up the first content.swf
on (release) {
_root.main_mc.holder.loadMovie...
}also, my 'home' button has this code in it to unload the movie (and it even works)
on (release) {
_root.main_mc.holder.unloadMovie...
}