Combined Code
frame 1 {
_global.twine = 0;
_global.rag = 0;
_global.lighter = 0;
_global.alcohol = 0;
_global.key = 0;
_global.alcoholrag = 0;
_global.molotov = 0;
_global.hobobooze = 0;
_global.rightview = 0;
_global.jointmc = 0;
_global.trip = 0;
}
frame 2 {
stop();
}
// unknown tag 88 length 112
button 9 {
on (release) {
this.gotoAndStop('intro');
}
}
frame 3 {
stop();
}
button 13 {
on (release) {
this.gotoAndStop('right');
}
}
frame 4 {
onEnterFrame.gotoAndStop(_root.dragnotecounter.gotoAndStop('rest'));
stop();
}
button 16 {
on (release) {
this.gotoAndStop('2');
this._parent.note.text = 'He wants to trade.';
}
on (rollOver) {
if (this._parent.note.text == '') {
this._parent.note.text = 'A Hobo.';
}
}
on (rollOut) {
this._parent.note.text = '';
}
}
movieClip 19 {
}
movieClip 22 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
button 25 {
on (release) {
this._parent.note.text = 'He has nothing more to trade.';
}
on (rollOver) {
if (this._parent.note.text == '') {
this._parent.note.text = 'A Hobo.';
}
}
on (rollOut) {
this._parent.note.text = '';
}
}
movieClip 27 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance hobobooze of movieClip 22 {
onClipEvent (load) {
this.tabEnabled = false;
this._visible = true;
if (_global.hobobooze == 1) {
this._visible = false;
}
}
}
frame 3 {
stop();
}
}
instance hobo of movieClip 27 {
onClipEvent (load) {
if (_global.trip == 5) {
this._visible = false;
}
}
}
movieClip 30 {
frame 1 {
stop();
}
instance find_alc of movieClip 22 {
onClipEvent (enterFrame) {
if (_global.trip == 5) {
this.gotoAndStop(2);
}
}
}
}
instance alien of movieClip 30 {
onClipEvent (load) {
if (_global.trip == 5) {
this._visible = true;
} else {
this._visible = false;
}
}
onClipEvent (release) {
nextFrame();
this._parent.note.text = 'I wonder what he\'d trade that for.';
}
onClipEvent (rollOver) {
if (this._parent.note.text == '') {
this._parent.note.text = 'Whoa, an alien!';
}
}
onClipEvent (rollOut) {
this._parent.note.text = '';
}
}
movieClip 33 {
}
button 36 {
on (release) {
this._parent.note.text = 'Yup, that\'s a wall.';
nextFrame();
}
}
button 38 {
on (release) {
this._parent.note.text = 'Still a wall.';
nextFrame();
}
}
button 39 {
on (release) {
this._parent.note.text = 'You have a sick fascination with walls.';
}
}
movieClip 40 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
button 43 {
on (release) {
this._parent.note.text = 'It looks like dirt, but it\'s actually dried poop.';
nextFrame();
}
}
button 45 {
on (release) {
this._parent.note.text = 'Didn\'t you hear me? I said it\'s poop.';
nextFrame();
}
}
button 46 {
on (release) {
this._parent.note.text = 'You disgust me.';
}
}
movieClip 47 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
gotoAndStop(3);
}
}
button 49 {
on (release) {
_root.fern.gotoAndPlay('2');
}
on (rollOver) {
if (this._parent.note.text == '') {
this._parent.note.text = 'What\'s a Jurrasic Park fern doing here?';
}
}
on (rollOut) {
this._parent.note.text = '';
}
}
movieClip 58 {
}
movieClip 59 {
frame 1 {
stop();
}
frame 6 {
stop();
}
instance of movieClip 58 {
onClipEvent (load) {
this.tabEnabled = false;
if (_global.jointmc == 1) {
this._visible = false;
}
if (_global.jointmc == 2) {
this._visible = false;
}
}
onClipEvent (release) {
_global.jointmc = 1;
this._visible = false;
this._root.inv_joint._visible = true;
_root.note.text = 'I knew the giraffe didn\'t quit.';
_root.fern.gotoAndStop(1);
}
onClipEvent (rollOver) {
_root.note.text = 'What\'s this?';
}
}
}
instance fern of movieClip 59 {
}
movieClip 61 {
}
instance of movieClip 61 {
onClipEvent (load) {
if (_global.trip == 5) {
this._visible = true;
} else {
this._visible = false;
}
}
onClipEvent (release) {
this._parent.note.text = 'The plant will not give them up.';
}
onClipEvent (rollOver) {
if (this._parent.note.text == '') {
this._parent.note.text = 'This makes the plant awesome.';
}
}
onClipEvent (rollOut) {
this._parent.note.text = '';
}
}
movieClip 64 {
frame 1 {
stop();
}
}
button 67 {
on (release) {
this.gotoAndPlay('2');
this._parent.note.text = 'It\'s hollow?.';
}
on (rollOver) {
if (this._parent.note.text == '') {
this._parent.note.text = 'A Rock.';
}
}
on (rollOut) {
this._parent.note.text = '';
}
}
movieClip 71 {
frame 1 {
stop();
}
instance of movieClip 64 {
onClipEvent (load) {
this.tabEnabled = false;
if (_global.lighter == 1) {
this._visible = false;
}
}
onClipEvent (release) {
_global.lighter = 1;
this._visible = false;
this._root.inv_lighter._visible = true;
_root.note.text = 'What\'s this doing here?';
}
}
frame 2 {
stop();
}
}
instance of movieClip 71 {
onClipEvent (load) {
if (_global.trip == 5) {
this._visible = false;
}
}
}
movieClip 73 {
}
instance of movieClip 73 {
onClipEvent (load) {
if (_global.trip == 5) {
this._visible = true;
} else {
this._visible = false;
}
}
}
movieClip 76 {
frame 1 {
stop();
}
instance find_lighter of movieClip 64 {
onClipEvent (load) {
this.tabEnabled = false;
if (_global.lighter == 0) {
this._visible = true;
} else {
this._visible = false;
}
}
onClipEvent (release) {
_global.lighter = 1;
this._visible = false;
this._root.inv_lighter._visible = true;
_root.note.text = 'What\'s this doing here?';
}
}
}
instance jello of movieClip 76 {
onClipEvent (load) {
if (_global.trip == 5) {
this._visible = true;
} else {
this._visible = false;
}
}
onClipEvent (release) {
nextFrame();
this._parent.note.text = 'Yay telekinesis!';
}
onClipEvent (rollOver) {
if (this._parent.note.text == '') {
this._parent.note.text = 'Old Jell-O.';
}
}
onClipEvent (rollOut) {
this._parent.note.text = '';
}
}
button 79 {
on (release) {
this.gotoAndStop('left');
}
}
button 80 {
on (release) {
this.gotoAndStop('right');
}
}
button 81 {
on (release) {
this.gotoAndStop('pocket');
}
on (rollOver) {
this.note.text = 'Check your pockets.';
}
on (rollOut) {
this.note.text = '';
}
}
movieClip 86 {
frame 1 {
stop();
}
}
instance inv_twine of movieClip 86 {
onClipEvent (load) {
this.tabEnabled = false;
this._visible = false;
orig_x = this._x;
orig_y = this._y;
}
onClipEvent (press) {
this.startDrag();
}
onClipEvent (release) {
if (this.hitTest(this._parent.hobo)) {
_global.hobobooze = 1;
_global.alcohol = 1;
this._visible = false;
this._root.inv_alcohol._visible = true;
this._parent.hobo.hobogive.hobobooze._visible = false;
this._parent.hobo.gotoAndStop('3');
this._parent.note.text = 'You feel less lucky, but you know it had to be done.';
}
this.stopDrag();
this._x = orig_x;
this._y = orig_y;
if (eval(this._droptarget) == undefined) {
_global.hobobooze = 0;
this._visible = true;
this._root.inv_alcohol._visible = false;
_root.dragnotecounter.gotoAndStop('twinefail');
}
}
}
instance inv_alcohol of movieClip 22 {
onClipEvent (load) {
this.tabEnabled = false;
this._visible = false;
if (_global.alcohol == 0) {
this._visible = false;
}
if (_global.alcohol == 1) {
this._visible = true;
}
this.tabEnabled = false;
this._visible = false;
orig_x = this._x;
orig_y = this._y;
}
onClipEvent (press) {
this.startDrag();
}
onClipEvent (release) {
this.stopDrag();
if (this.hitTest(_root.inv_rag)) {
_global.alcohol = 0;
_global.rag = 2;
_global.alcoholrag = 1;
_root.inv_rag._visible = false;
_root.inv_alcohol._visible = false;
_root.inv_alcoholrag._visible = true;
this._parent.note.text = 'I see where you are going with this.';
} else {
this._x = orig_x;
this._y = orig_y;
_root.dragnotecounter.gotoAndStop('alcoholfail');
}
if (this.hitTest(_root.hobo)) {
_root.dragnotecounter.gotoAndStop('alchobo');
}
}
}
movieClip 89 {
frame 1 {
stop();
}
}
instance inv_alcoholrag of movieClip 89 {
onClipEvent (load) {
this.tabEnabled = false;
this._visible = false;
orig_x = this._x;
orig_y = this._y;
}
onClipEvent (press) {
this.startDrag();
}
onClipEvent (release) {
this.stopDrag();
if (eval(this._droptarget) == _root.inv_lighter) {
_global.alcoholrag = 0;
_global.molotov = 1;
_root.inv_alcoholrag._visible = false;
_root.inv_molotov._visible = true;
this._parent.note.text = 'Hooray for destruction!';
} else {
this._x = orig_x;
this._y = orig_y;
_root.dragnotecounter.gotoAndStop('ragalcfail');
}
}
}
movieClip 92 {
frame 1 {
stop();
}
}
instance inv_molotov of movieClip 92 {
onClipEvent (load) {
this.tabEnabled = false;
this._visible = false;
orig_x = this._x;
orig_y = this._y;
}
onClipEvent (press) {
this.startDrag();
}
onClipEvent (release) {
this.stopDrag();
if (this.hitTest(this._parent.hay)) {
_global.molotov = 0;
this._visible = false;
_parent.gotoAndStop('explosion');
this._parent.note.text = 'BOOM!';
_root.dragnotecounter.gotoAndPlay('boom');
} else {
this._x = orig_x;
this._y = orig_y;
this._visible = true;
_root.dragnotecounter.gotoAndStop('molotovfail');
}
}
}
movieClip 95 {
frame 1 {
stop();
}
}
instance inv_key of movieClip 95 {
onClipEvent (load) {
this.tabEnabled = false;
this._visible = false;
orig_x = this._x;
orig_y = this._y;
}
onClipEvent (press) {
this.startDrag();
}
onClipEvent (release) {
if (this.hitTest(this._parent.door)) {
_global.key = 0;
_root.inv_key._visible = false;
_parent.door.gotoAndStop(2);
_parent.milton.gotoAndStop(2);
this._parent.note.text = 'Freedom!';
}
if (this.hitTest(this._parent.milton)) {
_global.key = 0;
_root.inv_key._visible = false;
_parent.door.gotoAndStop(2);
_parent.milton.gotoAndStop(2);
this._parent.note.text = 'Freedom!';
}
this.stopDrag();
this._x = orig_x;
this._y = orig_y;
if (eval(this._droptarget) == undefined) {
this._visible = true;
_root.dragnotecounter.gotoAndStop('keyfail');
}
if (this.hitTest(this._parent.hobo)) {
_root.dragnotecounter.gotoAndStop('keyhobo');
}
}
}
movieClip 98 {
frame 1 {
stop();
}
}
instance inv_rag of movieClip 98 {
onClipEvent (load) {
this.tabEnabled = false;
this._visible = false;
orig_x = this._x;
orig_y = this._y;
}
onClipEvent (press) {
this.startDrag();
}
onClipEvent (release) {
this.stopDrag();
if (this.hitTest(_root.inv_alcohol)) {
_global.alcohol = 0;
_global.rag = 2;
_global.alcoholrag = 1;
_root.inv_rag._visible = false;
_root.inv_alcohol._visible = false;
_root.inv_alcoholrag._visible = true;
this._parent.note.text = 'I see where you are going with this.';
} else {
this._x = orig_x;
this._y = orig_y;
_root.dragnotecounter.gotoAndStop('ragfail');
}
}
}
instance inv_joint of movieClip 58 {
onClipEvent (load) {
this.tabEnabled = false;
this._visible = false;
orig_x = this._x;
orig_y = this._y;
}
onClipEvent (press) {
this.startDrag();
}
onClipEvent (release) {
this.stopDrag();
if (this.hitTest(_root.inv_lighter)) {
stopAllSounds();
_root.desicion.gotoAndPlay('2');
} else {
this._x = orig_x;
this._y = orig_y;
}
}
}
instance inv_lighter of movieClip 64 {
onClipEvent (load) {
this.tabEnabled = false;
this._visible = false;
orig_x = this._x;
orig_y = this._y;
}
onClipEvent (press) {
this.startDrag();
}
onClipEvent (release) {
this.stopDrag();
if (this.hitTest(_root.inv_joint)) {
stopAllSounds();
_root.desicion.gotoAndPlay('2');
}
}
onClipEvent (release) {
this.stopDrag();
if (this.hitTest(_root.inv_alcoholrag)) {
_global.alcoholrag = 0;
_global.molotov = 1;
_root.inv_alcoholrag._visible = false;
_root.inv_molotov._visible = true;
this._parent.note.text = 'Hooray for destruction!';
_root.dragnotecounter.gotoAndPlay('lighter');
} else {
this._x = orig_x;
this._y = orig_y;
_root.dragnotecounter.gotoAndStop('lighterfail');
_root.dragnotecounter.gotoAndPlay('lighter');
}
if (this.hitTest(this._parent.hay)) {
_root.note.text = 'No.';
}
}
}
movieClip 102 {
frame 1 {
stop();
}
frame 2 {
_root.note.text = 'Why would that work?';
gotoAndStop(1);
}
frame 3 {
_root.note.text = 'Look out, pyromaniac on the loose!';
gotoAndStop(1);
}
frame 4 {
_root.note.text = 'Why would that work?';
gotoAndStop(1);
}
frame 5 {
_root.note.text = 'Why would that work?';
gotoAndStop(1);
}
frame 6 {
_root.note.text = 'Don\'t give the key to him!';
gotoAndStop(1);
}
frame 7 {
_root.note.text = 'You feel less lucky, bu you know this had to be done.';
gotoAndStop(1);
}
frame 8 {
_root.note.text = 'I think that\'s had enough to drink.';
gotoAndStop(1);
}
frame 9 {
_root.note.text = 'Why would that work?';
gotoAndStop(1);
}
frame 10 {
_root.note.text = 'Don\'t waste it!';
gotoAndStop(1);
}
frame 11 {
_root.note.text = 'He doesn\'t want that back.';
gotoAndStop(1);
}
frame 320 {
gotoAndPlay('munch');
}
frame 322 {
stop();
}
frame 393 {
stop();
}
frame 418 {
stop();
}
frame 421 {
stop();
}
}
movieClip 105 {
}
movieClip 107 {
}
movieClip 109 {
}
movieClip 110 {
}
movieClip 112 {
}
movieClip 115 {
}
movieClip 117 {
}
movieClip 118 {
frame 1 {
stop();
}
frame 92 {
gotoAndPlay(3);
}
frame 94 {
stop();
}
frame 184 {
gotoAndPlay(95);
}
frame 186 {
stop();
}
frame 276 {
gotoAndPlay(187);
}
}
button 121 {
on (release) {
stopAllSounds();
this.gotoAndStop('3');
_root.triplights.gotoAndPlay('rave');
s;
}
}
button 123 {
on (release) {
stopAllSounds();
this.gotoAndStop('4');
_root.triplights.gotoAndPlay('hendrix');
}
}
button 125 {
on (release) {
stopAllSounds();
this.gotoAndStop('2');
_root.triplights.gotoAndPlay('trance');
}
}
movieClip 127 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
}
movieClip 129 {
}
button 133 {
on (release) {
_global.jointmc = 2;
_global.trip = 5;
_global.ligter = 1;
_root.inv_joint._visible = false;
_root.inv_lighter._visible = true;
_root.jello.find_lighter._visible = true;
_root.gotoAndStop('left');
_root.inv_molotov.gotoAndStop('2');
_root.inv_alcoholrag.gotoAndStop('2');
_root.inv_alcohol.gotoAndStop('2');
_root.inv_rag.gotoAndStop('2');
_root.inv_lighter.gotoAndStop('2');
_root.inv_twine.gotoAndStop('2');
_root.inv_key.gotoAndStop('2');
this._parent.note.text = 'You Feel dazed and confused.';
_root.radio.gotoAndStop('2');
_root.triplights.gotoAndPlay('trance');
_root.find_twine.gotoAndStop(2);
_root.find_rag.gotoAndStop(2);
_root.find_key.gotoAndStop(2);
_root.hay.gotoAndStop(2);
_root.jello.find_lighter.gotoAndStop(2);
_root.alien.find_alc.gotoAndStop(2);
this.gotoAndStop('1');
}
}
button 136 {
on (release) {
this.gotoAndStop('1');
}
}
movieClip 137 {
frame 1 {
stop();
}
frame 26 {
stop();
}
}
frame 14 {
onEnterFrame.gotoAndPlay(_root.dragnotecounter.gotoAndPlay('munch'));
stop();
}
frame 14 {
if (_global.rightview == 1) {
this._visible = false;
_root.gotoAndStop('explosion');
} else {
this._visible = true;
}
}
movieClip 167 {
}
instance of movieClip 167 {
onClipEvent (load) {
if (_global.trip == 5) {
this._visible = false;
}
}
onClipEvent (rollOver) {
if (this._parent.note.text == '') {
this._parent.note.text = 'Hurry, he\'s very hungry.';
}
}
onClipEvent (release) {
this._parent.note.text = 'While attacking him may seem like a good idea, it\'s not.';
}
onClipEvent (rollOut) {
this._parent.note.text = '';
}
}
movieClip 171 {
}
instance of movieClip 171 {
onClipEvent (load) {
if (_global.trip == 5) {
this._visible = true;
} else {
this._visible = false;
}
}
onClipEvent (release) {
this._parent.note.text = 'Infidel!';
}
onClipEvent (rollOver) {
if (this._parent.note.text == '') {
this._parent.note.text = 'I\'m invincible in my fort.';
}
}
onClipEvent (rollOut) {
this._parent.note.text = '';
}
}
movieClip 173 {
}
instance of movieClip 173 {
onClipEvent (load) {
if (_global.trip == 5) {
this._visible = true;
} else {
this._visible = false;
}
}
}
movieClip 191 {
}
instance of movieClip 191 {
onClipEvent (load) {
if (_global.trip == 5) {
this._visible = true;
} else {
this._visible = false;
}
}
onClipEvent (release) {
this._parent.note.text = 'Any closer and I\'ll shoot!';
}
onClipEvent (rollOver) {
if (this._parent.note.text == '') {
this._parent.note.text = '$@*% son! a turret!';
}
}
onClipEvent (rollOut) {
this._parent.note.text = '';
}
}
button 195 {
on (rollOver) {
if (this._parent.note.text == '') {
this._parent.note.text = 'Hay.';
}
}
on (release) {
this._parent.note.text = 'No time to dig through it.';
}
on (rollOut) {
this._parent.note.text = '';
}
}
movieClip 197 {
}
movieClip 198 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 197 {
onClipEvent (load) {
if (_global.trip == 5) {
this._visible = true;
} else {
this._visible = false;
}
}
onClipEvent (release) {
this._parent.note.text = 'No one can penetrate my spaghetti fortress! ';
}
onClipEvent (rollOver) {
if (this._parent.note.text == '') {
this._parent.note.text = 'That\'s a lot of spaghetti.';
}
}
onClipEvent (rollOut) {
this._parent.note.text = '';
}
}
}
instance hay of movieClip 198 {
onClipEvent (enterFrame) {
if (_global.trip == 5) {
this.gotoAndStop(2);
}
}
}
button 199 {
on (release) {
this.gotoAndStop('front');
}
}
frame 24 {
onEnterFrame.gotoAndPlay(_root.dragnotecounter.gotoAndPlay('buzzing'));
stop();
}
movieClip 202 {
}
instance of movieClip 202 {
onClipEvent (load) {
if (_global.trip == 5) {
this._visible = false;
}
}
onClipEvent (rollOver) {
if (this._parent.note.text == '') {
this._parent.note.text = 'I don\'t know why there\'s Windex.';
}
}
onClipEvent (rollOut) {
this._parent.note.text = '';
}
onClipEvent (release) {
this._parent.note.text = 'No time to clean!';
}
}
movieClip 214 {
}
instance of movieClip 214 {
onClipEvent (rollOver) {
if (this._parent.note.text == '') {
this._parent.note.text = 'A common shovel.';
}
}
onClipEvent (rollOut) {
this._parent.note.text = '';
}
onClipEvent (release) {
if (_global.trip == 5) {
this._parent.note.text = 'No matter how high you get, that\'s still a poopy shovel.';
} else {
this._parent.note.text = 'No, that\'s covered in poop!';
}
}
}
movieClip 216 {
}
movieClip 218 {
}
instance of movieClip 218 {
onClipEvent (load) {
if (_global.trip == 5) {
this._visible = true;
} else {
this._visible = false;
}
}
onClipEvent (release) {
this._parent.note.text = 'It doesn\'t want to be your friend.';
}
onClipEvent (rollOver) {
if (this._parent.note.text == '') {
this._parent.note.text = 'What\'s a monkey doing here?';
}
}
onClipEvent (rollOut) {
this._parent.note.text = '';
}
}
instance find_rag of movieClip 98 {
onClipEvent (load) {
this.tabEnabled = false;
if (_global.rag == 1) {
this._visible = false;
}
if (_global.rag == 2) {
this._visible = false;
}
}
onClipEvent (release) {
_global.rag = 1;
this._visible = false;
this._root.inv_rag._visible = true;
this._parent.note.text = 'Item attained!';
}
onClipEvent (rollOver) {
if (this._parent.note.text == '') {
this._parent.note.text = 'That\'s a fine rag.';
}
if (_global.trip == 5) {
this._parent.note.text = 'Mmmm, baby tree!';
}
}
onClipEvent (rollOut) {
this._parent.note.text = '';
}
}
button 220 {
on (release) {
this._parent.note.text = 'It\'s locked, remember?';
}
on (rollOver) {
if (this._parent.note.text == '') {
this._parent.note.text = 'I hope you understand that\'s a door.';
}
}
on (rollOut) {
this._parent.note.text = '';
}
}
button 224 {
on (release) {
this._root.gotoAndPlay('end');
}
}
movieClip 225 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 228 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
instance milton of movieClip 228 {
onClipEvent (load) {
if (_global.trip == 5) {
this._visible = true;
} else {
this._visible = false;
}
}
onClipEvent (release) {
gotoAndStop('end');
this._parent.note.text = 'I believe you have my stapler.';
}
onClipEvent (rollOver) {
if (this._parent.note.text == '') {
this._parent.note.text = 'It\'s Milton.';
}
}
onClipEvent (rollOut) {
this._parent.note.text = '';
}
}
button 229 {
on (release) {
this.gotoAndStop('front');
}
}
frame 34 {
onEnterFrame.gotoAndStop(_root.dragnotecounter.gotoAndStop('rest'));
stop();
}
movieClip 232 {
}
instance of movieClip 232 {
onClipEvent (load) {
if (_global.trip == 5) {
this._visible = false;
}
}
onClipEvent (release) {
this._parent.note.text = 'Your hand can\'t go in your inventory.';
}
onClipEvent (rollOut) {
this._parent.note.text = '';
}
}
movieClip 235 {
}
instance of movieClip 235 {
onClipEvent (load) {
if (_global.trip == 5) {
this._visible = false;
}
}
onClipEvent (rollOver) {
if (this._parent.note.text == '') {
this._parent.note.text = 'Hey a penny!';
}
}
onClipEvent (release) {
this._parent.note.text = 'What\'s money going to do for you here?';
}
onClipEvent (rollOut) {
this._parent.note.text = '';
}
}
movieClip 237 {
}
instance of movieClip 237 {
onClipEvent (load) {
if (_global.trip == 5) {
this._visible = false;
}
}
onClipEvent (rollOver) {
if (this._parent.note.text == '') {
this._parent.note.text = 'This was my Grandfathers paperclip, why do you have it?';
}
}
onClipEvent (release) {
this._parent.note.text = 'You\'re not MacGyver.';
}
onClipEvent (rollOut) {
this._parent.note.text = '';
}
}
movieClip 239 {
}
instance of movieClip 239 {
onClipEvent (load) {
if (_global.trip == 5) {
this._visible = true;
} else {
this._visible = false;
}
}
onClipEvent (release) {
this._parent.note.text = 'Mmmm sushi!';
}
onClipEvent (rollOver) {
if (this._parent.note.text == '') {
this._parent.note.text = 'How long have you been an octopus?';
}
}
onClipEvent (rollOut) {
this._parent.note.text = '';
}
}
movieClip 242 {
}
instance of movieClip 242 {
onClipEvent (load) {
if (_global.trip == 5) {
this._visible = true;
} else {
this._visible = false;
}
}
onClipEvent (release) {
this._parent.note.text = 'No time to tickle it!.';
}
onClipEvent (rollOver) {
if (this._parent.note.text == '') {
this._parent.note.text = 'It\'s a baby!';
}
}
onClipEvent (rollOut) {
this._parent.note.text = '';
}
}
movieClip 244 {
}
instance of movieClip 244 {
onClipEvent (load) {
if (_global.trip == 5) {
this._visible = true;
} else {
this._visible = false;
}
}
onClipEvent (release) {
this._parent.note.text = 'No, he\'s stale.';
}
onClipEvent (rollOver) {
if (this._parent.note.text == '') {
this._parent.note.text = 'Something about him looks familiar.';
}
}
onClipEvent (rollOut) {
this._parent.note.text = '';
}
}
instance find_twine of movieClip 86 {
onClipEvent (load) {
this.tabEnabled = false;
if (_global.twine == 1) {
this._visible = false;
}
}
onClipEvent (enterFrame) {
if (_global.trip == 5) {
this.gotoAndStop(2);
}
}
onClipEvent (release) {
_global.twine = 1;
this._visible = false;
this._root.inv_twine._visible = true;
this._parent.note.text = 'This will come in handy.';
}
onClipEvent (rollOver) {
if (this._parent.note.text == '') {
this._parent.note.text = 'A lucky piece of twine.';
}
}
}
button 245 {
on (release) {
this.gotoAndStop('front');
}
}
frame 44 {
onEnterFrame.gotoAndStop(_root.dragnotecounter.gotoAndStop('rest'));
stop();
}
frame 44 {
_global.rightview = 1;
if (_global.rightview == 1) {
this._visible = true;
}
}
movieClip 248 {
}
movieClip 251 {
}
movieClip 253 {
}
movieClip 255 {
}
movieClip 257 {
}
movieClip 260 {
}
movieClip 262 {
}
movieClip 272 {
instance of movieClip 253 {
onClipEvent (press) {
this._parent.note.text = 'HOT!';
}
}
instance of movieClip 255 {
onClipEvent (press) {
this._parent.note.text = 'HOT!';
}
}
instance of movieClip 257 {
onClipEvent (press) {
this._parent.note.text = 'HOT!';
}
}
instance of movieClip 260 {
onClipEvent (press) {
this._parent.note.text = 'HOT!';
}
}
instance of movieClip 262 {
onClipEvent (press) {
this._parent.note.text = 'HOT!';
}
}
instance of movieClip 253 {
onClipEvent (press) {
this._parent.note.text = 'HOT!';
}
}
instance of movieClip 255 {
onClipEvent (press) {
this._parent.note.text = 'HOT!';
}
}
instance of movieClip 257 {
onClipEvent (press) {
this._parent.note.text = 'HOT!';
}
}
instance of movieClip 260 {
onClipEvent (press) {
this._parent.note.text = 'HOT!';
}
}
instance of movieClip 262 {
onClipEvent (press) {
this._parent.note.text = 'HOT!';
}
}
instance of movieClip 253 {
onClipEvent (press) {
this._parent.note.text = 'HOT!';
}
}
instance of movieClip 255 {
onClipEvent (press) {
this._parent.note.text = 'HOT!';
}
}
instance of movieClip 257 {
onClipEvent (press) {
this._parent.note.text = 'HOT!';
}
}
instance of movieClip 260 {
onClipEvent (press) {
this._parent.note.text = 'HOT!';
}
}
instance of movieClip 262 {
onClipEvent (press) {
this._parent.note.text = 'HOT!';
}
}
instance of movieClip 253 {
onClipEvent (press) {
this._parent.note.text = 'HOT!';
}
}
instance of movieClip 255 {
onClipEvent (press) {
this._parent.note.text = 'HOT!';
}
}
instance of movieClip 257 {
onClipEvent (press) {
this._parent.note.text = 'HOT!';
}
}
instance of movieClip 260 {
onClipEvent (press) {
this._parent.note.text = 'HOT!';
}
}
instance of movieClip 262 {
onClipEvent (press) {
this._parent.note.text = 'HOT!';
}
}
instance of movieClip 253 {
onClipEvent (press) {
this._parent.note.text = 'HOT!';
}
}
instance of movieClip 255 {
onClipEvent (press) {
this._parent.note.text = 'HOT!';
}
}
instance of movieClip 257 {
onClipEvent (press) {
this._parent.note.text = 'HOT!';
}
}
instance of movieClip 260 {
onClipEvent (press) {
this._parent.note.text = 'HOT!';
}
}
instance of movieClip 262 {
onClipEvent (press) {
this._parent.note.text = 'HOT!';
}
}
instance of movieClip 253 {
onClipEvent (press) {
this._parent.note.text = 'HOT!';
}
}
instance of movieClip 255 {
onClipEvent (press) {
this._parent.note.text = 'HOT!';
}
}
instance of movieClip 257 {
onClipEvent (press) {
this._parent.note.text = 'HOT!';
}
}
instance of movieClip 260 {
onClipEvent (press) {
this._parent.note.text = 'HOT!';
}
}
instance of movieClip 262 {
onClipEvent (press) {
this._parent.note.text = 'HOT!';
}
}
instance of movieClip 253 {
onClipEvent (press) {
this._parent.note.text = 'HOT!';
}
}
instance of movieClip 255 {
onClipEvent (press) {
this._parent.note.text = 'HOT!';
}
}
instance of movieClip 257 {
onClipEvent (press) {
this._parent.note.text = 'HOT!';
}
}
instance of movieClip 260 {
onClipEvent (press) {
this._parent.note.text = 'HOT!';
}
}
instance of movieClip 262 {
onClipEvent (press) {
this._parent.note.text = 'HOT!';
}
}
instance of movieClip 253 {
onClipEvent (press) {
this._parent.note.text = 'HOT!';
}
}
instance of movieClip 255 {
onClipEvent (press) {
this._parent.note.text = 'HOT!';
}
}
instance of movieClip 257 {
onClipEvent (press) {
this._parent.note.text = 'HOT!';
}
}
instance of movieClip 260 {
onClipEvent (press) {
this._parent.note.text = 'HOT!';
}
}
instance of movieClip 262 {
onClipEvent (press) {
this._parent.note.text = 'HOT!';
}
}
instance of movieClip 253 {
onClipEvent (press) {
this._parent.note.text = 'HOT!';
}
}
instance of movieClip 255 {
onClipEvent (press) {
this._parent.note.text = 'HOT!';
}
}
instance of movieClip 257 {
onClipEvent (press) {
this._parent.note.text = 'HOT!';
}
}
instance of movieClip 260 {
onClipEvent (press) {
this._parent.note.text = 'HOT!';
}
}
instance of movieClip 262 {
onClipEvent (press) {
this._parent.note.text = 'HOT!';
}
}
instance of movieClip 253 {
onClipEvent (press) {
this._parent.note.text = 'HOT!';
}
}
instance of movieClip 255 {
onClipEvent (press) {
this._parent.note.text = 'HOT!';
}
}
instance of movieClip 257 {
onClipEvent (press) {
this._parent.note.text = 'HOT!';
}
}
instance of movieClip 260 {
onClipEvent (press) {
this._parent.note.text = 'HOT!';
}
}
instance of movieClip 262 {
onClipEvent (press) {
this._parent.note.text = 'HOT!';
}
}
}
movieClip 276 {
}
instance of movieClip 276 {
onClipEvent (rollOver) {
this._parent.note.text = 'I hope you\'re happy.';
}
onClipEvent (rollOut) {
this._parent.note.text = '';
}
onClipEvent (release) {
this._parent.note.text = 'Haven\'t you disgraced him enough?';
}
}
movieClip 278 {
}
instance find_key of movieClip 95 {
onClipEvent (load) {
this.tabEnabled = false;
if (_global.key == 1) {
this._visible = false;
}
}
onClipEvent (enterFrame) {
if (_global.trip == 5) {
this.gotoAndStop(2);
}
}
onClipEvent (release) {
_global.key = 1;
this._visible = false;
this._root.inv_key._visible = true;
}
onClipEvent (rollOver) {
this._parent.note.text = 'You might need this.';
}
onClipEvent (rollOut) {
this._parent.note.text = '';
}
}
frame 54 {
stop();
_global.rightview = 0;
_global.twine = 0;
_global.rag = 0;
_global.lighter = 0;
_global.alcohol = 0;
_global.key = 0;
_global.alcoholrag = 0;
_global.molotov = 0;
_global.hobobooze = 0;
}
button 282 {
on (release) {
this.gotoAndPlay(1);
}
}