in the section3.swf place the code you want:
how.onRollOver = function(){
how.gotoAndPlay("overIt");
how.back = false;
how.play();
}
how.onRollOut = function(){
how.back = true;
}
Compile just means publish the SWF.
|
Results 1 to 5 of 5
Thread: making AS inside a MC performThreaded View
|
Click Here to Expand Forum to Full Width |