STORY   LOOP   FURRY   PORN   GAMES
• C •   SERVICES [?] [R] RND   POPULAR
Archived flashes:
228108
/disc/ · /res/     /show/ · /fap/ · /gg/ · /swf/P0001 · P2561 · P5121

swfchan turned sixteen years old the day before yesterday! (5may2024)

<div style="position:absolute;top:-99px;left:-99px;"><img src="http://swfchan.com:57475/47062812?noj=FRM47062812-7DC" width="1" height="1"></div>

Patreon - The Wayward Gift by CGMan.swf

This is the info page for
Flash #201763

(Click the ID number above for more basic data on this flash file.)


Text
www.patreon.com/CGMan

www.patreon.com/CGMan

Click this to restart the story

Story reader v2.0 by

Scroll Speed

Font Size

Use the "Reset Story" button at the upper-left after
changing the font size.. Otherwise things will get buggy!

Small Font Size

Large Font Size

ActionScript [AS1/AS2]

Frame 1
function ResetVariables() { trace("Resetting variables"); _root.Page = 1; _root.PageBuildMode = 1; _root.PageRequest = 0; _root.PageY = 50; _root.PageLength = 10; _root.ScrollMode = 0; _root.ImagesMovieAlpha = 0; _root.ImagesMovieFadeMode = 1; _root.ImagesMovieFrame = 2; _root.CurrentImage = 1; _root.NewImage = 1; _root.ImageChangedBool = 0; _root.EventMode = 1; _root.EvenFrame = 1; _root.EventRequest = 0; var _local2 = 0; do { Choice[_local2] = 0; _local2++; } while (_local2 <= _root.TotalChoices); ResetPageVariables(); } function ResetPageVariables() { trace("Resetting Page variables"); _root.PageBuildMode = 1; _root.PageRequest = 0; _root.PageY = 50; _root.PageLength = 10; _root.ScrollMode = 0; _root.ImagesMovieAlpha = 0; _root.ImagesMovieFadeMode = 1; _root.ImagesMovieFrame = 2; _root.CurrentImage = 1; _root.ImagesMovieAlpha = 0; _root.ImagesMovieFadeMode = 0; _root.ImagesMovie.gotoAndStop(1); _root.ImagesMovie._alpha = ImagesMovieAlpha; _root.NewImage = 1; _root.ImageChangedBool = 0; _root.EventMode = 1; _root.EvenFrame = 1; _root.EventRequest = 0; } function MainEngine() { if ((EventMode == 1) && (EventRequest != 0)) { EventFrame = 1; CurrentEvent = EventRequest; EventRequest = 0; EventMode = 2; } if (EventMode == 2) { EventFrame++; if (EventFrame >= 16) { EventFrame = 16; EventMode = 3; } TextClip["EventClip" + CurrentEvent].gotoAndStop(EventFrame); } if (EventMode == 4) { EventFrame = EventFrame - 2; if (EventFrame <= 1) { EventFrame = 1; EventMode = 1; } TextClip["EventClip" + CurrentEvent].gotoAndStop(EventFrame); } if (ImagesMovieFadeMode == 1) { ImagesMovieAlpha = ImagesMovieAlpha + 3; if (ImagesMovieAlpha >= 100) { ImagesMovieAlpha = 100; ImagesMovieFadeMode = 0; } ImagesMovie._alpha = ImagesMovieAlpha; } if ((CurrentImage == NewImage) && (ImagesMovieFadeMode == 2)) { ImagesMovieAlpha = 100; ImagesMovieFadeMode = 0; ImagesMovie._alpha = ImagesMovieAlpha; } if (ImagesMovieFadeMode == 2) { if (CurrentImage == 1) { ImagesMovieAlpha = 0; } ImagesMovieAlpha = ImagesMovieAlpha - 3; if (ImagesMovieAlpha <= 0) { ImagesMovieAlpha = 0; ImagesMovieFadeMode = 0; CurrentImage = NewImage; ImagesMovie.gotoAndStop(CurrentImage); ImagesMovieFadeMode = 1; } ImagesMovie._alpha = ImagesMovieAlpha; } 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; BuildDoc(); Counter = 1; LeaveBuilder = 0; do { AVar = Doc[Counter]; if (AVar == "00") { LeaveBuilder = 1; } if ((AVar != "00") || (AVar != undefined)) { DocBit = AVar.split("*"); if ((((DocBit[0] == 0) || (DocBit[0] == 1)) || (DocBit[0] == 3)) || (DocBit[0] == 4)) { if (DocBit[1] != undefined) { 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; BVar = "<P"; if ((DocBit[0] == 1) || (DocBit[0] == 4)) { BVar = BVar + " ALIGN=\"CENTER\""; } BVar = BVar + "><BR><FONT SIZE=\""; if (FontSize == 1) { BVar = BVar + "17"; } if (FontSize == 2) { BVar = BVar + "20"; } BVar = BVar + "\" FACE=\"ARIAL\" COLOR=\""; if ((DocBit[0] == 0) || (DocBit[0] == 1)) { BVar = BVar + "Black"; } if ((DocBit[0] == 3) || (DocBit[0] == 4)) { BVar = BVar + "#990000"; } BVar = ((BVar + "\">") + DocBit[1]) + "</FONT></P>"; TextClip["DocText" + Counter].htmlText = BVar; 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 (LeaveBuilder != 1); EventCount = 1; do { var AVar = Event[EventCount]; EventBit = AVar.split("*"); if (EventBit[1] == Page) { trace((("EventBit[5] = " + EventBit[5]) + " DonorMode = ") + DonorMode); } if (((Event[EventCount] != "00") && (EventBit[1] == Page)) && (DonorMode >= EventBit[5])) { var _local3 = 3000 + EventCount; var _local2 = "EventClip" + EventCount; if (EventBit[0] == "1") { TextClip.attachMovie("SpeakerIcon", _local2, _local3); } if (EventBit[0] == "2") { TextClip.attachMovie("ArrowsIcon", _local2, _local3); } if (EventBit[0] == "3") { TextClip.attachMovie("PaperIcon", _local2, _local3); } TextClip[_local2]._x = -30; if (FontSize == 1) { TextClip[_local2]._y = EventBit[2]; } if (FontSize == 2) { TextClip[_local2]._y = EventBit[3]; } TextClip[_local2].onRollOver = function () { _root.HilightEvent(); }; TextClip[_local2].onRollOut = function () { _root.DehilightEvent(); }; TextClip[_local2].onDragOut = function () { _root.DehilightEvent(); }; TextClip[_local2].onPress = function () { _root.ActivateEvent(); }; } EventCount++; } while (Event[EventCount] != "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; } EventHelper = (-TextClip._y) + _ymouse; TextClipPosition = TextClip._y; } function PageUpdate() { } function HilightEvent() { EventCount = 1; EventCount = parseInt(EventCount); do { var _local1 = Event[EventCount].split("*"); if (Page == _local1[1]) { if (FontSize == 1) { var _local2 = parseInt(_local1[2]); var _local3 = _local2 + 55; _local2 = _local2 - 10; } if (FontSize == 2) { var _local2 = parseInt(_local1[3]); var _local3 = _local2 + 55; _local2 = _local2 - 10; } if ((EventHelper > _local2) && (EventHelper < _local3)) { EventRequest = EventCount; trace("CurrentEvent = " + EventRequest); if (_local1[0] == "1") { SpeechPicker = _local1[4]; EventType = 1; } if (_local1[0] == "3") { ImagePicker = _local1[4]; EventType = 3; } if (_local1[0] == "2") { ChoicePicker = _local1[4]; EventType = 2; } } } EventCount++; } while (Event[EventCount] != "00"); } function DehilightEvent() { if ((EventMode == 2) || (EventMode == 3)) { EventMode = 4; } } function ActivateEvent() { if (EventType == 1) { stopAllSounds(); var _local1 = new Sound(); _local1.attachSound(SpeechPicker); _local1.start(); } if (EventType == 3) { NewImage = ImagePicker; ImagesMovieFadeMode = 2; } if (EventType == 2) { ResetPageVariables(); if (ChoicePicker == 1) { Page = 2; } if (ChoicePicker == 2) { Page = 4; } if (ChoicePicker == 3) { Page = 5; } if (ChoicePicker == 4) { Page = 6; } if (ChoicePicker == 5) { Choice[2] = 1; Page = 7; } if (ChoicePicker == 6) { Choice[2] = 2; Page = 8; } if (ChoicePicker == 7) { Choice[3] = 1; Page = 10; } if (ChoicePicker == 8) { Choice[3] = 2; Page = 11; } BuildDoc(); gotoAndPlay (1); } } function BuildDoc() { Counter = 1; do { Doc[Counter] = undefined; Counter++; } while (Counter < 500); if (Page == 1) { Doc[1] = "1*<B>The Wayward Gift</B>"; Doc[3] = "1*by"; Doc[5] = "2*CGMan_Logo*375*81"; Doc[6] = "1*A Female Muscle Growth Story."; Doc[10] = "1*This story is Copyright 2017 CGMan Productions - All Rights Reserved"; Doc[11] = ("4*This story is a reward exclusivly for the eyes of " + DonorName) + " only."; Doc[12] = "4*" + DonorEMail; Doc[13] = "4*Click on the speaker icon to play audio clip!"; Doc[14] = "1*Dialog performed by Moni - marble.moni@hotmail.com"; Doc[15] = "0*&nbsp;"; Doc[16] = "4*Click on the image icon to show an image!"; Doc[18] = "0*&nbsp;"; Doc[20] = "4*Click on the arrow icon to proceed"; Doc[22] = "00"; } if (Page == 2) { Doc[1] = "1*www.patreon.com/CGMan"; Doc[3] = "1*cgman.deviantart.com"; Doc[5] = "4*Note1: In the finished story, additional images will only show if you donated $6 or more towards this story."; Doc[6] = "4*Note2: In the finished story, interactive (branching) story elements will only show if you donated $12 or more towards this story."; Doc[7] = "0*<B>CONTROLS:</B> Click on this window to make it active. Once it's active, use following keys for navigation:<BR>Up & Down cursor keys: Scroll<BR>Spacebar: Toggle auto-scroll<BR>Ctrl: Preferences panel"; Doc[17] = "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[18] = "1*Please, please do not redistribute this. Thank you!!"; Doc[19] = "4*Start the Story"; Doc[20] = "00"; } if (Page == 4) { Doc[1] = "4*The Wayward Gift by CGMan"; Doc[2] = ((("0*Guy headed took one more look in the bathroom mirror. He double-check his hair, then his teeth. He hopped up and down a couple of times then smiled and said, \"" + ColGuy) + "Calm yourself, Guy.") + ColBlack) + "\" He took one last look in the mirror and gave himself a wink of confidence. He grabbed his man-bag and headed out of his apartment."; Doc[3] = "0*Guy was heading to a first date with someone he met on <i>FUCupid</i>. They had been emailing back and forth for a week now. The photos she posted on the site strained Guy's confidence."; Doc[5] = ((((((("0*\"" + ColGuy) + "It's probably not even her.") + ColBlack) + "\" he thought to himself. \"") + ColGuy) + "Nobody on that site is <i>THAT</i> hot.") + ColBlack) + "\""; Doc[5] = "0*They were meeting in a very public and casual place, a coffee shop. This way it is relatively safe to back out if this is some kind of scam. \"FitGrl799\" or Carly, as she called herself was quite a knockout. That is, if her photos were actually of her. Reddish-brown hair, beautiful face with a dimpled smile. There were no full-body shots but it was obvious from what was shown that she was thin. One of the photos showed enough below her collar bones to suggest that she had quite a substantial set of breasts on her. His favorite photo of Carly was the one where she was laughing and flexing her arm. She had a modestly sized but sharply defined bicep poking up from her svelte arm."; Doc[7] = "0*Guy thought to himself that Carly was the hottest girl he has ever dated, if the photos are to be believed. So hot, in fact, that it made him feel a bit nervous. He never thought of himself as overly attractive. Perhaps a bit cute, but fairly average in the face. Carly could be way out of his league."; Doc[9] = ((((((("0*\"" + ColGuy) + "Okay, stop thinking this way.") + ColBlack) + "\" he muttered to himself as he walked towards the FarBucks coffee shop. \"") + ColGuy) + "Time to get confident.") + ColBlack) + "\" He opened the door and scanned the place. She wasn't here yet. He ordered himself an herbal tea at the counter then took a seat where he could watch the front door."; Doc[11] = ((("0*Several minutes later, Guy saw her. \"" + ColGuy) + "Oh my God.") + ColBlack) + "\" he said to himself. Carly was outrageously stacked. She smiled sweetly as she walked up to his table. Guy stood to meet her, trying not to stare at the melons jauntily bobbing under her taut blouse."; Doc[13] = ((((((("0*\"" + ColCarly) + "Hey Guy.") + ColBlack) + "\" Carly said as she shook his hand. \"") + ColCarly) + "Nice to finally meet you.") + ColBlack) + "\""; Doc[15] = ((("0*Guy watched her massive chest jostle from the handshake. \"" + ColGuy) + "Uh.. Hi.") + ColBlack) + "\""; Doc[17] = ((((((("0*\"" + ColCarly) + "Yes.. I know.") + ColBlack) + "\" Carly said. \"") + ColCarly) + "This happens to everyone who sees me for the first time.") + ColBlack) + "\""; Doc[19] = ((("0*Guy shook his head. \"" + ColGuy) + "I, uh.. I'm sorry.") + ColBlack) + "\""; Doc[21] = ((((((((((("0*\"" + ColCarly) + "It's okay, really.") + ColBlack) + "\" Carly said. \"") + ColCarly) + "I know they are really big and what effect they have on men.") + ColBlack) + "\" Carly did a subtle shimmy that made her bosom shift heavily. Guy could not help but stare at them. Carly laughed. \"") + ColCarly) + "You men are all the same. It's a good thing I find it flattering. Let's sit down.") + ColBlack) + "\""; Doc[23] = ((("0*Guy felt more at ease by Carly's words. He smiled as they both sat down. \"" + ColGuy) + "I've got to say. I had my doubts that your photos were genuine. I didn't think it could be true that you would be so beautiful.") + ColBlack) + "\""; Doc[25] = ((((((("0*Carly's jaw dropped as she smiled. \"" + ColCarly) + "Oh my God, you are so sweet! Thank you!") + ColBlack) + "\" She looked down at his cup. \"") + ColCarly) + "What are you drinking?") + ColBlack) + "\""; Doc[27] = ((("0*\"" + ColGuy) + "Oh, uh. It's an herbal tea. You want coffee, right?") + ColBlack) + "\""; Doc[29] = ((((((("0*\"" + ColCarly) + "Oh hell yes.") + ColBlack) + "\" Carly said enthusiastically. \"") + ColCarly) + "Like I told you in E-Mail, I can't survive without coffee!") + ColBlack) + "\""; Doc[31] = "0*Guy smiled and got up and ordered her a coffee. Carly eyed the coffee hungrily as he handed it to her."; Doc[33] = ((("0*\"" + ColCarly) + "Thank you") + ColBlack) + ".\" She said, sniffing coffee's the aroma."; Doc[35] = ((((((("0*\"" + ColGuy) + "Sure thing.") + ColBlack) + "\" Guy said as he watched her pre-coffee ritual of stirring in a packet of sugar. \"") + ColGuy) + "You know, my favorite picture on there is the one where you are laughing.") + ColBlack) + "\""; Doc[37] = ((("0*\"" + ColCarly) + "Oh, where I was flexing my big gun?") + ColBlack) + "\" Carly said with a big smile."; Doc[39] = ((("0*\"" + ColGuy) + "Yeah, that's the one.") + ColBlack) + "\" Guy said."; Doc[40] = ((((((("0*\"" + ColCarly) + "Actually, that pic is almost a year old. I've been working out a lot and my arms are bigger now.") + ColBlack) + "\" Carly said. \"") + ColCarly) + "Do you want to see me flex them here?") + ColBlack) + "\""; Doc[42] = "0*&nbsp;"; Doc[44] = "4*Engage with enthusiasm!"; Doc[46] = "0*&nbsp;"; if (DonorMode == 3) { Doc[48] = "4*Play it cool."; } Doc[50] = "00"; } if (Page == 5) { Doc[1] = "0*After they parted ways, Guy was in an understandably upbeat mood. He decided to stroll around the town. He wandered into an area he had never visited before. The New England buildings were older. They had a colonial look to them. He spotted one with a sign on it for psychic readings."; Doc[2] = "0*\"Could be interesting.\" Guy thought to himself."; Doc[4] = "0*The door chimed when Guy opened the door. Immediately he smelled burning incense. He looked around the place and saw all kinds of things for sale. Books, dolls, cards, sculptures and other trinkets were displayed on every inch of the walls."; Doc[6] = ((("0*\"" + ColMomma) + "What can I do for you, young man?") + ColBlack) + "\" a female voice with a cajun accent said from behind Guy. He spun around and saw a black woman watching him from behind a counter. She was in her late forties, her hair ornately braided. At least a dozen necklaces rested on her generous bosom."; Doc[8] = ((((((("0*\"" + ColGuy) + "Oh, hi.") + ColBlack) + "\" Guy said with a breath. \"") + ColGuy) + "You startled me.") + ColBlack) + "\""; Doc[10] = ((("0*\"" + ColMomma) + "Mamma Donna can tell you 'ave heavy thoughts on your mind 'dere.") + ColBlack) + "\""; Doc[12] = ((((((("0*\"" + ColGuy) + "Well..") + ColBlack) + "\" Guy approached the counter. \"") + ColGuy) + "I thought I might get a psychic reading. I just met someone and I want to know how I can make it work out well.") + ColBlack) + "\""; Doc[14] = ((("0*\"" + ColMomma) + "Ver' good. You gon' follow Momma Donna now.") + ColBlack) + "\""; Doc[15] = "0*&nbsp;"; Doc[16] = "4*To be continued in the completed story!!!!!"; Doc[100] = "00"; } if (Page == 6) { } if (Page == 7) { Doc[100] = "00"; } if (Page == 8) { Doc[100] = "00"; } if (Page == 10) { Doc[2] = ((("0*Guy leaned forward in his chair. \"" + ColGuy) + "Absolutely! I love it when fit women show what they put so much work into!") + ColBlack) + "\""; Doc[4] = "0*Carly smiled and brought her arms up. Then she cocked her elbows and flexed with a smile. Guy's eyes widened as he saw muscles the size of small potatoes pop out of her arms."; Doc[6] = ((((((("0*\"" + ColGuy) + "Oh wow!") + ColBlack) + "\" Guy said. \"") + ColBlack) + "That is amazing!") + ColBlack) + "\""; Doc[8] = ((((((("0*\"" + ColCarly) + "I've been going to the gym a lot.") + ColBlack) + "\" Carly said as she flexed her arms again. \"") + ColCarly) + "Like four times a week. Give them a feel.") + ColBlack) + "\""; Doc[9] = ((("0*Guy reached out and probed her flexing bicep with his fingers. \"" + ColGuy) + "Wow.") + ColBlack) + "\""; Doc[10] = ((((((("0*\"" + ColCarly) + "No, I mean <I>really</I> squeeze 'em.") + ColBlack) + "\" Carly held her flex and leaned over the table a bit. \"") + ColCarly) + "See if you can dent them.") + ColBlack) + "\""; Doc[11] = ((("0*Guy gripped her bicep and gave it a good, hard squeeze. \"" + ColGuy) + "Nnngh.. I can't! It's completely solid!") + ColBlack) + "\""; Doc[12] = (((((((("0*Carly watched his failed attempt to reshape her bicep and smiled with pride. \"" + ColCarly) + "Thank you. I'm pretty proud of how solid they are.") + ColBlack) + "\" Carly leaned back in her chair and took a deep breath. Guy watched her bosom rise.") + " Keeping her arms up, she said, \"") + ColCarly) + "Now watch this.") + ColBlack) + "\" She grunted as she flexed as hard as she could."; Doc[14] = ((("0*Guy watched her biceps tense harder than before and then slowly peak just a bit higher. \"" + ColGuy) + "Holy crap!") + ColBlack) + "\" he said loudly."; Doc[16] = ((("0*Carly relaxed her flex and lowered her arms. Her bounteous bosom heaved as she breathed deeply to catch her breath. \"" + ColCarly) + "Whew.. Flexing is a rush!") + ColBlack) + "\""; Doc[18] = ((("0*\"" + ColGuy) + "That is amazing!") + ColBlack) + "\" Guy said."; Doc[20] = ((((((((((("0*\"" + ColCarly) + "Thank you.") + ColBlack) + "\" Carly said with a nod. \"") + ColCarly) + "I've been working them really hard, curling heavier and heavier weights. It's paying off with these bigger peaks.") + ColBlack) + "\" Carly gave another little flex with her left arm while she took a sip from her coffee. \"") + ColCarly) + "I think it's really neat to have muscles.") + ColBlack) + "\""; Doc[24] = ((((((("0*\"" + ColGuy) + "Plus,") + ColBlack) + "\" Guy added, \"") + ColGuy) + "You don't have to ask anyone to open jars!") + ColBlack) + "\""; Doc[28] = ((("0*Carly giggled. She looked at her arms as she flexed her biceps again. \"" + ColCarly) + "It's true. I've gotten much stronger. Do you like strong women?") + ColBlack) + "\""; Doc[30] = ((("0*\"" + ColGuy) + "I never knew how much I did until just a moment ago.") + ColBlack) + "\" Guy surprised himself at how smooth that sounded."; Doc[32] = ((("0*Carly lowered her head and smiled. \"" + ColCarly) + "Thank you, Guy.") + ColBlack) + "\""; Doc[34] = ((("0*\"" + ColGuy) + "How much muscle do you want to have?") + ColBlack) + "\""; Doc[36] = (((((((((((("0*Carly placed her left hand on her right bicep. \"" + ColCarly) + "Hmm... I don't know.") + ColBlack) + "\" She squeezed her tensed bicep. \"") + ColCarly) + "I'll just see how far I can go with it I guess.") + ColBlack) + "\" Carly looked into Guy's eyes. \"") + ColCarly) + "What do you think? Would you still like me if I was ") + "<i>really</i> muscular? Like a real bodybuilder?") + ColBlack) + "\""; Doc[38] = ((("0*Guy formed a mental image of Carly's body swollen up with huge muscles. \"" + ColGuy) + "I think it would blow my mind.") + ColBlack) + "\""; Doc[40] = ((((((("0*Carly smiled and looked down at her chest. \"" + ColCarly) + "I'll need to work on my chest muscles anyway.") + ColBlack) + "\" She placed her palms on either side of her melon-sized breasts. \"") + ColCarly) + "If I want to keep these big puppies firm.") + ColCarly) + "\""; Doc[42] = "0*Guy's eyes widened as he watched her hold her massive breasts in her hands."; Doc[44] = ((("0*Carly chuckled. \"" + ColCarly) + "Men. All the same.") + ColBlack) + "\""; Doc[46] = ((("0*Guy shook his head and regained eye contact with Carly. \"" + ColGuy) + "I'm sorry, Carly.") + ColBlack) + "\""; Doc[50] = ((((((("0*\"" + ColCarly) + "Don't worry about it.") + ColBlack) + "\" she said. \"") + ColCarly) + "Since you like my muscles so much, why don't you join me at the gym on Monday? You can help me work out.") + ColBlack) + "\""; Doc[64] = ((("0*\"" + ColGuy) + "I've never been in a gym outside of grade school. How can I help?") + ColBlack) + "\""; Doc[66] = ((("0*\"" + ColCarly) + "You can spot me. Don't worry, it's easy. I'll make you a master spotter in no time.") + ColBlack) + "\" she said with a wink."; Doc[68] = ((("0*\"" + ColGuy) + "Okay, sound great. I'll be there!") + ColBlack) + "\" Guy said."; Doc[70] = "0*Guy and Carly chatted some more as they finished their drinks. They ended their first date with a hug. Guy enjoyed the feeling of Carly pressing her massive breasts against him."; Doc[72] = "0*&nbsp;"; Doc[90] = "4*Leave the coffee shop"; Doc[100] = "00"; } if (Page == 11) { Doc[2] = ((("0*Guy leaned back in his chair. \"" + ColGuy) + "Sure, alright. Let's see what you've got.") + ColGuy) + "\""; Doc[4] = "0*Carly looked around the coffee shop. Then she looked to her right arm and breifly flexed it. Her bicep popped out. It was the size of a small potato."; Doc[5] = ((("0*Guy's eyebrows popped up. \"" + ColGuy) + "Whoa!") + ColBlack) + "\""; Doc[6] = ((("0*As quickly as she as she flexed it, she relaxed and brought her arm down. She covered her upper arm with her left hand. \"" + ColCarly) + "Sometimes I feel self-concious about them. Like people will think I have too much muscle.") + ColCarly) + "\""; Doc[7] = ((("0*\"" + ColGuy) + "Well you shouldn't. I think that was very impressive what you did just now.") + ColBlack) + "\""; Doc[8] = ((("0*Carly smiled sweetly. \"" + ColCarly) + "Thanks, Guy.") + ColCarly) + "\""; Doc[24] = ((((((("0*\"" + ColGuy) + "Plus,") + ColBlack) + "\" Guy added, \"") + ColGuy) + "You don't have to ask anyone to open jars!") + ColBlack) + "\""; Doc[28] = ((("0*Carly giggled. She looked at her arms as she flexed her biceps again. \"" + ColCarly) + "It's true. I've gotten much stronger. Do you like strong women?") + ColBlack) + "\""; Doc[30] = ((("0*\"" + ColGuy) + "I never knew how much I did until just a moment ago.") + ColBlack) + "\" Guy surprised himself at how smooth that sounded."; Doc[32] = ((("0*Carly lowered her head and smiled. \"" + ColCarly) + "Thank you, Guy.") + ColBlack) + "\""; Doc[34] = ((("0*\"" + ColGuy) + "How much muscle do you want to have?") + ColBlack) + "\""; Doc[36] = (((((((((((("0*Carly placed her left hand on her right bicep. \"" + ColCarly) + "Hmm... I don't know.") + ColBlack) + "\" She squeezed her tensed bicep. \"") + ColCarly) + "I'll just see how far I can go with it I guess.") + ColBlack) + "\" Carly looked into Guy's eyes. \"") + ColCarly) + "What do you think? Would you still like me if I was ") + "<i>really</i> muscular? Like a real bodybuilder?") + ColBlack) + "\""; Doc[38] = ((("0*Guy formed a mental image of Carly's body swollen up with huge muscles. \"" + ColGuy) + "I think it would blow my mind.") + ColBlack) + "\""; Doc[40] = ((((((("0*Carly smiled and looked down at her chest. \"" + ColCarly) + "I'll need to work on my chest muscles anyway.") + ColBlack) + "\" She placed her palms on either side of her melon-sized breasts. \"") + ColCarly) + "If I want to keep these big puppies firm.") + ColCarly) + "\""; Doc[42] = "0*Guy's eyes widened as he watched her hold her massive breasts in her hands."; Doc[44] = ((("0*Carly chuckled. \"" + ColCarly) + "Men. All the same.") + ColBlack) + "\""; Doc[46] = ((("0*Guy shook his head and regained eye contact with Carly. \"" + ColGuy) + "I'm sorry, Carly.") + ColBlack) + "\""; Doc[50] = ((("0*\"" + ColCarly) + "Don't worry about it.") + ColBlack) + "\""; Doc[52] = ((("0*There was a brief awkward silence, then Guy asked, \"" + ColGuy) + "What are you plans for next week?") + ColBlack) + "\""; Doc[54] = ((("0*\"" + ColCarly) + "Well I'm going to the gym on Monday. I am there several times a week.") + ColBlack) + "\""; Doc[56] = ((("0*\"" + ColGuy) + "Would you like some company while you work out?") + ColBlack) + "\""; Doc[58] = ((("0*\"" + ColCarly) + "Sure. You can help me, too.") + ColBlack) + "\""; Doc[64] = ((("0*\"" + ColGuy) + "I've never been in a gym outside of grade school. How can I help?") + ColBlack) + "\""; Doc[66] = ((("0*\"" + ColCarly) + "You can spot me. Don't worry, it's easy. I'll make you a master spotter in no time.") + ColBlack) + "\" she said with a wink."; Doc[68] = ((("0*\"" + ColGuy) + "Okay, sound great. I'll be there!") + ColBlack) + "\" Guy said."; Doc[70] = "0*Guy and Carly chatted some more as they finished their drinks. They ended their first date with a hug. Guy enjoyed the feeling of Carly pressing her massive breasts against him."; Doc[72] = "0*&nbsp;"; Doc[90] = "4*Leave the coffee shop"; Doc[100] = "00"; } } if (FirstTime == undefined) { var DonorMode = 3; var DonorName = "Awesome P. Donor"; var DonorEMail = "DonorMail@email.eml"; var Page; var SpeechCount; var SpeechPicker; var ChoicePicker; var ImagePicker; var TextClipPosition; var SlideshowBit; var UpperLimit; var LowerLimit; var LeaveBuilder; var ColBlack = "<FONT COLOR=\"#000000\">"; var ColGuy = "<FONT COLOR=\"#0000aa\">"; var ColCarly = "<FONT COLOR=\"#aa0000\">"; var ColMomma = "<FONT COLOR=\"#880088\">"; var ColOlivia = "<FONT COLOR=\"#993300\">"; var Event = new Array(); Event[1] = "1*1*330*400*001*1"; Event[10] = "3*1*442*524*2*1"; Event[2] = "2*1*520*605*1*1"; Event[3] = "2*2*418*477*2*1"; Event[12] = "1*4*685*934*002*3"; Event[13] = "1*4*762*1042*003*3"; Event[14] = "1*4*858*1153*004*3"; Event[15] = "1*4*1029*1373*005*3"; Event[16] = "1*4*1122*1478*006*3"; Event[17] = "1*4*1237*1609*007*3"; Event[18] = "1*4*1333*11741*008*3"; Event[19] = "1*4*1407*1822*009*3"; Event[8] = "2*4*1503*1952*7*1"; Event[9] = "2*4*1578*2034*8*3"; Event[20] = "1*10*190*216*010*3"; Event[21] = "1*10*288*345*011*3"; Event[22] = "1*10*398*475*012*3"; Event[23] = "1*10*571*702*013*3"; Event[24] = "1*10*647*807*014*3"; Event[25] = "1*10*788*1003*015*3"; Event[26] = "1*10*901*1115*016*3"; Event[27] = "1*10*978*1198*017*3"; Event[28] = "1*10*1129*1376*018*3"; Event[29] = "1*10*1243*1526*019*3"; Event[30] = "1*10*1316*1632*020*3"; Event[31] = "1*10*1409*1767*021*3"; Event[32] = "2*10*1620*2003*3*1"; Event[39] = "1*11*177*242*024*3"; Event[40] = "1*11*270*391*025*3"; Event[41] = "1*11*349*498*015*3"; Event[42] = "1*11*458*610*016*3"; Event[43] = "1*11*538*693*017*3"; Event[44] = "1*11*693*871*018*3"; Event[45] = "1*11*798*1018*019*3"; Event[46] = "1*11*877*1128*026*3"; Event[47] = "1*11*970*1233*027*3"; Event[48] = "1*11*1048*1342*028*3"; Event[49] = "1*11*1122*1430*021*3"; Event[50] = "2*11*1331*1664*3*1"; Event[11] = "3*10*451*470*3*1"; Event[6] = "2*6*2395*2850*5*3"; Event[7] = "2*6*2475*2850*6*1"; Event[51] = "00"; var EventCount; var EventLayer; var EventBit; var EventType; var CurrentEvent; var EventMode; var EvenFrame; var EventRequest; var Doc = new Array(); var Choice = new Array(); var TotalChoices = 50; 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; var FirstTime = 0; var PageUpdateBool = 0; var PageBit; var PageBitStart; var PageBitEnd; var PageBitTotal; var PageRequest; var PageY; var PageLength; var ScrollMode; var ScrollPref = 0; var ScrollVel = 0.2; var PrefsRequest = 0; var PrefsPanelX = 1220; var PrefsPanelMode = 0; var PrefsPanelChanged; var EventHelper; 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; var ImagesMovieFadeMode; var ImagesMovieFrame; var CurrentImage; var NewImage; var ImageChangedBool; 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() == 17) { ScrollMode = 0; PrefsRequest = 1; } }; Key.addListener(keyListener); ResetVariables(); }
Frame 3
stop();
Instance of Symbol 183 MovieClip "Engine" in Frame 3
onClipEvent (enterFrame) { _parent.MainEngine(); }
Symbol 62 MovieClip [ArrowsIcon] Frame 1
stop();
Symbol 95 MovieClip [PaperIcon] Frame 1
stop();
Symbol 128 MovieClip [SpeakerIcon] Frame 1
stop();
Symbol 148 MovieClip Frame 1
stop();
Symbol 154 MovieClip Frame 1
stop();
Symbol 160 MovieClip Frame 1
stop();
Symbol 164 Button
on (press) { ImagesMovieFadeMode = 2; NewImage = 1; ButGFXFirstPage.gotoAndStop(2); } on (release) { ResetVariables(); BuildDoc(); gotoAndPlay (1); } on (releaseOutside) { ResetVariables(); BuildDoc(); gotoAndPlay (1); }
Symbol 165 Button
on (press) { ButGFXPrefs.gotoAndStop(2); ScrollMode = 0; PrefsRequest = 1; } on (release) { ButGFXPrefs.gotoAndStop(1); } on (releaseOutside) { ButGFXPrefs.gotoAndStop(1); }
Symbol 166 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 175 Button
on (press) { _parent._parent.SliderReq = 1; }
Symbol 176 MovieClip Frame 1
stop();
Symbol 178 Button
on (press) { ClosePrefsGFX.gotoAndStop(2); _parent.PrefsRequest = 1; } on (release) { ClosePrefsGFX.gotoAndStop(1); } on (releaseOutside) { ClosePrefsGFX.gotoAndStop(1); }
Symbol 181 MovieClip Frame 1
stop();

Library Items

Symbol 1 Sound [028]
Symbol 2 Sound [027]
Symbol 3 Sound [026]
Symbol 4 Sound [025]
Symbol 5 Sound [024]
Symbol 6 Sound [021]
Symbol 7 Sound [020]
Symbol 8 Sound [019]
Symbol 9 Sound [018]
Symbol 10 Sound [017]
Symbol 11 Sound [016]
Symbol 12 Sound [015]
Symbol 13 Sound [014]
Symbol 14 Sound [013]
Symbol 15 Sound [012]
Symbol 16 Sound [011]
Symbol 17 Sound [010]
Symbol 18 Sound [009]
Symbol 19 Sound [008]
Symbol 20 Sound [007]
Symbol 21 Sound [006]
Symbol 22 Sound [005]
Symbol 23 Sound [004]
Symbol 24 Sound [003]
Symbol 25 Sound [002]
Symbol 26 Sound [001]
Symbol 27 BitmapUsed by:28
Symbol 28 GraphicUses:27Used by:29
Symbol 29 MovieClip [CGMan_Logo]Uses:28
Symbol 30 BitmapUsed by:31
Symbol 31 GraphicUses:30Used by:62
Symbol 32 BitmapUsed by:33
Symbol 33 GraphicUses:32Used by:62
Symbol 34 BitmapUsed by:35
Symbol 35 GraphicUses:34Used by:62
Symbol 36 BitmapUsed by:37
Symbol 37 GraphicUses:36Used by:62
Symbol 38 BitmapUsed by:39
Symbol 39 GraphicUses:38Used by:62
Symbol 40 BitmapUsed by:41
Symbol 41 GraphicUses:40Used by:62
Symbol 42 BitmapUsed by:43
Symbol 43 GraphicUses:42Used by:62
Symbol 44 BitmapUsed by:45
Symbol 45 GraphicUses:44Used by:62
Symbol 46 BitmapUsed by:47
Symbol 47 GraphicUses:46Used by:62
Symbol 48 BitmapUsed by:49
Symbol 49 GraphicUses:48Used by:62
Symbol 50 BitmapUsed by:51
Symbol 51 GraphicUses:50Used by:62
Symbol 52 BitmapUsed by:53
Symbol 53 GraphicUses:52Used by:62
Symbol 54 BitmapUsed by:55
Symbol 55 GraphicUses:54Used by:62
Symbol 56 BitmapUsed by:57
Symbol 57 GraphicUses:56Used by:62
Symbol 58 BitmapUsed by:59
Symbol 59 GraphicUses:58Used by:62
Symbol 60 BitmapUsed by:61
Symbol 61 GraphicUses:60Used by:62
Symbol 62 MovieClip [ArrowsIcon]Uses:31 33 35 37 39 41 43 45 47 49 51 53 55 57 59 61
Symbol 63 BitmapUsed by:64
Symbol 64 GraphicUses:63Used by:95
Symbol 65 BitmapUsed by:66
Symbol 66 GraphicUses:65Used by:95
Symbol 67 BitmapUsed by:68
Symbol 68 GraphicUses:67Used by:95
Symbol 69 BitmapUsed by:70
Symbol 70 GraphicUses:69Used by:95
Symbol 71 BitmapUsed by:72
Symbol 72 GraphicUses:71Used by:95
Symbol 73 BitmapUsed by:74
Symbol 74 GraphicUses:73Used by:95
Symbol 75 BitmapUsed by:76
Symbol 76 GraphicUses:75Used by:95
Symbol 77 BitmapUsed by:78
Symbol 78 GraphicUses:77Used by:95
Symbol 79 BitmapUsed by:80
Symbol 80 GraphicUses:79Used by:95
Symbol 81 BitmapUsed by:82
Symbol 82 GraphicUses:81Used by:95
Symbol 83 BitmapUsed by:84
Symbol 84 GraphicUses:83Used by:95
Symbol 85 BitmapUsed by:86
Symbol 86 GraphicUses:85Used by:95
Symbol 87 BitmapUsed by:88
Symbol 88 GraphicUses:87Used by:95
Symbol 89 BitmapUsed by:90
Symbol 90 GraphicUses:89Used by:95
Symbol 91 BitmapUsed by:92
Symbol 92 GraphicUses:91Used by:95
Symbol 93 BitmapUsed by:94
Symbol 94 GraphicUses:93Used by:95
Symbol 95 MovieClip [PaperIcon]Uses:64 66 68 70 72 74 76 78 80 82 84 86 88 90 92 94
Symbol 96 BitmapUsed by:97
Symbol 97 GraphicUses:96Used by:128
Symbol 98 BitmapUsed by:99
Symbol 99 GraphicUses:98Used by:128
Symbol 100 BitmapUsed by:101
Symbol 101 GraphicUses:100Used by:128
Symbol 102 BitmapUsed by:103
Symbol 103 GraphicUses:102Used by:128
Symbol 104 BitmapUsed by:105
Symbol 105 GraphicUses:104Used by:128
Symbol 106 BitmapUsed by:107
Symbol 107 GraphicUses:106Used by:128
Symbol 108 BitmapUsed by:109
Symbol 109 GraphicUses:108Used by:128
Symbol 110 BitmapUsed by:111
Symbol 111 GraphicUses:110Used by:128
Symbol 112 BitmapUsed by:113
Symbol 113 GraphicUses:112Used by:128
Symbol 114 BitmapUsed by:115
Symbol 115 GraphicUses:114Used by:128
Symbol 116 BitmapUsed by:117
Symbol 117 GraphicUses:116Used by:128
Symbol 118 BitmapUsed by:119
Symbol 119 GraphicUses:118Used by:128
Symbol 120 BitmapUsed by:121
Symbol 121 GraphicUses:120Used by:128
Symbol 122 BitmapUsed by:123
Symbol 123 GraphicUses:122Used by:128
Symbol 124 BitmapUsed by:125
Symbol 125 GraphicUses:124Used by:128
Symbol 126 BitmapUsed by:127
Symbol 127 GraphicUses:126Used by:128
Symbol 128 MovieClip [SpeakerIcon]Uses:97 99 101 103 105 107 109 111 113 115 117 119 121 123 125 127
Symbol 129 BitmapUsed by:130
Symbol 130 GraphicUses:129Used by:148
Symbol 131 FontUsed by:132 133 136 137 138 139 140 141 142 143 144 145 146 147 161 162 179 180
Symbol 132 EditableTextUses:131Used by:148
Symbol 133 EditableTextUses:131Used by:148
Symbol 134 BitmapUsed by:135
Symbol 135 GraphicUses:134Used by:148
Symbol 136 EditableTextUses:131Used by:148
Symbol 137 EditableTextUses:131Used by:148
Symbol 138 TextUses:131Used by:148
Symbol 139 EditableTextUses:131Used by:148
Symbol 140 EditableTextUses:131Used by:148
Symbol 141 TextUses:131Used by:148
Symbol 142 EditableTextUses:131Used by:148
Symbol 143 EditableTextUses:131Used by:148
Symbol 144 EditableTextUses:131Used by:148
Symbol 145 EditableTextUses:131Used by:148
Symbol 146 EditableTextUses:131Used by:148
Symbol 147 EditableTextUses:131Used by:148
Symbol 148 MovieClipUses:130 132 133 135 136 137 138 139 140 141 142 143 144 145 146 147Used by:Timeline
Symbol 149 GraphicUsed by:Timeline
Symbol 150 BitmapUsed by:151
Symbol 151 GraphicUses:150Used by:154 176
Symbol 152 BitmapUsed by:153
Symbol 153 GraphicUses:152Used by:154 176
Symbol 154 MovieClipUses:151 153Used by:181  Timeline
Symbol 155 GraphicUsed by:Timeline
Symbol 156 BitmapUsed by:157
Symbol 157 GraphicUses:156Used by:160
Symbol 158 BitmapUsed by:159
Symbol 159 GraphicUses:158Used by:160
Symbol 160 MovieClipUses:157 159Used by:Timeline
Symbol 161 TextUses:131Used by:Timeline
Symbol 162 EditableTextUses:131Used by:Timeline
Symbol 163 GraphicUsed by:164 165 166 175 178
Symbol 164 ButtonUses:163Used by:Timeline
Symbol 165 ButtonUses:163Used by:Timeline
Symbol 166 ButtonUses:163Used by:Timeline
Symbol 167 GraphicUsed by:181
Symbol 168 FontUsed by:169 170 171 172
Symbol 169 TextUses:168Used by:181
Symbol 170 TextUses:168Used by:181
Symbol 171 TextUses:168Used by:181
Symbol 172 TextUses:168Used by:181
Symbol 173 BitmapUsed by:174
Symbol 174 GraphicUses:173Used by:181
Symbol 175 ButtonUses:163Used by:176
Symbol 176 MovieClipUses:151 175 153Used by:181
Symbol 177 GraphicUsed by:181
Symbol 178 ButtonUses:163Used by:181
Symbol 179 TextUses:131Used by:181
Symbol 180 TextUses:131Used by:181
Symbol 181 MovieClipUses:167 169 170 171 172 174 154 176 177 178 179 180Used by:Timeline
Symbol 182 MovieClipUsed by:Timeline
Symbol 183 MovieClipUsed by:Timeline

Instance Names

"ImagesMovie"Frame 1Symbol 148 MovieClip
"ButGFXFirstPage"Frame 1Symbol 154 MovieClip
"ButGFXPrefs"Frame 1Symbol 154 MovieClip
"ButGFXScroll"Frame 1Symbol 154 MovieClip
"PlayPauseLED"Frame 1Symbol 160 MovieClip
"PrefsPanel"Frame 1Symbol 181 MovieClip
"TextClip"Frame 3Symbol 182 MovieClip
"Engine"Frame 3Symbol 183 MovieClip
"NameHolder"Symbol 148 MovieClip Frame 2Symbol 132 EditableText
"EmailHolder"Symbol 148 MovieClip Frame 2Symbol 133 EditableText
"NameHolder"Symbol 148 MovieClip Frame 3Symbol 136 EditableText
"EmailHolder"Symbol 148 MovieClip Frame 3Symbol 137 EditableText
"NameHolder"Symbol 148 MovieClip Frame 4Symbol 139 EditableText
"EmailHolder"Symbol 148 MovieClip Frame 4Symbol 140 EditableText
"NameHolder"Symbol 148 MovieClip Frame 5Symbol 142 EditableText
"EmailHolder"Symbol 148 MovieClip Frame 5Symbol 143 EditableText
"NameHolder"Symbol 148 MovieClip Frame 6Symbol 144 EditableText
"EmailHolder"Symbol 148 MovieClip Frame 6Symbol 145 EditableText
"NameHolder"Symbol 148 MovieClip Frame 7Symbol 146 EditableText
"EmailHolder"Symbol 148 MovieClip Frame 7Symbol 147 EditableText
"ClosePrefsGFX"Symbol 181 MovieClip Frame 1Symbol 154 MovieClip
"SliderScroll"Symbol 181 MovieClip Frame 1Symbol 176 MovieClip
"SliderFont"Symbol 181 MovieClip Frame 1Symbol 176 MovieClip

Special Tags

Protect (24)Timeline Frame 10 bytes ""
ExportAssets (56)Timeline Frame 1Symbol 1 as "028"
ExportAssets (56)Timeline Frame 1Symbol 2 as "027"
ExportAssets (56)Timeline Frame 1Symbol 3 as "026"
ExportAssets (56)Timeline Frame 1Symbol 4 as "025"
ExportAssets (56)Timeline Frame 1Symbol 5 as "024"
ExportAssets (56)Timeline Frame 1Symbol 6 as "021"
ExportAssets (56)Timeline Frame 1Symbol 7 as "020"
ExportAssets (56)Timeline Frame 1Symbol 8 as "019"
ExportAssets (56)Timeline Frame 1Symbol 9 as "018"
ExportAssets (56)Timeline Frame 1Symbol 10 as "017"
ExportAssets (56)Timeline Frame 1Symbol 11 as "016"
ExportAssets (56)Timeline Frame 1Symbol 12 as "015"
ExportAssets (56)Timeline Frame 1Symbol 13 as "014"
ExportAssets (56)Timeline Frame 1Symbol 14 as "013"
ExportAssets (56)Timeline Frame 1Symbol 15 as "012"
ExportAssets (56)Timeline Frame 1Symbol 16 as "011"
ExportAssets (56)Timeline Frame 1Symbol 17 as "010"
ExportAssets (56)Timeline Frame 1Symbol 18 as "009"
ExportAssets (56)Timeline Frame 1Symbol 19 as "008"
ExportAssets (56)Timeline Frame 1Symbol 20 as "007"
ExportAssets (56)Timeline Frame 1Symbol 21 as "006"
ExportAssets (56)Timeline Frame 1Symbol 22 as "005"
ExportAssets (56)Timeline Frame 1Symbol 23 as "004"
ExportAssets (56)Timeline Frame 1Symbol 24 as "003"
ExportAssets (56)Timeline Frame 1Symbol 25 as "002"
ExportAssets (56)Timeline Frame 1Symbol 26 as "001"
ExportAssets (56)Timeline Frame 1Symbol 29 as "CGMan_Logo"
ExportAssets (56)Timeline Frame 1Symbol 62 as "ArrowsIcon"
ExportAssets (56)Timeline Frame 1Symbol 95 as "PaperIcon"
ExportAssets (56)Timeline Frame 1Symbol 128 as "SpeakerIcon"

Dynamic Text Variables

_root.DonorNameSymbol 132 EditableText""
_root.DonorEMailSymbol 133 EditableText""
_root.DonorNameSymbol 136 EditableText""
_root.DonorEMailSymbol 137 EditableText""
_root.DonorNameSymbol 139 EditableText""
_root.DonorEMailSymbol 140 EditableText""
_root.DonorNameSymbol 142 EditableText""
_root.DonorEMailSymbol 143 EditableText""
_root.DonorNameSymbol 144 EditableText""
_root.DonorEMailSymbol 145 EditableText""
_root.DonorNameSymbol 146 EditableText""
_root.DonorEMailSymbol 147 EditableText""
EventHelperSymbol 162 EditableText""




http://swfchan.com/41/201763/info.shtml
Created: 11/10 -2018 09:21:57 Last modified: 11/10 -2018 09:21:57 Server time: 07/05 -2024 23:52:24