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);
}
}
button 24 {
on (release) {
getURL('http://www.funny-games.biz/main.html', '_blank');
getURL('http://www.funny-games.biz/strategy-games.html', '_blank');
getURL('http://www.funny-games.biz/racing-games.html', '_blank');
getURL('http://www.funny-games.biz/mario-games.html', '_blank');
}
}
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_g.onRelease = function () {
getURL('http://www.funny-games.biz/adult.html', '_blank');
};
}
button 46 {
on (release) {
nextFrame();
}
}
button 54 {
on (release) {
prevFrame();
}
}
frame 97 {
stop();
more_btn.onRelease = function () {
getURL('http://www.funny-games.biz/adult.html', '_blank');
};
again_btn.onRelease = function () {
gotoAndStop(2);
};
}