Frame 1
Instance of Symbol 5 MovieClip in Frame 1
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
this._x = this._x - 5;
}
if (Key.isDown(39)) {
this._x = this._x + 5;
}
if (Key.isDown(38)) {
this._y = this._y - 20;
}
if (Key.isDown(40)) {
this._y = this._y + 20;
}
}
Instance of Symbol 9 MovieClip in Frame 1
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
this._x = this._x - 5;
}
if (Key.isDown(39)) {
this._x = this._x + 5;
}
if (Key.isDown(38)) {
this._y = this._y - 20;
}
if (Key.isDown(40)) {
this._y = this._y + 20;
}
}
Instance of Symbol 11 MovieClip in Frame 1
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
this._x = this._x - 5;
}
if (Key.isDown(39)) {
this._x = this._x + 5;
}
if (Key.isDown(38)) {
this._y = this._y - 20;
}
if (Key.isDown(40)) {
this._y = this._y + 20;
}
}
Instance of Symbol 13 MovieClip in Frame 1
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
this._x = this._x - 5;
}
if (Key.isDown(39)) {
this._x = this._x + 5;
}
if (Key.isDown(38)) {
this._y = this._y - 20;
}
if (Key.isDown(40)) {
this._y = this._y + 20;
}
}
Instance of Symbol 16 MovieClip in Frame 1
onClipEvent (enterFrame) {
_root.circle;
if (hitTest(_root.block)) {
_root.text = "Collision Detected";
} else {
_root.text = "No Collision";
}
}
Frame 321
stop();
Instance of Symbol 19 MovieClip in Frame 321
onClipEvent (enterFrame) {
stop();
}
Symbol 16 MovieClip Frame 1
stop();