Combined Code
frame 1 {
stop();
}
movieClip 3 {
}
movieClip 6 {
}
movieClip 7 {
frame 1 {
stop();
}
frame 11 {
gotoAndStop(1);
}
}
movieClip 9 {
}
// unknown tag 88 length 73
movieClip 23 {
frame 11 {
stop();
}
}
movieClip 24 {
frame 1 {
stop();
}
instance hamburglarleft of movieClip 7 {
onClipEvent (enterFrame) {
if (Key.isDown(32)) {
this.gotoAndPlay(2);
}
}
}
frame 2 {
gotoAndPlay(3);
}
instance hamburglarleft of movieClip 7 {
onClipEvent (enterFrame) {
if (Key.isDown(32)) {
this.gotoAndPlay(2);
}
}
}
frame 11 {
stop();
}
}
instance hamburglar of movieClip 24 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.burger)) {
gotoAndPlay(2);
}
}
}
movieClip 26 {
}
instance porceleon of movieClip 26 {
onClipEvent (load) {
speed = 5;
}
onClipEvent (enterFrame) {
this._x += speed;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hamburglar)) {
this.unloadMovie();
}
}
}
movieClip 29 {
}
movieClip 30 {
}
instance burger of movieClip 30 {
onClipEvent (load) {
speed = 5;
}
onClipEvent (enterFrame) {
this._x += speed;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hamburglar)) {
this.unloadMovie();
}
}
}
instance hamburglar of movieClip 24 {
onClipEvent (load) {
speed = 6;
}
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
this._x -= speed;
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.burger)) {
gotoAndPlay(2);
}
}
}