Combined Code
movieClip 3 {
}
// unknown tag 88 length 73
button 10 {
on (release) {
getURL('http://www.funny-games.biz/adult.html', '_blank');
}
}
button 18 {
on (release) {
_root.play();
}
}
movieClip 19 {
frame 1 {
_root.stop();
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (PercentLoaded != 100) {
bar._xscale = PercentLoaded;
} else {
gotoAndStop('loaded');
}
}
frame 2 {
gotoAndPlay(1);
}
}
frame 2 {
stop();
more_btn.onRelease = function () {
getURL('http://www.funny-games.biz/adult.html', '_blank');
};
start_btn.onRelease = function () {
gotoAndStop(3);
};
}
frame 3 {
more_btn.onRelease = function () {
getURL('http://www.funny-games.biz/adult.html', '_blank');
};
}
button 39 {
on (release) {
nextFrame();
}
}
button 48 {
on (release) {
prevFrame();
}
}
frame 132 {
stop();
more_btn.onRelease = function () {
getURL('http://www.funny-games.biz/adult.html', '_blank');
};
}