Frame 1
Stage.scaleMode = "noScale";
Frame 3
this.onEnterFrame = function () {
if (this.getBytesLoaded() == this.getBytesTotal()) {
play();
delete this.onEnterFrame;
} else {
stop();
}
};
stop();
Frame 4
objBuzzSound = new Sound();
objBuzzSound.attachSound("snd_buzz");
objBuzzSound.start(0, 99999);
objBuzzSound.setVolume(0);
this.onEnterFrame = function () {
var _local1 = (mc_cursor._x - mc_video._x) / mc_video._width;
var _local2 = Math.min(100, Math.max(-100, Math.round(((_local1 - 0.5) * 2) * 100)));
objBuzzSound.setPan(_local2);
if ((intOldX != mc_cursor._x) || (intOldY != mc_cursor._y)) {
intOldX = mc_cursor._x;
intOldY = mc_cursor._y;
objBuzzSound.setVolume(Math.max(2, Math.min(100, objBuzzSound.getVolume() * 2)));
} else {
objBuzzSound.setVolume(objBuzzSound.getVolume() / 1.2);
}
};
stop();
Instance of Symbol 5 Imported [PC_System.PC_Engine] in Frame 4
//component parameters
onClipEvent (construct) {
bouncingBalls = true;
hideRealCursor = true;
baseForce = 100;
combineForces = "Add";
speedLimit = "high speed";
scaleToAlpha = true;
hideAllObjects = false;
}
Instance of Symbol 17 Imported [PC_Cursors.PC_ArrowCursor] "mc_cursor" in Frame 4
//component parameters
onClipEvent (construct) {
cursorStyle = "Arrow";
grip = 50;
inertia = 10;
__mouseasforce = false;
visible = true;
minHeight = 0;
minWidth = 0;
}
Instance of Symbol 9 Imported [PC_Behaviours.PC_ButtonMaker] in Symbol 10 MovieClip Frame 1
//component parameters
onClipEvent (construct) {
outframe = 1;
overframe = 2;
downframe = 3;
upframe = 2;
rolloverCursorSound = "";
rolloverCursorStyle = "Arrow";
visible = true;
minHeight = 0;
minWidth = 0;
}
Instance of Symbol 9 Imported [PC_Behaviours.PC_ButtonMaker] in Symbol 12 MovieClip Frame 1
//component parameters
onClipEvent (construct) {
outframe = 1;
overframe = 2;
downframe = 3;
upframe = 2;
rolloverCursorSound = "";
rolloverCursorStyle = "Arrow";
visible = true;
minHeight = 0;
minWidth = 0;
}
Instance of Symbol 7 Imported [PC_Objects.PC_Hill] in Symbol 16 MovieClip Frame 1
//component parameters
onClipEvent (construct) {
rolloverCursorSound = "";
rolloverCursorStyle = "Null";
plateauDiameter = 20;
shape = "U-shaped";
strength = 15;
style = "None";
tint = 14492708 /* 0xDD2424 */;
visible = true;
minHeight = 0;
minWidth = 0;
}
Instance of Symbol 10 MovieClip in Symbol 16 MovieClip Frame 1
onClipEvent (load) {
function __f_pc_rollin(eventObj) {
_parent.gotoAndPlay("hit_right");
}
this.addEventListener("pc_rollin", __f_pc_rollin);
}
Instance of Symbol 12 MovieClip in Symbol 16 MovieClip Frame 1
onClipEvent (load) {
function __f_pc_rollin(eventObj) {
_parent.gotoAndPlay("hit_left");
}
this.addEventListener("pc_rollin", __f_pc_rollin);
}
Symbol 16 MovieClip Frame 124
gotoAndPlay ("basis");
Instance of Symbol 14 Imported [PC_Objects.PC_Pushgutter] in Symbol 16 MovieClip Frame 130
//component parameters
onClipEvent (construct) {
rolloverCursorSound = "";
rolloverCursorStyle = "Null";
plateauDiameter = 100;
shape = "U-shaped";
strength = 0;
pushStrength = 300;
arrowStyle = "None";
graphicsStyle = "None";
tint = 0;
visible = true;
minHeight = 0;
minWidth = 0;
}
Symbol 16 MovieClip Frame 132
objBuzzSound = new Sound();
objBuzzSound.attachSound("hit");
objBuzzSound.start(0, 1);
objBuzzSound.setVolume(100);
Instance of Symbol 14 Imported [PC_Objects.PC_Pushgutter] in Symbol 16 MovieClip Frame 133
//component parameters
onClipEvent (construct) {
rolloverCursorSound = "";
rolloverCursorStyle = "Null";
plateauDiameter = 100;
shape = "U-shaped";
strength = 0;
pushStrength = 300;
arrowStyle = "None";
graphicsStyle = "None";
tint = 14492708 /* 0xDD2424 */;
visible = true;
minHeight = 0;
minWidth = 0;
}
Symbol 16 MovieClip Frame 174
gotoAndPlay (17);
Instance of Symbol 14 Imported [PC_Objects.PC_Pushgutter] in Symbol 16 MovieClip Frame 180
//component parameters
onClipEvent (construct) {
rolloverCursorSound = "";
rolloverCursorStyle = "Null";
plateauDiameter = 100;
shape = "U-shaped";
strength = 0;
pushStrength = 300;
arrowStyle = "None";
graphicsStyle = "None";
tint = 14492708 /* 0xDD2424 */;
visible = true;
minHeight = 0;
minWidth = 0;
}
Symbol 16 MovieClip Frame 182
objBuzzSound = new Sound();
objBuzzSound.attachSound("hit");
objBuzzSound.start(0, 1);
objBuzzSound.setVolume(100);
Symbol 16 MovieClip Frame 223
gotoAndPlay (17);