Frame 1
onEnterFrame = function () {
_quality = "low";
};
Frame 2
stop();
Frame 3
stop();
stop();
Frame 4
this.onEnterFrame = function () {
_quality = "low";
};
stop();
Symbol 2 MovieClip [brigtextbutton1] Frame 1
stop();
Symbol 2 MovieClip [brigtextbutton1] Frame 2
stop();
Symbol 3 MovieClip [Textbutton2] Frame 1
stop();
Symbol 3 MovieClip [Textbutton2] Frame 2
stop();
Instance of Symbol 2 MovieClip [brigtextbutton1] "btb1" in Symbol 3 MovieClip [Textbutton2] Frame 2
on (release) {
_root.Brig.Textbutton.btb1.gotoAndStop(2);
_root.Brig.gotoAndPlay(61);
_root.Brig.Brigtext.gotoAndStop(1);
}
Symbol 7 MovieClip [Cooncum] Frame 1
stop();
Symbol 7 MovieClip [Cooncum] Frame 70
_root.Brig.Coon.Text.gotoAndStop(35);
_root.Brig.Coon.gotoAndPlay(471);
Symbol 18 MovieClip [Head] Frame 1
stop();
Symbol 18 MovieClip [Head] Frame 2
stop();
Symbol 18 MovieClip [Head] Frame 3
stop();
Symbol 18 MovieClip [Head] Frame 4
stop();
Symbol 22 MovieClip [Body] Frame 1
stop();
Symbol 22 MovieClip [Body] Frame 65
gotoAndPlay (2);
Symbol 25 MovieClip Frame 1
stop();
Symbol 25 MovieClip Frame 2
stop();
Symbol 26 MovieClip [Brigtextbutton] Frame 1
stop();
Symbol 26 MovieClip [Brigtextbutton] Frame 2
stop();
Instance of Symbol 25 MovieClip "btb1" in Symbol 26 MovieClip [Brigtextbutton] Frame 2
on (release) {
_root.Brig.Brigtext.gotoAndStop(1);
_root.Brig.textbutton.btb1.gotoAndStop(2);
_root.Brig.gotoAndPlay(61);
}
Symbol 26 MovieClip [Brigtextbutton] Frame 3
stop();
Instance of Symbol 25 MovieClip "btb2" in Symbol 26 MovieClip [Brigtextbutton] Frame 3
on (release) {
_root.Brig.Brigtext.gotoAndStop(1);
_root.Brig.textbutton.btb2.gotoAndStop(2);
_root.Brig.gotoAndPlay(166);
}
Symbol 26 MovieClip [Brigtextbutton] Frame 4
stop();
Symbol 36 MovieClip [Coontext] Frame 30
var phrase_string = " I'm so lost...";
var n = phrase_string.length;
var i = 0;
this.onEnterFrame = function () {
if (i < n) {
coontext1.text = coontext1.text + phrase_string.substr(i, 1);
i = i + 1;
}
};
stop();
Symbol 36 MovieClip [Coontext] Frame 31
var phrase_string = " What is that? \n Is that a light?";
var n = phrase_string.length;
var i = 0;
this.onEnterFrame = function () {
if (i < n) {
coontext1.text = coontext1.text + phrase_string.substr(i, 1);
i = i + 1;
}
};
Symbol 36 MovieClip [Coontext] Frame 32
var phrase_string = " HOLY SHI-";
var n = phrase_string.length;
var i = 0;
this.onEnterFrame = function () {
if (i < n) {
coontext2.text = coontext2.text + phrase_string.substr(i, 2);
i = i + 2;
}
};
Symbol 36 MovieClip [Coontext] Frame 33
var phrase_string = " The captain wasn't kidding about the shore leave thing.";
var n = phrase_string.length;
var i = 0;
this.onEnterFrame = function () {
if (i < n) {
coontext3.text = coontext3.text + phrase_string.substr(i, 3);
i = i + 3;
}
};
Symbol 36 MovieClip [Coontext] Frame 34
var phrase_string = " \n If I sneak up maybe I can watch without him noticing me...";
var n = phrase_string.length;
var i = 0;
this.onEnterFrame = function () {
if (i < n) {
coontext3.text = coontext3.text + phrase_string.substr(i, 2);
i = i + 2;
}
};
stop();
Instance of Symbol 33 MovieClip "CoonButton" in Symbol 36 MovieClip [Coontext] Frame 34
on (release) {
_root.Brig.Coon.gotoAndPlay(471);
_root.Brig.Coon.Text.gotoAndStop(35);
}
Symbol 36 MovieClip [Coontext] Frame 36
var phrase_string = " *THUMP*";
var n = phrase_string.length;
var i = 0;
this.onEnterFrame = function () {
if (i < n) {
coontext4.text = coontext4.text + phrase_string.substr(i, 4);
i = i + 4;
}
};
Symbol 44 MovieClip [Coon] Frame 190
_root.Brig.Coon.Text.gotoAndStop(31);
Symbol 44 MovieClip [Coon] Frame 300
_root.Brig.Coon.Text.gotoAndStop(32);
Symbol 44 MovieClip [Coon] Frame 365
_root.Brig.Coon.Text.gotoAndStop(33);
Symbol 44 MovieClip [Coon] Frame 426
_root.Brig.Coon.Text.gotoAndStop(34);
Symbol 44 MovieClip [Coon] Frame 470
stop();
Symbol 44 MovieClip [Coon] Frame 471
_root.Brig.Coon.Text.gotoAndStop(36);
Symbol 44 MovieClip [Coon] Frame 540
stop();
_root.Brig.gotoAndPlay(2);
Symbol 55 MovieClip Frame 1
stop();
Symbol 55 MovieClip Frame 2
stop();
Symbol 65 MovieClip Frame 15
var phrase_string = " Ungh.... What happened?";
var n = phrase_string.length;
var i = 0;
this.onEnterFrame = function () {
if (i < n) {
Brigtext1.text = Brigtext1.text + phrase_string.substr(i, 1);
i = i + 1;
} else if ((i = n)) {
_root.Brig.textbutton.gotoAndStop(2);
}
};
stop();
Symbol 65 MovieClip Frame 30
var phrase_string = " What the-?";
var n = phrase_string.length;
var i = 0;
this.onEnterFrame = function () {
if (i < n) {
Brigtext2.text = Brigtext2.text + phrase_string.substr(i, 1);
i = i + 1;
} else if ((i = n)) {
_root.Brig.textbutton.gotoAndStop(3);
}
};
stop();
Symbol 65 MovieClip Frame 45
var phrase_string = " Welcome to the brig. \n I hope my booby trap didn't knock too much sense out of you.";
var n = phrase_string.length;
var i = 0;
this.onEnterFrame = function () {
if (i < n) {
Brigtext3.text = Brigtext3.text + phrase_string.substr(i, 2);
i = i + 2;
} else if ((i = n)) {
_root.Brig.Brigtext.gotoAndStop(46);
}
};
stop();
Instance of Symbol 55 MovieClip "btb3" in Symbol 65 MovieClip Frame 46
on (release) {
_root.Brig.Brigtext.btb3.gotoAndStop(2);
_root.Brig.gotoAndPlay(270);
_root.Brig.Brigtext.gotoAndStop(47);
}
Symbol 65 MovieClip Frame 47
stop();
Symbol 65 MovieClip Frame 48
var phrase_string = " Mmm... You're pretty big for a cabin boy!";
var n = phrase_string.length;
var i = 0;
this.onEnterFrame = function () {
if (i < n) {
Brigtext4.text = Brigtext4.text + phrase_string.substr(i, 2);
i = i + 2;
} else if ((i = n)) {
_root.Brig.Brigtext.gotoAndStop(49);
}
};
stop();
Symbol 65 MovieClip Frame 49
stop();
Instance of Symbol 55 MovieClip "btb4" in Symbol 65 MovieClip Frame 49
on (release) {
_root.Brig.Coon2.Head.gotoAndStop(2);
_root.Brig.Brigtext.gotoAndStop(50);
}
Symbol 65 MovieClip Frame 50
var phrase_string = " I wonder how much bigger you can get...";
var n = phrase_string.length;
var i = 0;
this.onEnterFrame = function () {
if (i < n) {
Brigtext5.text = Brigtext5.text + phrase_string.substr(i, 1);
i = i + 1;
} else if ((i = n)) {
_root.Brig.Brigtext.gotoAndStop(51);
}
};
stop();
Symbol 65 MovieClip Frame 51
stop();
Instance of Symbol 55 MovieClip "btb5" in Symbol 65 MovieClip Frame 51
on (release) {
_root.Brig.gotoAndStop(304);
_root.Brig.Coon2.Head.gotoAndStop(3);
_root.Brig.Brigtext.gotoAndStop(52);
}
Symbol 65 MovieClip Frame 52
var phrase_string = " Now THAT'S more like it.";
var n = phrase_string.length;
var i = 0;
this.onEnterFrame = function () {
if (i < n) {
Brigtext6.text = Brigtext6.text + phrase_string.substr(i, 2);
i = i + 2;
} else if ((i = n)) {
_root.Brig.Brigtext.gotoAndStop(53);
}
};
stop();
Instance of Symbol 55 MovieClip "btb5" in Symbol 65 MovieClip Frame 53
on (release) {
_root.Brig.Coon2.Body.gotoAndPlay(2);
_root.Brig.Coonhead2.gotoAndPlay(2);
_root.Brig.Coon2.Head.gotoAndStop(4);
_root.Brig.Brigtext.gotoAndStop(54);
}
Symbol 65 MovieClip Frame 54
var phrase_string = " What do you thing you're-?! AH!";
var n = phrase_string.length;
var i = 0;
this.onEnterFrame = function () {
if (i < n) {
Brigtext7.text = Brigtext7.text + phrase_string.substr(i, 2);
i = i + 2;
}
};
stop();
Instance of Symbol 55 MovieClip "btb6" in Symbol 65 MovieClip Frame 54
on (release) {
_root.Brig.Brigtext.play();
}
Symbol 65 MovieClip Frame 55
var phrase_string = " ...nnnfff...";
var n = phrase_string.length;
var i = 0;
this.onEnterFrame = function () {
if (i < n) {
Brigtext7.text = Brigtext7.text + phrase_string.substr(i, 1);
i = i + 1;
}
};
stop();
Symbol 65 MovieClip Frame 56
var phrase_string = " ...uhhhhnnng... \n";
var n = phrase_string.length;
var i = 0;
this.onEnterFrame = function () {
if (i < n) {
Brigtext7.text = Brigtext7.text + phrase_string.substr(i, 1);
i = i + 1;
}
};
stop();
Instance of Symbol 55 MovieClip "btb7" in Symbol 65 MovieClip Frame 56
on (release) {
_root.Brig.Coon2.Body.gotoAndStop(1);
_root.Brig.Coonhead2.gotoAndStop(1);
_root.Brig.Coon2.Head.gotoAndStop(3);
_root.Brig.Cum.gotoAndPlay(2);
_root.Brig.Brigtext.gotoAndStop(57);
}
Symbol 65 MovieClip Frame 57
var phrase_string = " AH!";
var n = phrase_string.length;
var i = 0;
this.onEnterFrame = function () {
if (i < n) {
Brigtext7.text = Brigtext7.text + phrase_string.substr(i, 1);
i = i + 1;
}
};
stop();
Symbol 65 MovieClip Frame 58
var phrase_string = " ...mmmm... Well that was quick. \n \n I'll have to raise your endurance so you can play with the rest of the crew.";
var n = phrase_string.length;
var i = 0;
this.onEnterFrame = function () {
if (i < n) {
Brigtext8.text = Brigtext8.text + phrase_string.substr(i, 3);
i = i + 3;
} else if ((i = n)) {
_root.Brig.Brigtext.gotoAndStop(59);
}
};
stop();
Instance of Symbol 55 MovieClip "btb7" in Symbol 65 MovieClip Frame 59
on (release) {
_root.Brig.Brigtext.gotoAndStop(60);
}
Symbol 65 MovieClip Frame 60
var phrase_string = " I'll untie you and then, if you haven't already, I'd visit the captain's quarters. \n \n Your clothes are over there in the corner.";
var n = phrase_string.length;
var i = 0;
this.onEnterFrame = function () {
if (i < n) {
Brigtext8.text = Brigtext8.text + phrase_string.substr(i, 3);
i = i + 3;
} else if ((i = n)) {
_root.Brig.Brigtext.gotoAndStop(61);
}
};
stop();
Instance of Symbol 55 MovieClip "btb8" in Symbol 65 MovieClip Frame 61
on (release) {
_root.Brig.gotoAndPlay(305);
}
Symbol 73 MovieClip Frame 1
stop();
Symbol 73 MovieClip Frame 110
stop();
_root.Brig.Brigtext.gotoAndStop(58);
Symbol 76 MovieClip Frame 1
stop();
Symbol 76 MovieClip Frame 65
gotoAndPlay (2);
Symbol 78 MovieClip [Brig Intro] Frame 1
stop();
Symbol 78 MovieClip [Brig Intro] Frame 60
stop();
Symbol 78 MovieClip [Brig Intro] Frame 165
stop();
_root.Brig.Brigtext.gotoAndPlay(16);
Symbol 78 MovieClip [Brig Intro] Frame 240
stop();
_root.Brig.Brigtext.gotoAndPlay(31);
Symbol 78 MovieClip [Brig Intro] Frame 303
stop();
_root.Brig.Brigtext.gotoAndStop(48);
Symbol 78 MovieClip [Brig Intro] Frame 304
stop();
Symbol 80 MovieClip Frame 1
stop();
Symbol 80 MovieClip Frame 2
stop();
Symbol 81 MovieClip [Textbutton] Frame 1
stop();
Symbol 81 MovieClip [Textbutton] Frame 2
stop();
Instance of Symbol 80 MovieClip "button1" in Symbol 81 MovieClip [Textbutton] Frame 2
on (release) {
_root.Intro.Introtext.gotoAndPlay(31);
_root.Intro.Textbutton.gotoAndStop(1);
}
Symbol 81 MovieClip [Textbutton] Frame 3
stop();
Instance of Symbol 80 MovieClip "button2" in Symbol 81 MovieClip [Textbutton] Frame 3
on (release) {
_root.Intro.Introtext.gotoAndStop(32);
_root.Intro.gotoAndPlay(91);
_root.Intro.Textbutton.button2.gotoAndStop(2);
}
Symbol 84 MovieClip [Introtext] Frame 30
var phrase_string = " Ahoy, lad! So ye are finally 'ere. Had ta get us new fresh blood, me crewmembers \n an' I were needin' more meat. Arr! I be yer capt'n an' Sagisou Fang is the name. \n What ye see here is me ship, 'The Wooden Rod'. Dare ta damage her and ye are \n marooned, I say. Me an' me crew 'ave plundered the four continents an' sailed \n the five seas fer booty, an' never once 'ave I lost a crew member... until last week. \n Me cabin boy joined another crew. *growl* That filthly seadog shall never be \n welcome at me door!";
var n = phrase_string.length;
var i = 0;
this.onEnterFrame = function () {
if (i < n) {
introtext1.text = introtext1.text + phrase_string.substr(i, 3);
i = i + 3;
} else if ((i = n)) {
_root.Intro.Textbutton.gotoAndStop(2);
}
};
stop();
Symbol 84 MovieClip [Introtext] Frame 31
var phrase_string = " Ehem. BUT THAT'S WHY YE BE 'ERE. Ye are 'is fine replacement. Yer duties 'ave ta \n be done, but they can wait 'til the sun hides behind the horizon. Fer now ye can \n explore me ship an' meet the crew. I'll warn ye now: watch yer booty. We 'had ta \n leave port quick an' the crew (not ta mention me) didn' get the shore leave I \n promised 'em, if yeh catch me drift. Har dee har. Fer now, I'll be in me quarters. \n Be sure to stop in while yer explorin' and I can give ye somethin' to work on.";
var n = phrase_string.length;
var i = 0;
this.onEnterFrame = function () {
if (i < n) {
introtext2.text = introtext2.text + phrase_string.substr(i, 3);
i = i + 3;
} else if ((i = n)) {
_root.Intro.Textbutton.gotoAndStop(3);
}
};
stop();
Symbol 86 MovieClip [Intro] Frame 90
stop();
Symbol 86 MovieClip [Intro] Frame 120
stop();
Symbol 96 MovieClip [Wtext2] Frame 15
stop();
stop();
var phrase_string = " Wow! \n Looks to me like you \n don't mind at all!";
var n = phrase_string.length;
var i = 0;
this.onEnterFrame = function () {
if (i < n) {
ct1.text = ct1.text + phrase_string.substr(i, 2);
i = i + 2;
}
};
Symbol 96 MovieClip [Wtext2] Frame 16
stop();
var phrase_string = " ....ooooohhh... \n That feels really good!";
var n = phrase_string.length;
var i = 0;
this.onEnterFrame = function () {
if (i < n) {
ct2.text = ct2.text + phrase_string.substr(i, 2);
i = i + 2;
}
};
Symbol 96 MovieClip [Wtext2] Frame 17
stop();
var phrase_string = " It's slipping out! \n *huff huff* \n At th-this rate I'll be cumming \n buckets in no time.";
var n = phrase_string.length;
var i = 0;
this.onEnterFrame = function () {
if (i < n) {
ct3.text = ct3.text + phrase_string.substr(i, 2);
i = i + 2;
}
};
Symbol 96 MovieClip [Wtext2] Frame 18
stop();
var phrase_string = " *pant pant pant*";
var n = phrase_string.length;
var i = 0;
this.onEnterFrame = function () {
if (i < n) {
ct4.text = ct4.text + phrase_string.substr(i, 2);
i = i + 2;
}
};
Symbol 96 MovieClip [Wtext2] Frame 19
stop();
var phrase_string = " *huff huff huff huff* \n C-captain Sagisou was right to... \n *huff* ...choose you as cabinboy. \n I'll clean myself up... Go \n f-find some other crewmembers \n to have fun with. *pant*";
var n = phrase_string.length;
var i = 0;
this.onEnterFrame = function () {
if (i < n) {
ct5.text = ct5.text + phrase_string.substr(i, 2);
i = i + 2;
} else if ((i = n)) {
_root.Crow.Text2.gotoAndStop(20);
}
};
Symbol 96 MovieClip [Wtext2] Frame 20
stop();
Instance of Symbol 95 MovieClip [Symbol 7] "cb1" in Symbol 96 MovieClip [Wtext2] Frame 20
on (release) {
_root.Crow.gotoAndPlay(221);
}
Symbol 102 MovieClip [Wtext] Frame 15
stop();
var phrase_string = " Is that our new cabin boy I hear coming up my ladder? \n I'm glad you decided to join me up here. It's a really nice day. \n ...y'know... \n I could really use a helping paw if you're not busy.";
var n = phrase_string.length;
var i = 0;
this.onEnterFrame = function () {
if (i < n) {
ct1.text = ct1.text + phrase_string.substr(i, 2);
i = i + 2;
} else if ((i = n)) {
gotoAndStop (16);
}
};
Instance of Symbol 95 MovieClip [Symbol 7] "cb1" in Symbol 102 MovieClip [Wtext] Frame 16
on (release) {
_root.Crow.Text.gotoAndStop(17);
}
Symbol 102 MovieClip [Wtext] Frame 17
stop();
stop();
var phrase_string = " ...I guess I'm not all that busy... \n I was told to get to know the crew, so this might be a good \n opportunity. \n What do you need my help with?";
var n = phrase_string.length;
var i = 0;
this.onEnterFrame = function () {
if (i < n) {
ct2.text = ct2.text + phrase_string.substr(i, 2);
i = i + 2;
} else if ((i = n)) {
gotoAndStop (18);
}
};
Instance of Symbol 100 MovieClip "cb2" in Symbol 102 MovieClip [Wtext] Frame 18
on (release) {
_root.Crow.Text.gotoAndStop(19);
}
Symbol 102 MovieClip [Wtext] Frame 19
stop();
var phrase_string = " The captain didn't give us much time on shore, so I still have \n some 'tension' I need released. \n You wouldn't mind, would you?";
var n = phrase_string.length;
var i = 0;
this.onEnterFrame = function () {
if (i < n) {
ct3.text = ct3.text + phrase_string.substr(i, 2);
i = i + 2;
} else if ((i = n)) {
gotoAndStop (20);
}
};
Instance of Symbol 100 MovieClip "cb3" in Symbol 102 MovieClip [Wtext] Frame 20
on (release) {
_root.Crow.Wolf.play();
_root.Crow.play();
}
Symbol 104 MovieClip [Wbar] Frame 1
if (_yscale > 33) {
_root.Crow.Wolf.Wolf2.Whead.gotoAndStop(2);
_root.Crow.Wolf.Wolf2.Wcock.gotoAndStop(2);
_root.Crow.Wolf.Wolf2.Whand.gotoAndStop(2);
}
Symbol 109 MovieClip Frame 1
stop();
Symbol 109 MovieClip Frame 15
_root.Crow.Wolf.Wbar._yscale = _root.Crow.Wolf.Wbar._yscale + 1;
if (_root.Crow.Wolf.Wbar._yscale < 100) {
gotoAndPlay (2);
} else {
_root.Crow.Text2.gotoAndStop(18);
_parent.gotoAndStop(5);
}
Symbol 112 MovieClip [Wcum] Frame 146
stop();
_root.Crow.Text2.gotoAndStop(19);
Symbol 114 MovieClip [Whand1] Frame 1
stop();
Symbol 114 MovieClip [Whand1] Frame 59
_root.Crow.Wolf.Wbar._yscale = _root.Crow.Wolf.Wbar._yscale + 3;
if (_root.Crow.Wolf.Wbar._yscale < 20) {
gotoAndPlay (2);
} else {
_root.Crow.Text2.gotoAndStop(16);
_parent.gotoAndStop(3);
}
Symbol 117 MovieClip Frame 1
stop();
Symbol 117 MovieClip Frame 35
_root.Crow.Wolf.Wbar._yscale = _root.Crow.Wolf.Wbar._yscale + 2;
if (_root.Crow.Wolf.Wbar._yscale < 40) {
gotoAndPlay (2);
} else {
_root.Crow.Text2.gotoAndStop(17);
_parent.gotoAndStop(4);
}
Symbol 118 MovieClip [Whand] Frame 2
stop();
Symbol 118 MovieClip [Whand] Frame 3
stop();
Symbol 118 MovieClip [Whand] Frame 4
stop();
Symbol 122 MovieClip [Whead] Frame 1
stop();
Symbol 122 MovieClip [Whead] Frame 2
stop();
Symbol 122 MovieClip [Whead] Frame 3
stop();
Symbol 126 MovieClip [Wcock] Frame 1
stop();
Symbol 126 MovieClip [Wcock] Frame 2
stop();
Symbol 126 MovieClip [Wcock] Frame 3
stop();
Symbol 133 MovieClip Frame 1
Whand.onPress = function () {
if (_root.Crow.Wolf.Wbar._yscale < 20) {
Whand._alpha = 100;
Whand.Whand1.gotoAndPlay(2);
} else if (_root.Crow.Wolf.Wbar._yscale < 40) {
Whand.Whand2.gotoAndPlay(2);
Whead.gotoAndStop(2);
Wcock.gotoAndStop(2);
} else if (_root.Crow.Wolf.Wbar._yscale < 100) {
Whand.Whand3.gotoAndPlay(2);
Whead.gotoAndStop(3);
Wcock.gotoAndStop(3);
}
};
Whand.onRelease = function () {
stop();
if (_root.Crow.Wolf.Wbar._yscale < 20) {
Whand.Whand1.gotoAndStop(1);
} else if (_root.Crow.Wolf.Wbar._yscale < 40) {
Whand.Whand2.gotoAndStop(1);
Whead.gotoAndStop(2);
Wcock.gotoAndStop(2);
} else if (_root.Crow.Wolf.Wbar._yscale < 100) {
Whand.Whand3.gotoAndStop(1);
Whead.gotoAndStop(3);
Wcock.gotoAndStop(3);
}
};
Whand.onReleaseOutside = function () {
stop();
if (_root.Crow.Wolf.Wbar._yscale < 20) {
Whand.Whand1.gotoAndStop(1);
} else if (_root.Crow.Wolf.Wbar._yscale < 40) {
Whand.Whand2.gotoAndStop(1);
Whead.gotoAndStop(2);
Wcock.gotoAndStop(2);
} else if (_root.Crow.Wolf.Wbar._yscale < 100) {
Whand.Whand3.gotoAndStop(1);
Whead.gotoAndStop(3);
Wcock.gotoAndStop(3);
}
};
Symbol 136 MovieClip [Wolf] Frame 1
stop();
Symbol 136 MovieClip [Wolf] Frame 25
stop();
Instance of Symbol 104 MovieClip [Wbar] "Wbar" in Symbol 136 MovieClip [Wolf] Frame 25
onClipEvent (load) {
this._yscale = 0;
}
Symbol 140 MovieClip [Crow] Frame 201
stop();
_root.Crow.Text.gotoAndPlay(2);
Symbol 140 MovieClip [Crow] Frame 220
stop();
Symbol 147 MovieClip Frame 900
stop();