I just need to edit the script which opens external file
into a container called
this is what I need to edit
Quote:
on (release) {
if(_root.currMovie != "collectionsb"){
_root.currMovie = "collectionsb";
containerone_mc.loadMovie("collectionsb.swf");
}else{
if (containerone_mc._currentframe >= containerone_mc.midframe) {
containerone_mc.play();
}
|
so that it can be put onto a movieclip button at the moment it is written for a button not a movieclip and I don't know how exactly to change it
It starts
and I know I think for a moveiclip it should sart
Quote:
|
this.onRelease = function(){
|
or something like that and I don't know how to change the rest