[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.Combined Code (802 B)
frame 1 {
stop();
}
button 4 {
on (press) {
prevFrame();
}
on (keyPress '<Left>') {
prevFrame();
}
}
button 6 {
on (press) {
nextFrame();
}
on (keyPress '<Right>') {
nextFrame();
}
}
button 8 {
on (release) {
getURL('http://www.furaffinity.net/user/black-kitten', '_blank');
}
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
frame 7 {
stop();
}
frame 8 {
stop();
}
frame 9 {
stop();
}
frame 10 {
stop();
}
frame 11 {
stop();
}
frame 12 {
stop();
}
frame 13 {
stop();
}
frame 14 {
stop();
}
frame 15 {
stop();
}
frame 16 {
stop();
}
frame 17 {
stop();
}
frame 18 {
stop();
}
frame 19 {
stop();
}
frame 20 {
stop();
}