Flash Thumbnail how to?
Flash Thumbnail how to?
Out of context: Reply #3
- Started
- Last post
- 4 Responses
- Anarchitect0
ok.
u have this thumbnails MC's inside a movieclip [thumMC]. each thumbnail would have a triiger action like:
this.onPress = function(){
this._parent._parent.holder.imag...
this._parent._visible=false;
this._parent._parent.holder._vis... = true;
}the holderMC contains both the 'back' button and the imageMC for the loaded image.
'back' button action:
this._onPress()= function(){
this._parent.image.unLoadMovie...
this._parent._parent.thumbsMC._v...
this._parent._visible=false;
}