Combined Code
frame 1 {
_root.bytesLoaded = _root.getBytesLoaded();
_root.bytesTotal = _root.getBytesTotal();
_root.percentLoaded = Math.round(100 * (_root.bytesLoaded / _root.bytesTotal));
_root.bar.gotoAndStop(_root.percentLoaded);
}
frame 1 {
_quality = 'LOW';
}
movieClip 2 {
}
movieClip 4 {
frame 16 {
stop();
}
}
movieClip 5 {
}
button 10 {
on (release) {
getURL('http://www.psy-city.co.uk/', _blank);
}
}
movieClip 12 {
frame 1 {
function camControl() {
parentColor.setTransform(camColor.getTransform());
var v4 = sX / this._width;
var v3 = sY / this._height;
_parent._x = cX - this._x * v4;
_parent._y = cY - this._y * v3;
_parent._xscale = 100 * v4;
_parent._yscale = 100 * v3;
}
function resetStage() {
var v2 = {'ra': 100, 'rb': 0, 'ga': 100, 'gb': 0, 'ba': 100, 'bb': 0, 'aa': 100, 'ab': 0};
parentColor.setTransform(v2);
_parent._xscale = 100;
_parent._yscale = 100;
_parent._x = 0;
_parent._y = 0;
}
this._visible = false;
var oldMode = Stage.scaleMode;
Stage.scaleMode = 'exactFit';
var cX = Stage.width / 2;
var cY = Stage.height / 2;
var sX = Stage.width;
var sY = Stage.height;
Stage.scaleMode = oldMode;
var camColor = new Color(this);
var parentColor = new Color(_parent);
this.onEnterFrame = camControl;
camControl();
this.onUnload = resetStage;
}
}
frame 2 {
if (_root.percentLoaded == 100) {
gotoAndPlay(3);
} else {
gotoAndPlay(1);
}
}
frame 28 {
stop();
}
button 15 {
on (release) {
play();
_root.platplat = _root.platform._currentframe;
}
}
instance plat of movieClip 2 {
onClipEvent (enterFrame) {
_root.platplat += 1;
if (_root.platplat == 100) {
_root.platplat = 1;
}
_root.plat.gotoAndPlay(_root.platplat);
_root.plat.play();
}
}
movieClip 346 {
}
movieClip 383 {
}
movieClip 391 {
}
movieClip 394 {
}
movieClip 505 {
}
movieClip 864 {
}
movieClip 866 {
}
movieClip 868 {
}
movieClip 870 {
}
movieClip 872 {
}
movieClip 874 {
}
movieClip 876 {
}
movieClip 878 {
}
movieClip 880 {
}
movieClip 882 {
}
movieClip 884 {
}
movieClip 886 {
}
movieClip 888 {
}
movieClip 890 {
}
movieClip 892 {
}
movieClip 894 {
}
movieClip 896 {
}
movieClip 898 {
}
movieClip 900 {
}
movieClip 902 {
}
movieClip 904 {
}
movieClip 906 {
}
movieClip 1091 {
}
movieClip 1094 {
}
movieClip 1103 {
frame 1 {
stop();
}
frame 20 {
stop();
}
}
instance of movieClip 1103 {
onClipEvent (rollOver) {
this.gotoAndPlay('_play');
}
onClipEvent (rollOut) {
this.gotoAndPlay('_stop');
}
onClipEvent (release) {
_root.play();
}
}
movieClip 1105 {
frame 1 {
stop();
}
frame 20 {
stop();
}
}
instance of movieClip 1105 {
onClipEvent (rollOver) {
this.gotoAndPlay('_play');
}
onClipEvent (rollOut) {
this.gotoAndPlay('_stop');
}
onClipEvent (release) {
getURL('http://www.psy-city.co.uk/', '_blank');
}
}
frame 14350 {
stop();
}