stop();
fscommand("fullscreen", "true");
fscommand("allowscale", "false");
this.onEnterFrame = function(){
if (_root.o1.hitTest("_root.c1") && _root.o2.hitTest("_root.c2") && _root.o3.hitTest("_root.c3") && _root.o4.hitTest("_root.c4") && _root.o5.hitTest("_root.c5") && _root.o6.hitTest("_root.c6") && _root.o7.hitTest("_root.c7") && _root.o8.hitTest("_root.c8")){
loadMovie("end.swf", 20);
delete this.onEnterFrame;
}
}