[Tools][Expand/Collapse All]Note that automatic extraction of ActionScript 3 is still pretty much unsupported by swfchan. AS1/AS2 works okay most of the time.Section 1 (753 B)
//MainTimeline (masseffectelevator_fla.MainTimeline)
package masseffectelevator_fla {
import flash.events.*;
import flash.display.*;
public dynamic class MainTimeline extends MovieClip {
public var btn_PLAY002:SimpleButton;
public function MainTimeline(){
addFrameScript(0, frame1, 520, frame521, 564, frame565);
}
public function Playfullkk(_arg1:MouseEvent):void{
gotoAndPlay(2);
}
public function Playfull(_arg1:MouseEvent):void{
gotoAndPlay(2);
}
function frame1(){
stop();
btn_PLAY002.addEventListener(MouseEvent.CLICK, Playfullkk);
}
function frame521(){
stop();
btn_PLAY002.addEventListener(MouseEvent.CLICK, Playfull);
}
function frame565(){
stop();
}
}
}//package masseffectelevator_fla