Instance of Symbol 7 MovieClip [Loader] in Frame 1
//component parameters
onClipEvent (construct) {
SlideWidth = 100;
SlideHeight = 10;
scolor = 10066329 /* 0x999999 */;
bcolor = 3355443 /* 0x333333 */;
fname = "Autobahn";
fsize = 10;
}
Frame 207
stop();
Frame 208
play();
Frame 245
gotoAndStop (246);
stopAllSounds();
play();
Frame 246
play();
Instance of Symbol 35 MovieClip in Frame 246
onClipEvent (load) {
startDrag (this, true);
Mouse.hide();
}
Instance of Symbol 38 MovieClip in Frame 246
on (rollOver) {
play();
}
Instance of Symbol 38 MovieClip in Frame 273
on (rollOver) {
play();
}
Instance of Symbol 38 MovieClip in Frame 282
on (rollOver) {
play();
}
Instance of Symbol 38 MovieClip in Frame 309
on (rollOver) {
play();
}
Frame 1746
gotoAndStop (1808);
Frame 1751
Mouse.show();
play();
Frame 1766
Mouse.show();
play();
Frame 1806
stop();
Frame 1807
stopAllSounds();
gotoAndPlay (246);
Frame 1808
play();
Instance of Symbol 35 MovieClip in Frame 1808
onClipEvent (load) {
startDrag (this, true);
Mouse.hide();
}
Instance of Symbol 57 MovieClip in Frame 1808
on (rollOver) {
play();
}
Frame 2870
gotoAndStop (2933);
stopAllSounds();
Frame 2876
Mouse.show();
play();
Frame 2891
Mouse.show();
play();
Frame 2931
stop();
Frame 2932
gotoAndPlay (1808);
Frame 2933
play();
Instance of Symbol 35 MovieClip in Frame 2933
onClipEvent (load) {
startDrag (this, true);
Mouse.hide();
}
Instance of Symbol 63 MovieClip in Frame 2933
on (rollOver) {
play();
}
Frame 3687
gotoAndStop (3751);
stopAllSounds();
Frame 3694
Mouse.show();
play();
Frame 3709
Mouse.show();
play();
Frame 3749
stop();
Frame 3750
gotoAndPlay (2933);
Frame 3751
play();
Instance of Symbol 35 MovieClip in Frame 3751
onClipEvent (load) {
startDrag (this, true);
Mouse.hide();
}
Instance of Symbol 63 MovieClip in Frame 3751
on (rollOver) {
play();
}
Frame 4452
gotoAndStop (4531);
Frame 4474
Mouse.show();
play();
Frame 4489
Mouse.show();
play();
Frame 4529
stop();
Frame 4530
gotoAndPlay (3751);
Frame 4659
gotoAndPlay (2);
Frame 4660
Mouse.show();
play();
Frame 4709
stop();
Frame 4710
stopAllSounds();
gotoAndPlay (246);
Symbol 7 MovieClip [Loader] Frame 1
#initclip 1
function LoaderClass() {
this.slideColor = new Color(this.slide);
this.bordColor = new Color(this.bord);
this.update();
}
LoaderClass.prototype = new MovieClip();
LoaderClass.prototype.update = function () {
this.slideColor.setRGB(this.scolor);
this.bordColor.setRGB(this.bcolor);
this.bord._width = this.SlideWidth + 4;
this.slide._width = this.SlideWidth;
this.bord._height = this.SlideHeight + 4;
this.slide._height = this.SlideHeight;
this.createTextField("mytext", 1, this.bord._x, this.bord._y, 300, 40);
delete this.mtextFormat;
this.mtextFormat = new TextFormat(this);
this.mTextFormat.font = this.fname;
this.mTextFormat.color = this.bcolor;
this.mTextFormat.size = this.fsize;
this.mytext.text = "";
this.mytext.setTextFormat(this.mtextFormat);
};
LoaderClass.prototype.setSlideWidth = function (b) {
this.SlideWidth = b;
this.update();
};
LoaderClass.prototype.getSlideWidth = function () {
return(this.SlideWidth);
};
LoaderClass.prototype.setSlideHeight = function (h) {
this.SlideHeight = h;
this.update();
};
LoaderClass.prototype.getSlideHeight = function () {
return(this.SlideHeight);
};
LoaderClass.prototype.setTintColor = function (c) {
this.tcolor = c;
this.update();
};
LoaderClass.prototype.turnOnTint = function () {
this.applyTint = true;
this.update();
};
Object.registerClass("Loader", LoaderClass);
#endinitclip
Instance of Symbol 6 MovieClip "slide" in Symbol 7 MovieClip [Loader] Frame 1
onClipEvent (load) {
_root.stop();
this.topScale = this._width;
this._xscale = 0;
ft = int(_root.getBytesTotal() / 1024);
}
onClipEvent (enterFrame) {
fl = int(_root.getBytesLoaded() / 1024);
this._xscale = (fl / ft) * this.topScale;
_parent.mytext.text = ((("LOADING " + fl) + " KB OF ") + ft) + " KB";
_parent.mytext.setTextFormat(_parent.mtextFormat);
if (fl == ft) {
_root.gotoAndPlay(_currentframe + 1);
play();
}
}
Symbol 14 Button
on (release) {
getURL ("http://www.killerchutney.com");
}
Symbol 24 Button
on (release) {
getURL ("http://www.killerchutney.co.uk/content.php?action=showcat&catid=2&prevnext=0");
}
Symbol 28 Button
on (release) {
nextFrame();
}
Symbol 29 Button
on (release) {
getURL ("http://www.killerchutney.com");
}
Symbol 38 MovieClip Frame 1
stop();
Symbol 38 MovieClip Frame 15
_root.gotoAndPlay("fail");
Symbol 53 Button
on (release) {
play();
}
Symbol 57 MovieClip Frame 1
stop();
Symbol 57 MovieClip Frame 16
_root.gotoAndPlay("failstage2");
Symbol 63 MovieClip Frame 1
stop();
Symbol 63 MovieClip Frame 20
_root.gotoAndPlay("failstage3");