Flash Q
Flash Q
Out of context: Reply #9
- Started
- Last post
- 13 Responses
- Anarchitect0
don't use code on buttons. name them using the property inspector (ie. myButton) and code its event in an action layer [that will make your code more centralized]:
myButton.onRelease = function(){
_root.main_mc.holder.loadMovie... swf");
}regarding the hide thing, well you should use the attachmovie trick I wrote earlier.