Combined Code
movieClip 2 {
}
movieClip 4 {
frame 1 {
_root.stop();
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (PercentLoaded != 100) {
eval(bar)._xscale = PercentLoaded;
} else {
gotoAndStop('loaded');
}
}
frame 2 {
gotoAndPlay(1);
}
frame 3 {
_root.play();
}
}
// unknown tag 88 length 282
movieClip 11 {
}
frame 2 {
stop();
}
frame 2 {
function doSomething() {}
MENU = new ContextMenu();
MENU.hideBuiltInItems();
Functioned = new ContextMenuItem('This animation is copyrighted', doSomething);
MENU.customItems.push(Functioned);
_root.menu = MENU;
}
movieClip 54 {
}
movieClip 58 {
}
movieClip 60 {
}
movieClip 101 {
frame 1 {
Mouse.hide();
masker2_mc.onEnterFrame = function () {
this._x = _xmouse;
this._y = _ymouse;
};
}
frame 1 {
Mouse.hide();
masker_mc.onEnterFrame = function () {
this._x = _xmouse;
this._y = _ymouse;
};
this.setMask(masker_mc);
}
}
button 104 {
on (release) {
gotoAndStop(3);
}
}
frame 4 {
stop();
}
frame 4 {
function doSomething() {}
MENU = new ContextMenu();
MENU.hideBuiltInItems();
Functioned = new ContextMenuItem('This animation is copyrighted', doSomething);
MENU.customItems.push(Functioned);
_root.menu = MENU;
}
movieClip 147 {
frame 1 {
Mouse.hide();
masker2_mc.onEnterFrame = function () {
this._x = _xmouse;
this._y = _ymouse;
};
}
frame 1 {
Mouse.hide();
masker_mc.onEnterFrame = function () {
this._x = _xmouse;
this._y = _ymouse;
};
this.setMask(masker_mc);
}
}
button 149 {
on (release) {
gotoAndStop(1);
}
}