Frame 1
fscommand ("showmenu", "false");
urls = new Array("http://www.fontanka.ru/", "http://www.zvuki.ru/", "http://dirty.ru/", "http://pig.ru/", "http://www.inopressa.ru/", "http://www.film.ru/", "http://www.nord.co.il/", "http://www.b3ta.com/", "http://www.carfree.org.ru/", "http://skaji.net/", "http://dekabr.cool.ru/", "http://sams.spb.ru/", "http://www.skion.ru/", "http://www.membrana.ru/", "http://kolokol.ru/", "http://www.newgrounds.com/", "http://www.toongu.ru/", "http://www.boring3d.com/", "http://www.render.ru/", "http://psyshit.ru/", "http://perevod.pesenki.ru", "http://www.whitehouseanimationinc.com/index.htm", "http://www.japon.ru/", "http://www.gollandia.com/", "http://www.miniclip.com/", "http://caricatura.ru/", "http://faceshop.ru/", "http://www.russisk.org/", "http://internetka.net/", "http://www.stihi.ru/", "http://www.rulz.ru/", "http://gospodi.com/news.php", "http://prinzess.ru/news.php", "http://www.flash-ripper.com/", "http://wecomeinpeace.free.fr/season1/index.html", "http://www.ultrashock.com/", "http://www.go2magick.com", "http://www.hiero.ru/", "http://germany.ru/", "http://www.comics.com.ua/", "http://www.comics.aha.ru/rus/", "http://www.flash-ripper.com/");
Instance of Symbol 8 MovieClip "fly" in Frame 1
onClipEvent (enterFrame) {
var ran;
var clf;
ran = random(9) - 4;
_x = (_x + ran);
ran = random(9) - 4;
_y = (_y + ran);
if ((((_x < 0) || (550 < _x)) || (_y < 0)) || (400 < _y)) {
removeMovieClip(this);
}
if (_parent._li.hitTest(_x, _y, true)) {
clf = new Color(this);
clf.setRGB(10066329);
delete clf;
} else {
clf = new Color(this);
clf.setRGB(0);
delete clf;
}
}
Instance of Symbol 8 MovieClip "fly" in Frame 1
onClipEvent (enterFrame) {
var ran;
var clf;
ran = random(9) - 4;
_x = (_x + ran);
ran = random(9) - 4;
_y = (_y + ran);
if ((((_x < 0) || (550 < _x)) || (_y < 0)) || (400 < _y)) {
removeMovieClip(this);
}
if (_parent._li.hitTest(_x, _y, true)) {
clf = new Color(this);
clf.setRGB(10066329);
delete clf;
} else {
clf = new Color(this);
clf.setRGB(0);
delete clf;
}
}
Frame 3
stop();
Symbol 24 MovieClip Frame 1
stop();
Symbol 24 MovieClip Frame 34
stop();
Symbol 24 MovieClip Frame 42
gotoAndStop (1);
Symbol 33 MovieClip Frame 4
stop();
Symbol 34 MovieClip Frame 4
stop();
Symbol 37 Button
on (release) {
r = random(_root.urls.length);
getURL (urls[r], "_blank");
}
Symbol 39 Button
on (rollOver) {
_root.bo.gotoAndPlay(2);
}
on (rollOut) {
_root.bo.gotoAndPlay("weg");
}