[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 (1.61 KiB) ●
frame 1 {
_root._quality = 'LOW';
total = getBytesTotal();
carregando = getBytesLoaded();
porcentagem = Math.floor((total / carregando) * 100);
porcentagem = Math.floor((carregando / total) * 100);
barra_mc._xscale = porcentagem;
if (carregando == total) {
gotoAndPlay('begins');
}
}
movieClip 3 barra {
}
frame 2 {
if (getBytesLoaded() < getBytesTotal()) {
gotoAndPlay(1);
} else {
gotoAndPlay('begins');
}
}
// unknown tag 88 length 90
movieClip 12 {
frame 43 {
stop();
}
}
movieClip 14 {
}
movieClip 15 {
frame 1 {
stop();
}
frame 10 {
stop();
}
}
movieClip 17 {
}
movieClip 18 {
frame 1 {
stop();
}
frame 10 {
stop();
}
}
button 22 {
on (rollOver) {
originalart.gotoAndPlay('sobe');
}
on (rollOut) {
originalart.gotoAndPlay('desce');
}
on (press) {
getURL('http://www.furaffinity.net/user/pdxyz', '');
}
}
button 25 {
on (rollOver) {
animation.gotoAndPlay('sobe');
}
on (rollOut) {
animation.gotoAndPlay('desce');
}
on (press) {
getURL('http://www.furaffinity.net/user/pokehidden', '');
}
}
movieClip 27 {
frame 1 {
cenaatual = 1;
}
}
movieClip 30 {
}
movieClip 32 {
}
movieClip 45 {
}
movieClip 49 {
}
movieClip 59 {
frame 17 {
stop();
}
}
movieClip 71 {
}
movieClip 74 {
frame 10 {
stop();
}
}
button 77 {
on (press) {
if (mundo.cenaatual == 1) {
gotoAndPlay('1pra2');
mundo.cenaatual = 2;
} else {
gotoAndPlay('2pra1');
mundo.cenaatual = 1;
}
}
}
frame 178 {
stop();
}
movieClip 85 {
}
frame 189 {
stop();
}
frame 202 {
stop();
}