Frame 1
var stuff = 0;
stop();
Instance of Symbol 5 MovieClip "dickey" in Frame 1
onClipEvent (enterFrame) {
if (Key.isDown(39) && (!this.hitTest(_root.std))) {
this._xscale = 100;
this.play();
this._x = this._x + 5;
}
if ((Key.isDown(37) && (!this.hitTest(_root.wall))) && (!this.hitTest(_root.std))) {
this._xscale = -100;
this.play();
this._x = this._x - 5;
}
}
Instance of Symbol 9 MovieClip in Frame 1
onClipEvent (enterFrame) {
_y = (_y + ((((_root.dickey._y - 40) - _y) - 40) / 4));
_x = (_x + ((((_root.dickey._x + 30) - _x) + 30) / 4));
}
Instance of Symbol 13 MovieClip "std" in Frame 1
onClipEvent (enterFrame) {
if ((_root.dickey._x >= (this._x + 100)) && (_root.stuff == 0)) {
this.play();
}
if (this.hitTest(_root.dickey)) {
_root.timer.play();
}
}
Frame 2
play();
Frame 44
stop();
Symbol 5 MovieClip Frame 1
stop();
Symbol 5 MovieClip Frame 2
play();
Symbol 9 MovieClip Frame 1
function camControl() {
parentColor.setTransform(camColor.getTransform());
var _local4 = sX / this._width;
var _local3 = sY / this._height;
_parent._x = cX - (this._x * _local4);
_parent._y = cY - (this._y * _local3);
_parent._xscale = 100 * _local4;
_parent._yscale = 100 * _local3;
}
function resetStage() {
var _local2 = {ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0};
parentColor.setTransform(_local2);
_parent._xscale = 100;
_parent._yscale = 100;
_parent._x = 0;
_parent._y = 0;
}
parentColor.setTransform(camColor.getTransform());
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;
Symbol 13 MovieClip Frame 1
stop();
Symbol 13 MovieClip Frame 4
stop();
_level0.stuff = 1;
Symbol 15 MovieClip Frame 1
stop();
Symbol 15 MovieClip Frame 25
_level0.gotoAndStop(2);
Symbol 22 Button
on (release) {
gotoAndStop (1);
}