Flash Chart Help
Flash Chart Help
Out of context: Reply #8
- Started
- Last post
- 23 Responses
- unfittoprint0
ifwhere your main chart resides, you could make content holder MC:
this.createEmptyMovieClip(2holde... 50);
if your button exists within the chart mc you could write the following:
myButton.onPress(){
//disables main chart
this._parent._visible = false;//loads new content
this._parent._parent.loadMovie...
}