Flashery
Flashery
Out of context: Reply #8
- Started
- Last post
- 13 Responses
- rasko40
I'm not really sure what going on there unfit, looks rather complicated.
Am I ok to be calling buttons from the main timeline like this:
_root.movieclip.buttonone.onRele... = function();{
if (nextMovie ! ="one.swf"){
nextMovie="one.swf";
_root.contentmc.gotoAndPlay("out...
}
};when the 'buttonone' is actually in a seperate swf loaded into 'movieclip'
?
*stuck