Combined Code
movieClip 3 {
}
movieClip 4 {
}
movieClip 6 {
}
instance of movieClip 6 {
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
this._x += 6;
}
if (Key.isDown(40)) {
this._x -= 6;
}
if (Key.isDown(37)) {
this._y -= 6;
}
if (Key.isDown(39)) {
this._y += 6;
}
}
}
instance of movieClip 6 {
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
this._x += 8;
}
if (Key.isDown(40)) {
this._x -= 8;
}
if (Key.isDown(37)) {
this._y -= 8;
}
if (Key.isDown(39)) {
this._y += 8;
}
}
}
instance of movieClip 6 {
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
this._x += 10;
}
if (Key.isDown(40)) {
this._x -= 10;
}
if (Key.isDown(37)) {
this._y -= 10;
}
if (Key.isDown(39)) {
this._y += 10;
}
}
}
instance of movieClip 6 {
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
this._x += 12;
}
if (Key.isDown(40)) {
this._x -= 12;
}
if (Key.isDown(37)) {
this._y -= 12;
}
if (Key.isDown(39)) {
this._y += 12;
}
}
}
instance of movieClip 6 {
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
this._x += 14;
}
if (Key.isDown(40)) {
this._x -= 14;
}
if (Key.isDown(37)) {
this._y -= 14;
}
if (Key.isDown(39)) {
this._y += 14;
}
}
}
instance of movieClip 6 {
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
this._x += 16;
}
if (Key.isDown(40)) {
this._x -= 16;
}
if (Key.isDown(37)) {
this._y -= 16;
}
if (Key.isDown(39)) {
this._y += 16;
}
}
}
instance of movieClip 6 {
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
this._x += 18;
}
if (Key.isDown(40)) {
this._x -= 18;
}
if (Key.isDown(37)) {
this._y -= 18;
}
if (Key.isDown(39)) {
this._y += 18;
}
}
}
instance of movieClip 6 {
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
this._x += 20;
}
if (Key.isDown(40)) {
this._x -= 20;
}
if (Key.isDown(37)) {
this._y -= 20;
}
if (Key.isDown(39)) {
this._y += 20;
}
}
}
instance of movieClip 6 {
onClipEvent (enterFrame) {
if (Key.isDown(40)) {
this._x += 6;
}
if (Key.isDown(38)) {
this._x -= 6;
}
if (Key.isDown(39)) {
this._y -= 6;
}
if (Key.isDown(37)) {
this._y += 6;
}
}
}
instance of movieClip 6 {
onClipEvent (enterFrame) {
if (Key.isDown(40)) {
this._x += 8;
}
if (Key.isDown(38)) {
this._x -= 8;
}
if (Key.isDown(39)) {
this._y -= 8;
}
if (Key.isDown(37)) {
this._y += 8;
}
}
}
instance of movieClip 6 {
onClipEvent (enterFrame) {
if (Key.isDown(40)) {
this._x += 10;
}
if (Key.isDown(38)) {
this._x -= 10;
}
if (Key.isDown(39)) {
this._y -= 10;
}
if (Key.isDown(37)) {
this._y += 10;
}
}
}
instance of movieClip 6 {
onClipEvent (enterFrame) {
if (Key.isDown(40)) {
this._x += 12;
}
if (Key.isDown(38)) {
this._x -= 12;
}
if (Key.isDown(39)) {
this._y -= 12;
}
if (Key.isDown(37)) {
this._y += 12;
}
}
}
instance of movieClip 6 {
onClipEvent (enterFrame) {
if (Key.isDown(40)) {
this._x += 14;
}
if (Key.isDown(38)) {
this._x -= 14;
}
if (Key.isDown(39)) {
this._y -= 14;
}
if (Key.isDown(37)) {
this._y += 14;
}
}
}
instance of movieClip 6 {
onClipEvent (enterFrame) {
if (Key.isDown(40)) {
this._x += 16;
}
if (Key.isDown(38)) {
this._x -= 16;
}
if (Key.isDown(39)) {
this._y -= 16;
}
if (Key.isDown(37)) {
this._y += 16;
}
}
}
instance of movieClip 6 {
onClipEvent (enterFrame) {
if (Key.isDown(40)) {
this._x += 18;
}
if (Key.isDown(38)) {
this._x -= 18;
}
if (Key.isDown(39)) {
this._y -= 18;
}
if (Key.isDown(37)) {
this._y += 18;
}
}
}
instance of movieClip 6 {
onClipEvent (enterFrame) {
if (Key.isDown(40)) {
this._x += 20;
}
if (Key.isDown(38)) {
this._x -= 20;
}
if (Key.isDown(39)) {
this._y -= 20;
}
if (Key.isDown(37)) {
this._y += 20;
}
}
}
instance of movieClip 6 {
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
this._x += 6;
}
if (Key.isDown(37)) {
this._x -= 6;
}
if (Key.isDown(38)) {
this._y -= 6;
}
if (Key.isDown(40)) {
this._y += 6;
}
}
}
instance of movieClip 6 {
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
this._x += 8;
}
if (Key.isDown(37)) {
this._x -= 8;
}
if (Key.isDown(38)) {
this._y -= 8;
}
if (Key.isDown(40)) {
this._y += 8;
}
}
}
instance of movieClip 6 {
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
this._x += 10;
}
if (Key.isDown(37)) {
this._x -= 10;
}
if (Key.isDown(38)) {
this._y -= 10;
}
if (Key.isDown(40)) {
this._y += 10;
}
}
}
instance of movieClip 6 {
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
this._x += 12;
}
if (Key.isDown(37)) {
this._x -= 12;
}
if (Key.isDown(38)) {
this._y -= 12;
}
if (Key.isDown(40)) {
this._y += 12;
}
}
}
instance of movieClip 6 {
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
this._x += 14;
}
if (Key.isDown(37)) {
this._x -= 14;
}
if (Key.isDown(38)) {
this._y -= 14;
}
if (Key.isDown(40)) {
this._y += 14;
}
}
}
instance of movieClip 6 {
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
this._x += 16;
}
if (Key.isDown(37)) {
this._x -= 16;
}
if (Key.isDown(38)) {
this._y -= 16;
}
if (Key.isDown(40)) {
this._y += 16;
}
}
}
instance of movieClip 6 {
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
this._x += 18;
}
if (Key.isDown(37)) {
this._x -= 18;
}
if (Key.isDown(38)) {
this._y -= 18;
}
if (Key.isDown(40)) {
this._y += 18;
}
}
}
instance of movieClip 6 {
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
this._x += 6;
}
if (Key.isDown(39)) {
this._x -= 6;
}
if (Key.isDown(40)) {
this._y -= 6;
}
if (Key.isDown(38)) {
this._y += 6;
}
}
}
instance of movieClip 6 {
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
this._x += 8;
}
if (Key.isDown(39)) {
this._x -= 8;
}
if (Key.isDown(40)) {
this._y -= 8;
}
if (Key.isDown(38)) {
this._y += 8;
}
}
}
instance of movieClip 6 {
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
this._x += 10;
}
if (Key.isDown(39)) {
this._x -= 10;
}
if (Key.isDown(40)) {
this._y -= 10;
}
if (Key.isDown(38)) {
this._y += 10;
}
}
}
instance of movieClip 6 {
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
this._x += 12;
}
if (Key.isDown(39)) {
this._x -= 12;
}
if (Key.isDown(40)) {
this._y -= 12;
}
if (Key.isDown(38)) {
this._y += 12;
}
}
}
instance of movieClip 6 {
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
this._x += 14;
}
if (Key.isDown(39)) {
this._x -= 14;
}
if (Key.isDown(40)) {
this._y -= 14;
}
if (Key.isDown(38)) {
this._y += 14;
}
}
}
instance of movieClip 6 {
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
this._x += 16;
}
if (Key.isDown(39)) {
this._x -= 16;
}
if (Key.isDown(40)) {
this._y -= 16;
}
if (Key.isDown(38)) {
this._y += 16;
}
}
}
instance of movieClip 6 {
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
this._x += 18;
}
if (Key.isDown(39)) {
this._x -= 18;
}
if (Key.isDown(40)) {
this._y -= 18;
}
if (Key.isDown(38)) {
this._y += 18;
}
}
}
instance of movieClip 6 {
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
this._x += 20;
}
if (Key.isDown(39)) {
this._x -= 20;
}
if (Key.isDown(40)) {
this._y -= 20;
}
if (Key.isDown(38)) {
this._y += 20;
}
}
}
instance of movieClip 6 {
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
this._x += 20;
}
if (Key.isDown(37)) {
this._x -= 20;
}
if (Key.isDown(38)) {
this._y -= 20;
}
if (Key.isDown(40)) {
this._y += 20;
}
}
}