Frame 1
stop();
Frame 2
stop();
Instance of Symbol 11 MovieClip "bob" in Frame 2
onClipEvent (load) {
speed = 7;
}
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
_x = (_x + speed);
}
if (Key.isDown(37)) {
_x = (_x - speed);
}
}
onClipEvent (enterFrame) {
if (_root.nextroom.hitTest(this)) {
_root.gotoAndPlay(2);
}
}
Frame 3
stop();
Instance of Symbol 11 MovieClip "bob" in Frame 3
onClipEvent (load) {
speed = 7;
}
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
_x = (_x + speed);
}
if (Key.isDown(37)) {
_x = (_x - speed);
}
}
onClipEvent (enterFrame) {
if (_root.nextroom.hitTest(this)) {
_root.gotoAndPlay(4);
}
}
Instance of Symbol 19 MovieClip "nextroom" in Frame 3
onClipEvent (enterFrame) {
if (_root.bob.hitTest(this)) {
_root.gotoAndPlay(4);
}
}
Frame 4
stop();
Instance of Symbol 22 MovieClip "nextroom2" in Frame 4
/* no clip actions */
Instance of Symbol 25 MovieClip "bob2" in Frame 4
onClipEvent (load) {
speed = 7;
}
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
_x = (_x + speed);
}
if (Key.isDown(37)) {
_x = (_x - speed);
}
}
onClipEvent (enterFrame) {
if (_root.nextroom3.hitTest(this)) {
_root.gotoAndPlay(3);
}
}
onClipEvent (enterFrame) {
if (_root.nextroom2.hitTest(this)) {
_root.gotoAndPlay(5);
}
}
Instance of Symbol 19 MovieClip "nextroom3" in Frame 4
onClipEvent (enterFrame) {
if (_root.bob.hitTest(this)) {
_root.gotoAndPlay(3);
}
}
Frame 5
stop();
Instance of Symbol 25 MovieClip "bob2" in Frame 5
onClipEvent (load) {
speed = 7;
}
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
_x = (_x + speed);
}
if (Key.isDown(37)) {
_x = (_x - speed);
}
}
onClipEvent (enterFrame) {
if (_root.nextroom4.hitTest(this)) {
_root.gotoAndPlay(6);
}
}
onClipEvent (enterFrame) {
if (_root.nextroom3.hitTest(this)) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 19 MovieClip "nextroom3" in Frame 5
onClipEvent (enterFrame) {
if (_root.bob2.hitTest(this)) {
_root.gotoAndPlay(4);
}
}
Instance of Symbol 19 MovieClip "nextroom4" in Frame 5
onClipEvent (enterFrame) {
if (_root.bob.hitTest(this)) {
_root.gotoAndPlay(6);
}
}
Frame 6
stop();
Instance of Symbol 25 MovieClip "bob2" in Frame 6
onClipEvent (load) {
speed = 7;
}
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
_x = (_x + speed);
}
if (Key.isDown(37)) {
_x = (_x - speed);
}
}
onClipEvent (enterFrame) {
if (_root.nextroom3.hitTest(this)) {
_root.gotoAndPlay(5);
}
}
onClipEvent (enterFrame) {
if (_root.nextroom4.hitTest(this)) {
_root.gotoAndPlay(6);
}
}
Instance of Symbol 19 MovieClip "nextroom4" in Frame 6
onClipEvent (enterFrame) {
if (_root.bob2.hitTest(this)) {
_root.gotoAndPlay(6);
}
}
Frame 7
stop();
Instance of Symbol 25 MovieClip "bob2" in Frame 7
onClipEvent (load) {
speed = 7;
}
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
_x = (_x + speed);
}
if (Key.isDown(37)) {
_x = (_x - speed);
}
}
onClipEvent (enterFrame) {
if (_root.nextroom3.hitTest(this)) {
_root.gotoAndPlay(6);
}
}
onClipEvent (enterFrame) {
if (_root.nextroom4.hitTest(this)) {
_root.gotoAndPlay(8);
}
}
Instance of Symbol 19 MovieClip "nextroom3" in Frame 7
onClipEvent (enterFrame) {
if (_root.bob2.hitTest(this)) {
_root.gotoAndPlay(5);
}
}
Instance of Symbol 19 MovieClip "nextroom4" in Frame 7
onClipEvent (enterFrame) {
if (_root.bob2.hitTest(this)) {
_root.gotoAndPlay(8);
}
}
Frame 8
stop();
Instance of Symbol 19 MovieClip "nextroom3" in Frame 8
onClipEvent (enterFrame) {
if (_root.bob2.hitTest(this)) {
_root.gotoAndPlay(9);
}
}
Symbol 5 Button
on (release) {
gotoAndPlay (2);
}
Symbol 16 Button
on (release) {
gotoAndPlay (3);
}