[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 (0.99 KiB)
//MainTimeline (BaikenCanIHaveSomeMilkL_fla.MainTimeline)
package BaikenCanIHaveSomeMilkL_fla {
import flash.display.*;
public dynamic class MainTimeline extends MovieClip {
public var mutebutton:SimpleButton;
public function MainTimeline(){
addFrameScript(0, frame1, 56, frame57, 112, frame113, 168, frame169, 224, frame225, 308, frame309, 420, frame421, 476, frame477, 480, frame481, 531, frame532);
}
function frame169(){
this.stage.frameRate = 30;
}
function frame1(){
this.stage.frameRate = 22;
}
function frame225(){
this.stage.frameRate = 30;
}
function frame477(){
this.stage.frameRate = 20;
}
function frame113(){
this.stage.frameRate = 24;
}
function frame481(){
this.stage.frameRate = 18;
}
function frame532(){
gotoAndPlay(2);
}
function frame57(){
this.stage.frameRate = 20;
}
function frame421(){
this.stage.frameRate = 30;
}
function frame309(){
this.stage.frameRate = 40;
}
}
}//package BaikenCanIHaveSomeMilkL_fla