Frame 1
function MainEngine() {
if (ImagesMovieFadeMode == 1) {
ImagesMovieAlpha = ImagesMovieAlpha + 3;
if (ImagesMovieAlpha >= 100) {
ImagesMovieAlpha = 100;
ImagesMovieFadeMode = 0;
}
ImagesMovie._alpha = ImagesMovieAlpha;
}
if (ImagesMovieFadeMode == 2) {
ImagesMovieAlpha = ImagesMovieAlpha - 3;
if (ImagesMovieAlpha <= 0) {
ImagesMovieAlpha = 0;
ImagesMovieFadeMode = 0;
CurrentImage = NewImage;
ImagesMovie.gotoAndStop(CurrentImage);
ImagesMovieFadeMode = 1;
}
ImagesMovie._alpha = ImagesMovieAlpha;
}
ImageChangedBool = 0;
if (((PageNum == 1) && (CurrentImage != 2)) && (ImagesMovieFadeMode == 0)) {
ImageChangedBool = 1;
NewImage = 2;
}
if ((((((PageY < -247) && (FontSize == 1)) && (PageNum == 2)) && (CurrentImage != 3)) && (ImagesMovieFadeMode == 0)) && (ImageChangedBool == 0)) {
ImageChangedBool = 1;
NewImage = 3;
}
if ((((((PageY < -480) && (FontSize == 2)) && (PageNum == 2)) && (CurrentImage != 3)) && (ImagesMovieFadeMode == 0)) && (ImageChangedBool == 0)) {
ImageChangedBool = 1;
NewImage = 3;
}
if (((((((PageY < -930) && (PageY > -1800)) && (FontSize == 1)) && (PageNum == 3)) && (CurrentImage != 4)) && (ImagesMovieFadeMode == 0)) && (ImageChangedBool == 0)) {
ImageChangedBool = 1;
NewImage = 4;
}
if (((((((PageY < -1400) && (PageY > -2500)) && (FontSize == 2)) && (PageNum == 3)) && (CurrentImage != 4)) && (ImagesMovieFadeMode == 0)) && (ImageChangedBool == 0)) {
ImageChangedBool = 1;
NewImage = 4;
}
if ((((((PageY < -1800) && (FontSize == 1)) && (PageNum == 3)) && (CurrentImage != 5)) && (ImagesMovieFadeMode == 0)) && (ImageChangedBool == 0)) {
ImageChangedBool = 1;
NewImage = 5;
}
if ((((((PageY < -2500) && (FontSize == 2)) && (PageNum == 3)) && (CurrentImage != 5)) && (ImagesMovieFadeMode == 0)) && (ImageChangedBool == 0)) {
ImageChangedBool = 1;
NewImage = 5;
}
if (((((((PageY < -960) && (PageY > -2016)) && (FontSize == 1)) && (PageNum == 4)) && (CurrentImage != 6)) && (ImagesMovieFadeMode == 0)) && (ImageChangedBool == 0)) {
ImageChangedBool = 1;
NewImage = 6;
}
if (((((((PageY < -1280) && (PageY > -2641)) && (FontSize == 2)) && (PageNum == 4)) && (CurrentImage != 6)) && (ImagesMovieFadeMode == 0)) && (ImageChangedBool == 0)) {
ImageChangedBool = 1;
NewImage = 6;
}
if ((((((PageY < -2016) && (FontSize == 1)) && (PageNum == 4)) && (CurrentImage != 1)) && (ImagesMovieFadeMode == 0)) && (ImageChangedBool == 0)) {
ImageChangedBool = 1;
NewImage = 1;
}
if ((((((PageY < -2641) && (FontSize == 2)) && (PageNum == 4)) && (CurrentImage != 1)) && (ImagesMovieFadeMode == 0)) && (ImageChangedBool == 0)) {
ImageChangedBool = 1;
NewImage = 1;
}
if (((((((PageY < -1950) && (PageY > -9999)) && (FontSize == 1)) && (PageNum == 5)) && (CurrentImage != 7)) && (ImagesMovieFadeMode == 0)) && (ImageChangedBool == 0)) {
ImageChangedBool = 1;
NewImage = 7;
}
if (((((((PageY < -2500) && (PageY > -9999)) && (FontSize == 2)) && (PageNum == 5)) && (CurrentImage != 7)) && (ImagesMovieFadeMode == 0)) && (ImageChangedBool == 0)) {
ImageChangedBool = 1;
NewImage = 7;
}
if (((((((PageY < -2780) && (PageY > -5638)) && (FontSize == 1)) && (PageNum == 6)) && (CurrentImage != 8)) && (ImagesMovieFadeMode == 0)) && (ImageChangedBool == 0)) {
ImageChangedBool = 1;
NewImage = 8;
}
if (((((((PageY < -3450) && (PageY > -7188)) && (FontSize == 2)) && (PageNum == 6)) && (CurrentImage != 8)) && (ImagesMovieFadeMode == 0)) && (ImageChangedBool == 0)) {
ImageChangedBool = 1;
NewImage = 8;
}
if ((((((PageY < -5638) && (FontSize == 1)) && (PageNum == 6)) && (CurrentImage != 9)) && (ImagesMovieFadeMode == 0)) && (ImageChangedBool == 0)) {
ImageChangedBool = 1;
NewImage = 9;
}
if ((((((PageY < -7188) && (FontSize == 2)) && (PageNum == 6)) && (CurrentImage != 9)) && (ImagesMovieFadeMode == 0)) && (ImageChangedBool == 0)) {
ImageChangedBool = 1;
NewImage = 9;
}
if (ImageChangedBool == 1) {
ImagesMovieFadeMode = 2;
}
if (SliderReq == 1) {
SliderReq = 0;
if (_ymouse < 195) {
ScrollSliderMode = 1;
SliderOldX = PrefsPanel.SliderScroll._x;
PrefsPanel.SliderScroll.gotoAndStop(2);
} else {
FontSliderMode = 1;
SliderOldX = PrefsPanel.SliderFont._x;
PrefsPanel.SliderFont.gotoAndStop(2);
}
SliderMode = 1;
MouseOldX = _xmouse;
}
if (SliderMode > 0) {
AVar = SliderOldX - (MouseOldX - _xmouse);
if (AVar < 126) {
AVar = 126;
}
if (AVar > 375) {
AVar = 375;
}
if (FontSliderMode == 1) {
if ((FontSize == 1) && (AVar > 248)) {
FontSize = 2;
PrefsPanel.gotoAndStop(2);
}
if ((FontSize == 2) && (AVar < 249)) {
FontSize = 1;
PrefsPanel.gotoAndStop(1);
}
}
if (ScrollSliderMode == 1) {
PrefsPanel.SliderScroll._x = AVar;
} else {
PrefsPanel.SliderFont._x = AVar;
}
if (SliderMode == 2) {
SliderMode = 0;
if (ScrollSliderMode == 1) {
AVar = PrefsPanel.SliderScroll._x;
PrefsPanel.SliderScroll.gotoAndStop(1);
} else {
AVar = PrefsPanel.SliderFont._x;
PrefsPanel.SliderFont.gotoAndStop(1);
}
AVar = AVar - 126;
AVar = AVar / 249;
if (ScrollSliderMode == 1) {
BVar = AVar * 1.95;
BVar = BVar + 0.05;
BVar = Math.round(BVar * 100) / 100;
AutoScrollPref = BVar;
}
if (FontSliderMode == 1) {
BVar = AVar * 20;
BVar = BVar + 7;
FontPref = parseInt(BVar);
FontSliderMode = 0;
}
ScrollSliderMode = 0;
}
}
if (PrefsRequest == 1) {
PrefsRequest = 0;
PrefsPanelChanged = 0;
if ((PrefsPanelMode == 0) && (PrefsPanelChanged == 0)) {
PrefsPanelMode = 1;
PrefsPanelChanged = 1;
}
if ((PrefsPanelMode == 1) && (PrefsPanelChanged == 0)) {
PrefsPanelMode = 3;
ScrollMode = ScrollPref;
PrefsPanelChanged = 1;
}
if ((PrefsPanelMode == 2) && (PrefsPanelChanged == 0)) {
PrefsPanelMode = 3;
ScrollMode = ScrollPref;
PrefsPanelChanged = 1;
}
if ((PrefsPanelMode == 3) && (PrefsPanelChanged == 0)) {
PrefsPanelMode = 1;
PrefsPanelChanged = 1;
}
}
if (PrefsPanelMode == 1) {
PrefsPanelX = PrefsPanelX - 32;
if (PrefsPanelX <= 720) {
PrefsPanelX = 720;
PrefsPanelMode = 2;
}
PrefsPanel._x = PrefsPanelX;
}
if (PrefsPanelMode == 3) {
PrefsPanelX = PrefsPanelX + 32;
if (PrefsPanelX >= 1220) {
PrefsPanelX = 1220;
PrefsPanelMode = 0;
}
PrefsPanel._x = PrefsPanelX;
}
if (PageBuildMode == 1) {
PageBuildMode = 0;
AVar = Page[PageNum];
PageBit = AVar.split("*");
PageBitStart = PageBit[0];
PageBitEnd = PageBit[1];
Counter = PageBitStart;
do {
if (Doc[Counter] != undefined) {
AVar = Doc[Counter];
DocBit = AVar.split("*");
if ((((DocBit[0] == 0) || (DocBit[0] == 1)) || (DocBit[0] == 3)) || (DocBit[0] == 4)) {
TextClip.createTextField("DocText" + Counter, Counter + 100, 10, PageLength, 620, 10);
TextClip["DocText" + Counter].html = true;
TextClip["DocText" + Counter].type = "dynamic";
TextClip["DocText" + Counter].wordWrap = true;
TextClip["DocText" + Counter].selectable = false;
TextClip["DocText" + Counter].autoSize = true;
TextClip["DocText" + Counter].multiline = true;
AVar = "<P";
if ((DocBit[0] == 1) || (DocBit[0] == 4)) {
AVar = AVar + " ALIGN=\"CENTER\"";
}
AVar = AVar + "><BR><FONT SIZE=\"";
if (FontSize == 1) {
AVar = AVar + "17";
}
if (FontSize == 2) {
AVar = AVar + "20";
}
AVar = AVar + "\" FACE=\"ARIAL\" COLOR=\"";
if ((DocBit[0] == 0) || (DocBit[0] == 1)) {
AVar = AVar + "Black";
}
if ((DocBit[0] == 3) || (DocBit[0] == 4)) {
AVar = AVar + "#990000";
}
AVar = ((AVar + "\">") + DocBit[1]) + "</FONT></P>";
TextClip["DocText" + Counter].htmlText = AVar;
PageLength = PageLength + TextClip["DocText" + Counter]._height;
}
if (DocBit[0] == 2) {
DocBit[2] = parseInt(DocBit[2]);
DocBit[3] = parseInt(DocBit[3]);
TextClip.attachMovie(DocBit[1], "Movie_" + Counter, Counter + 100);
TextClip["Movie_" + Counter]._y = PageLength;
TextClip["Movie_" + Counter]._x = 375 - (DocBit[2] * 0.5);
PageLength = PageLength + DocBit[3];
}
}
Counter++;
} while (Counter <= PageBitEnd);
var _local2 = 1;
do {
var AVar = Speech[_local2];
SpeechBit = AVar.split("*");
if ((Speech[_local2] != "00") && (SpeechBit[0] == PageNum)) {
TextClip.attachMovie("SpeakerIcon", "SpeakerClip" + [_local2], 3000 + [_local2]);
if (FontSize == 1) {
TextClip["SpeakerClip" + _local2]._y = SpeechBit[1];
}
if (FontSize == 2) {
TextClip["SpeakerClip" + _local2]._y = SpeechBit[2];
}
TextClip["SpeakerClip" + _local2].onRollOver = function () {
this.gotoAndStop(2);
};
TextClip["SpeakerClip" + _local2].onRollOut = function () {
this.gotoAndStop(1);
};
TextClip["SpeakerClip" + _local2].onDragOut = function () {
this.gotoAndStop(1);
};
TextClip["SpeakerClip" + _local2].onPress = function () {
this.SpeechSound = new Sound();
this.SpeechSound.attachSound(SpeechBit[3]);
this.SpeechSound.start();
};
}
_local2++;
} while (Speech[_local2] != "00");
}
UpdateScroll = 0;
if (ScrollMode == 1) {
PageY = PageY - AutoScrollPref;
UpdateScroll = 1;
}
if (KeyScrollReq == 1) {
KeyScrollReq = 0;
if (KeyScrollLevel < 0) {
KeyScrollLevel = 0;
}
KeyScrollMode = 1;
KeyScrollLevel++;
if (KeyScrollLevel > 3) {
KeyScrollLevel = 3;
}
if (KeyScrollLevel == 1) {
KeyScrollVel = ScrollSpeedA;
}
if (KeyScrollLevel == 2) {
KeyScrollVel = ScrollSpeedB;
}
if (KeyScrollLevel == 3) {
KeyScrollVel = ScrollSpeedC;
}
}
if (KeyScrollReq == 2) {
KeyScrollReq = 0;
if (KeyScrollLevel > 0) {
KeyScrollLevel = 0;
}
KeyScrollMode = 1;
KeyScrollLevel--;
if (KeyScrollLevel < -3) {
KeyScrollLevel = -3;
}
if (KeyScrollLevel == -1) {
KeyScrollVel = ScrollSpeedA;
}
if (KeyScrollLevel == -2) {
KeyScrollVel = ScrollSpeedB;
}
if (KeyScrollLevel == -3) {
KeyScrollVel = ScrollSpeedC;
}
}
if (KeyScrollReq == 2) {
KeyScrollReq = 0;
}
if (KeyScrollMode == 1) {
UpdateScroll = 1;
if (KeyScrollLevel > 0) {
PageY = PageY + KeyScrollVel;
} else {
PageY = PageY - KeyScrollVel;
}
KeyScrollVel = KeyScrollVel * 0.9;
if (KeyScrollVel < ScrollSpeedB) {
if (KeyScrollLevel > 0) {
KeyScrollLevel = 2;
}
if (KeyScrollLevel < 0) {
KeyScrollLevel = -2;
}
}
if (KeyScrollVel < ScrollSpeedA) {
if (KeyScrollLevel > 0) {
KeyScrollLevel = 1;
}
if (KeyScrollLevel < 0) {
KeyScrollLevel = -1;
}
}
if (KeyScrollVel < 0.1) {
KeyScrollLevel = 0;
KeyScrollMode = 0;
KeyScrollVel = 0;
}
}
if (UpdateScroll == 1) {
TextClip._y = PageY;
}
SpeakerHelper = (-TextClip._y) + _ymouse;
}
function PageUpdate() {
PageUpdateBool = 0;
if (PageRequest == 1) {
if (PageNum != 1) {
PageNum = 1;
PageUpdateBool = 1;
}
}
if (PageRequest == 2) {
if (PageNum > 1) {
PageNum--;
PageUpdateBool = 1;
}
}
if (PageRequest == 3) {
if (PageNum < PageTotal) {
PageNum++;
PageUpdateBool = 1;
}
}
if (PageRequest == 4) {
if (PageNum != PageTotal) {
PageNum = PageTotal;
PageUpdateBool = 1;
}
}
if (PageUpdateBool == 1) {
if (PageNum == 1) {
PageNumDisplay = "Title";
}
if (PageNum > 1) {
PageNumDisplay = "Page " + (PageNum - 1);
}
PageY = 50;
PageLength = 10;
PageBuildMode = 1;
gotoAndPlay (1);
}
}
function MakeItDirty() {
Counter = 0;
do {
if (DirtyDoc[Counter] != undefined) {
var _local1 = DirtyDoc[Counter].split("*");
if (_local1[0] == "0") {
Doc[Counter] = ("0*<FONT COLOR=\"#550000\">" + _local1[1]) + "</FONT>";
} else if (_local1[0] == "1") {
Doc[Counter] = ("1*<FONT COLOR=\"#550000\">" + _local1[1]) + "</FONT>";
} else {
Doc[Counter] = DirtyDoc[Counter];
}
}
Counter++;
} while (Counter < 3000);
DirtyPanelMode = 1;
}
if (FirstTime == undefined) {
var DonorName = "DonorName";
var DonorEMail = "DonorEmail@email.com";
var Speech = new Array();
Speech[1] = "1*330*370*001";
Speech[2] = "00";
var PageTotal = 2;
var Page = new Array();
Page[1] = "1*19";
Page[2] = "20*90";
Page[3] = "100*180";
Page[4] = "190*290";
Page[5] = "300*457";
Page[6] = "458*672";
var Doc = new Array();
var DirtyDoc = new Array();
Doc[1] = "1*<B>Great X-PecTations Part 2</B>";
Doc[3] = "1*by";
Doc[4] = "2*CGMan_Logo*375*81";
Doc[5] = "1*A Female Muscle Growth Story.";
Doc[6] = "1*www.patreon.com/CGMan";
Doc[7] = "1*cgman.deviantart.com";
Doc[8] = "1*\u00A92016 CGMan Productions - All Rights Reserved";
Doc[11] = "4*Click on the speaker icon to play audio clip!";
Doc[12] = "4*If you donated for the Deluxe Reward there will be other speaker icons within the story.";
Doc[14] = "0*<B>CONTROLS:</B> Click on this window to make it active. Once it's active, use following keys for navigation:<BR>Up & Down: Scroll<BR>Left & Right: Change Pages<BR>Spacebar: Toggle auto-scroll<BR>Ctrl: Preferences panel";
Doc[16] = "0*<B>NOTE:</B> This story is not intended for minors. It is intended for mature adults who know the difference between reality and fantasy.";
Doc[17] = "1*Please, please do not redistribute this. Thank you!!";
Doc[18] = "4*<I>Continued on the next page</I>";
Doc[20] = "0*What happened in Part 1:";
Doc[22] = "0*Pippa was a fit girl who had a nicely muscled figure but had trouble making gains in one area: her chest. It did not help matters that she was also flat as a board save for her prominent nipples. She worked in a diner and her friend Georgiana was ver supportive of her. It did not help matters that Georgiana had breasts as big as basketballs.";
Doc[24] = "0*Joe works at Pippa's gym and is an ameteur scientist. He used the root from a rare brazilian flower to create a paste that gives isolated muscle growth. He helped Pippa grow her pectoral muscles which she then asked him to do again several more times; using up the remainder of the paste. This resulted in Pippa sporting staggeringly large pectoral muscles that she seemed very happy with.";
Doc[26] = "4*- - - -";
Doc[28] = "0* ";
Doc[30] = "1*Story by CGMan";
Doc[32] = "1*Voice Acting by kulli/kullizilla http://kullizilla.tumblr.com/";
Doc[33] = "1*Special Thanks to RedSilverArtist and Ayanamifan";
Doc[36] = "0* ";
Doc[38] = "4*- - - -";
Doc[40] = "0*Joe walked down a vague path in the Brazilian jungle. He was not prepared to experience kind of humidity. He stopped and took another small swig from his canteen. Before him was a boy of eleven or twelve years old. The boy turned back to Joe and beckoned him.";
Doc[42] = "0*\"Me siga!\" he said with a hand gesture.";
Doc[44] = "0*Joe sealed his canteen and caught up with the lad. After a few minutes the dense jungle path widened and then merged with a small dirt road. The boy led Joe down the road and then pointed to a red wooden house on the side of the road.";
Doc[46] = "0*\"Aqui, senhor. Aqui!\" he said with enthusiasm.";
Doc[48] = "0*Joe smiled and gave the boy a few dollar bills. The boy smiled, took the money, and then ran home. A scruffy-faced man in dingy clothes was sitting on a chair in front of the house. He stared at Joe silently. Joe approached him.";
Doc[50] = "0*\"Ol\u00E1.\" Joe said. \"Falar english?\"";
Doc[52] = "0*The man shook his head, stood and led Joe around the side of the house to a large garage. A 1980s station wagon with no wheels was inside propped up on cinder blocks. A mechanic's legs were sticking out from underneath the vehicle.";
Doc[54] = "0*The man walked behind a counter and once again stared at Joe.";
Doc[56] = "0*\"Um...\" Joe rummaged through his back-pack and produced a photograph of a plant. He placed the photo on the counter before the man. The man looked at the image and scratched his facial stubble. He picked up a pen and wrote \"$300\" on the photo and then looked at Joe. Joe dug into his pocket and put $300 on the counter.";
Doc[58] = "0*The man took the money. \"So...\" he said, \"you want to get the pretty pretty flower, eh gringo?\"";
Doc[60] = "0*Joe looked at him bemused. \"Yes.\"";
Doc[62] = "0*The man called out, \"Camila!\" The body under the station wagon stirred and then slid out. Joe was surprised to see it was a nineteen year old woman under the car. She was wearing a dingy white, grease-stained coverall that bulged impressively in the front. Joe noted to himself that this girl was stacked. Her Brazilian face was beautiful with a grease smudge on her right cheek. Her silky black hair was tied up in a bun. She looked at Joe then at the man.";
Doc[64] = "0*\"O que \u00E9 isso?\" she asked.";
Doc[66] = "0*Joe listened to the man give instructions to Camila in Portuguese. He heard him slip the word \"gringo\" in there. Half-way through his instructions, Camila nodded and smiled. Then he turned to Joe. \"Camila will guide you up the mountain to get your flower.\"";
Doc[68] = "0*Joe looked concerned. \"<I>She</I> will?\" he asked. \"Is it safe?\"";
Doc[70] = "0*The man laughed as Camila unzipped her greasy coverall.";
Doc[72] = "0*\"Don't worry senhor...\" Camila emerged from her coverall and Joe's eyes bugged wide when he saw that her body was bursting with muscles. \"Camila will protect you. She goes up there often. Whenever we send a man, he gets sick.\"";
Doc[74] = "0*\"Okay.\" Joe said as he watched Camila remove her greasy coverall. She wore a sleeveless pink blouse that showcased her burly arms. The top was tightly wrapped around her muscular torso and bulging breasts. They jostled heavily as she removed her protective outfit. She looked like she could handily win the Miss Olympia contest. A subtle network of veins spidered underneath the latina skin of her bulky deltoids. Her arms looked to be around twenty inches. \"Wait.\" Joe paused and turned to the man, \"Sick?\"";
Doc[76] = "0*\"It's okay senhor,\" he said, \"just don't be too close when she pulls it out of the ground, eh?\" He gently slapped Joe on the cheek as he laughed.";
Doc[78] = "0*Camila stepped aside to wash her face in the sink. \"Alright.\" Joe said. \"Let's go then.\"";
Doc[80] = "0*\"Esperar!\" The man said as he put his palm on Joe's chest. \"One hundred para Camila!\"";
Doc[82] = "0*Joe paused. \"Okay.\" He pulled out another bill and handed it to Camila as she returned fresh-faced. She smiled and took the note. Joe watched one her her large breasts jump as she slipped it into her pocket. Joe wasn't fully pleased with the arrangement. Camila was doing all of the work and getting a quarter of the money.";
Doc[84] = "0*Camila hoisted up a pre-prepared back-pack and slipped her bulky arms through each strap. \"Pronto?\" she asked.";
Doc[86] = "0*As Joe and Camila headed out the man laughed, \"Don't have too much fun, gringo!\"";
Doc[88] = "4*- - - -";
Doc[90] = "4*Continued in the completed story!";
var SliderReq = 0;
var ScrollSliderMode = 0;
var FontSliderMode = 0;
var ScrollSliderX = 250;
var FontSliderX = 126;
var AutoScrollPref = 0.3;
var FontSize = 1;
var SliderMode = 0;
var SliderOldX = 0;
var MouseOldX = 0;
var AVar;
var BVar;
var CVar;
var DVar;
var DocBit;
var Counter;
var PageBuildMode = 1;
var FirstTime = 0;
var PageUpdateBool = 0;
var PageNum = 1;
var PageBit;
var PageBitStart;
var PageBitEnd;
var PageBitTotal;
var PageNumDisplay = "Title";
var PageRequest = 0;
var PageY = 50;
var PageLength = 10;
var ScrollMode = 0;
var ScrollPref = 0;
var ScrollVel = 0.2;
var PrefsRequest = 0;
var PrefsPanelX = 1220;
var PrefsPanelMode = 0;
var PrefsPanelChanged;
var SpeakerHelper;
var KeyScrollReq = 0;
var KeyScrollMode = 0;
var KeyScrollVel = 0;
var KeyScrollLevel = 0;
var UpdateScroll = 0;
var ScrollSpeedA = 8;
var ScrollSpeedB = 16;
var ScrollSpeedC = 32;
var ImagesMovieAlpha = 0;
var ImagesMovieFadeMode = 1;
var ImagesMovieFrame = 2;
var CurrentImage = 1;
var NewImage = 1;
var ImageChangedBool = 0;
var mouseListener = new Object();
mouseListener.onMouseWheel = function (delta) {
if (delta < 0) {
KeyScrollReq = 2;
}
if (delta > 0) {
KeyScrollReq = 1;
}
};
mouseListener.onMouseUp = function () {
if (SliderMode == 1) {
SliderMode = 2;
}
};
Mouse.addListener(mouseListener);
var keyListener = new Object();
keyListener.onKeyDown = function () {
if (Key.getCode() == 32) {
ScrollPref++;
if (ScrollPref > 1) {
ScrollPref = 0;
}
PlayPauseLED.gotoAndStop(ScrollPref + 1);
if ((PrefsPanelMode == 0) || (PrefsPanelMode == 3)) {
ScrollMode = ScrollPref;
}
}
if (Key.getCode() == 38) {
KeyScrollReq = 1;
}
if (Key.getCode() == 40) {
KeyScrollReq = 2;
}
if (Key.getCode() == 37) {
ImagesMovieFadeMode = 2;
NewImage = 1;
PageRequest = 2;
PageUpdate();
}
if (Key.getCode() == 39) {
ImagesMovieFadeMode = 2;
NewImage = 1;
PageRequest = 3;
PageUpdate();
}
if (Key.getCode() == 17) {
ScrollMode = 0;
PrefsRequest = 1;
}
};
Key.addListener(keyListener);
}
Frame 3
stop();
Instance of Symbol 51 MovieClip "Engine" in Frame 3
onClipEvent (enterFrame) {
_parent.MainEngine();
}
Symbol 9 MovieClip [SpeakerIcon] Frame 1
stop();
Symbol 14 MovieClip Frame 1
stop();
Symbol 21 MovieClip Frame 1
stop();
Symbol 27 MovieClip Frame 1
stop();
Symbol 29 Button
on (press) {
ImagesMovieFadeMode = 2;
NewImage = 1;
ButGFXPageBack.gotoAndStop(2);
PageRequest = 2;
PageUpdate();
}
on (release) {
ButGFXPageBack.gotoAndStop(1);
}
on (releaseOutside) {
ButGFXPageBack.gotoAndStop(1);
}
Symbol 30 Button
on (press) {
ImagesMovieFadeMode = 2;
NewImage = 1;
ButGFXFirstPage.gotoAndStop(2);
PageRequest = 1;
PageUpdate();
}
on (release) {
ButGFXFirstPage.gotoAndStop(1);
}
on (releaseOutside) {
ButGFXFirstPage.gotoAndStop(1);
}
Symbol 31 Button
on (press) {
ImagesMovieFadeMode = 2;
NewImage = 1;
ButGFXPageForward.gotoAndStop(2);
PageRequest = 3;
PageUpdate();
}
on (release) {
ButGFXPageForward.gotoAndStop(1);
}
on (releaseOutside) {
ButGFXPageForward.gotoAndStop(1);
}
Symbol 32 Button
on (press) {
ImagesMovieFadeMode = 2;
NewImage = 1;
ButGFXLastPage.gotoAndStop(2);
PageRequest = 4;
PageUpdate();
}
on (release) {
ButGFXLastPage.gotoAndStop(1);
}
on (releaseOutside) {
ButGFXLastPage.gotoAndStop(1);
}
Symbol 33 Button
on (press) {
ButGFXPrefs.gotoAndStop(2);
ScrollMode = 0;
PrefsRequest = 1;
}
on (release) {
ButGFXPrefs.gotoAndStop(1);
}
on (releaseOutside) {
ButGFXPrefs.gotoAndStop(1);
}
Symbol 34 Button
on (press) {
ButGFXScroll.gotoAndStop(2);
ScrollPref++;
if (ScrollPref > 1) {
ScrollPref = 0;
}
PlayPauseLED.gotoAndStop(ScrollPref + 1);
if ((PrefsPanelMode == 0) || (PrefsPanelMode == 3)) {
ScrollMode = ScrollPref;
}
}
on (release) {
ButGFXScroll.gotoAndStop(1);
}
on (releaseOutside) {
ButGFXScroll.gotoAndStop(1);
}
Symbol 43 Button
on (press) {
_parent._parent.SliderReq = 1;
}
Symbol 44 MovieClip Frame 1
stop();
Symbol 46 Button
on (press) {
ClosePrefsGFX.gotoAndStop(2);
_parent.PrefsRequest = 1;
}
on (release) {
ClosePrefsGFX.gotoAndStop(1);
}
on (releaseOutside) {
ClosePrefsGFX.gotoAndStop(1);
}
Symbol 49 MovieClip Frame 1
stop();