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

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

1242579903.bbigger_strip_cards.swf

This is the info page for
Flash #52370

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


Text
Strip Cards

Game

Play

Round:

Play
Again?

Play
Again?

Play
Again?

ActionScript [AS1/AS2]

Frame 1
stop(); var female_counter = 1; var male_counter = 1; var round_counter = 1; var card = 0; var pick = 0; var conclusion = 0; belt.gotoAndStop(1); bracelet.gotoAndStop(1); bracelet2.gotoAndStop(1); earing.gotoAndStop(1); necklace.gotoAndStop(1); panties.gotoAndStop(1); pants.gotoAndStop(1); shirt.gotoAndStop(1); top.gotoAndStop(1); male.gotoAndStop(1); female.gotoAndStop(1); finalResult.gotoAndStop(1); result_box.text = ""; round.text = "";
Frame 2
function RandomCard() { n = Math.floor(Math.random() * 9) + 1; if (n <= 4) { return(2); } if (n > 8) { return(4); } return(3); } round.text = round_counter;
Frame 3
if (pick == 2) { male_counter++; male.gotoAndStop(male_counter); } if (pick == 3) { female_counter++; female.gotoAndStop(female_counter); } if (pick == 4) { male_counter++; male.gotoAndStop(male_counter); female_counter++; female.gotoAndStop(female_counter); } if (card == 1) { result1.gotoAndStop(pick); } if (card == 2) { result2.gotoAndStop(pick); } if (card == 3) { result3.gotoAndStop(pick); } round.text = round_counter; round_counter++; belt.gotoAndStop(round_counter); bracelet.gotoAndStop(round_counter); bracelet2.gotoAndStop(round_counter); earing.gotoAndStop(round_counter); necklace.gotoAndStop(round_counter); panties.gotoAndStop(male_counter); pants.gotoAndStop(male_counter); shirt.gotoAndStop(female_counter); top.gotoAndStop(female_counter);
Frame 19
result1.gotoAndStop(1); result2.gotoAndStop(1); result3.gotoAndStop(1); pick = RandomCard(); if (round_counter > 6) { _root.gotoAndStop("end"); } else if (male_counter == 7) { _root.gotoAndStop("end"); } else if (female_counter == 7) { _root.gotoAndStop("end"); } else { _root.gotoAndStop(2); }
Frame 20
stop(); conclusion = male_counter - female_counter; if (conclusion > 0) { finalResult.gotoAndStop(2); } else if (conclusion < 0) { finalResult.gotoAndStop(3); } else { finalResult.gotoAndStop(4); } if (conclusion > 0) { if ((male_counter == 7) && (conclusion == 6)) { result_box.text = "Rating: MALE GOD \n\n"; result_box.text = result_box.text + "You have managed what seemed truly impossible and grew the most magnificent of male tools. You are truly the MALE GOD!"; } if ((conclusion >= 4) && (conclusion < 6)) { result_box.text = "Rating: Real Male \n\n"; result_box.text = result_box.text + "Against all odds you have managed to grow the most luxourious of male tools. You have truly become a perfect example of manhood."; } if ((conclusion >= 2) && (conclusion < 4)) { result_box.text = "Rating: Male \n\n"; result_box.text = result_box.text + "Though you haven't managed to achieve the pure male equipment you became quite the stud. You are sure to enchant your share of the ladies."; } if ((conclusion > 0) && (conclusion < 2)) { result_box.text = "Rating: Slightly Male \n\n"; result_box.text = result_box.text + "Though pending more to the male side you pretty much are in both sides at once. I am sure there are plenty who will love to venture in such waters."; } } if (conclusion < 0) { if ((female_counter == 7) && (conclusion == -6)) { result_box.text = "Rating: FEMALE GOD \n\n"; result_box.text = result_box.text + "You have managed what seemed truly impossible and grew the most magnificent of female endowments. You are truly the FEMALE GOD!"; } if ((conclusion > -6) && (conclusion <= -4)) { result_box.text = "Rating: Real Female \n\n"; result_box.text = result_box.text + "Against all odds you have managed to grow the most luxourious of female endowments. You have truly become a perfect example of womanhood."; } if ((conclusion > -4) && (conclusion <= -2)) { result_box.text = "Rating: Female \n\n"; result_box.text = result_box.text + "Though you haven't managed to achieve the full feminine assets you became quite the eye catcher. You are sure to charm your share of the boys."; } if ((conclusion > -2) && (conclusion < 0)) { result_box.text = "Rating: Slightly Female \n\n"; result_box.text = result_box.text + "Though pending more to the female side you pretty much are in both sides at once. I am sure there are plenty who will love to venture in such waters."; } } if (conclusion == 0) { if ((male_counter == 7) && (female_counter == 7)) { result_box.text = "Rating: TRUE GOD \n\n"; result_box.text = result_box.text + "You have managed what seemed truly impossible and grew not only the most magnificent of male tools but also the most luxorious of female endowments. You are the TRUE GOD of both genders."; } else { result_box.text = "Rating: Herm \n\n"; result_box.text = result_box.text + "Against all odds you have managed to grow and blossom into a pure hermaphrodite. You are a true master of both male and female features."; } } trace("Round " + round_counter); trace("Male " + male_counter); trace("Female " + female_counter); trace("Result " + conclusion); trace(result_box.text); trace("");
Symbol 8 Button
on (release) { _root.gotoAndStop(2); }
Symbol 17 MovieClip Frame 1
stop();
Symbol 25 MovieClip Frame 1
stop();
Symbol 32 MovieClip Frame 1
stop();
Symbol 39 MovieClip Frame 1
stop();
Symbol 41 MovieClip Frame 1
stop();
Symbol 43 MovieClip Frame 1
stop();
Symbol 45 MovieClip Frame 1
stop();
Symbol 47 MovieClip Frame 1
stop();
Symbol 49 MovieClip Frame 1
stop();
Symbol 54 Button
on (release) { pick = RandomCard(); card = 1; _root.gotoAndPlay(3); }
Symbol 58 Button
on (release) { pick = RandomCard(); card = 2; _root.gotoAndPlay(3); }
Symbol 62 Button
on (release) { pick = RandomCard(); card = 3; _root.gotoAndPlay(3); }
Symbol 70 MovieClip Frame 1
stop();
Symbol 72 MovieClip Frame 1
stop();
Symbol 80 MovieClip Frame 1
stop();
Symbol 82 MovieClip Frame 1
stop();
Symbol 84 MovieClip Frame 1
stop();
Symbol 89 MovieClip Frame 1
stop();
Symbol 94 Button
on (release) { _root.gotoAndStop(1); }

Library Items

Symbol 1 FontUsed by:2 3 6 73 74 85 91 92 93 95
Symbol 2 TextUses:1Used by:Timeline
Symbol 3 TextUses:1Used by:Timeline
Symbol 4 GraphicUsed by:8
Symbol 5 GraphicUsed by:8
Symbol 6 TextUses:1Used by:8
Symbol 7 GraphicUsed by:8
Symbol 8 ButtonUses:4 5 6 7Used by:Timeline
Symbol 9 GraphicUsed by:Timeline
Symbol 10 GraphicUsed by:17
Symbol 11 GraphicUsed by:17
Symbol 12 GraphicUsed by:17
Symbol 13 GraphicUsed by:17
Symbol 14 GraphicUsed by:17
Symbol 15 GraphicUsed by:17
Symbol 16 GraphicUsed by:17
Symbol 17 MovieClipUses:10 11 12 13 14 15 16Used by:Timeline
Symbol 18 GraphicUsed by:25
Symbol 19 GraphicUsed by:25
Symbol 20 GraphicUsed by:25
Symbol 21 GraphicUsed by:25
Symbol 22 GraphicUsed by:25
Symbol 23 GraphicUsed by:25
Symbol 24 GraphicUsed by:25
Symbol 25 MovieClipUses:18 19 20 21 22 23 24Used by:Timeline
Symbol 26 GraphicUsed by:32
Symbol 27 GraphicUsed by:32
Symbol 28 GraphicUsed by:32
Symbol 29 GraphicUsed by:32
Symbol 30 GraphicUsed by:32
Symbol 31 GraphicUsed by:32
Symbol 32 MovieClipUses:26 27 28 29 30 31Used by:Timeline
Symbol 33 GraphicUsed by:39
Symbol 34 GraphicUsed by:39
Symbol 35 GraphicUsed by:39
Symbol 36 GraphicUsed by:39
Symbol 37 GraphicUsed by:39
Symbol 38 GraphicUsed by:39
Symbol 39 MovieClipUses:33 34 35 36 37 38Used by:Timeline
Symbol 40 GraphicUsed by:41
Symbol 41 MovieClipUses:40Used by:Timeline
Symbol 42 GraphicUsed by:43
Symbol 43 MovieClipUses:42Used by:Timeline
Symbol 44 GraphicUsed by:45
Symbol 45 MovieClipUses:44Used by:Timeline
Symbol 46 GraphicUsed by:47
Symbol 47 MovieClipUses:46Used by:Timeline
Symbol 48 GraphicUsed by:49
Symbol 49 MovieClipUses:48Used by:Timeline
Symbol 50 GraphicUsed by:Timeline
Symbol 51 GraphicUsed by:54
Symbol 52 GraphicUsed by:54
Symbol 53 GraphicUsed by:54
Symbol 54 ButtonUses:51 52 53Used by:Timeline
Symbol 55 GraphicUsed by:58
Symbol 56 GraphicUsed by:58
Symbol 57 GraphicUsed by:58
Symbol 58 ButtonUses:55 56 57Used by:Timeline
Symbol 59 GraphicUsed by:62
Symbol 60 GraphicUsed by:62
Symbol 61 GraphicUsed by:62
Symbol 62 ButtonUses:59 60 61Used by:Timeline
Symbol 63 GraphicUsed by:70 72
Symbol 64 GraphicUsed by:70
Symbol 65 GraphicUsed by:70
Symbol 66 GraphicUsed by:70
Symbol 67 GraphicUsed by:70
Symbol 68 GraphicUsed by:70
Symbol 69 GraphicUsed by:70
Symbol 70 MovieClipUses:63 64 65 66 67 68 69Used by:Timeline
Symbol 71 GraphicUsed by:72
Symbol 72 MovieClipUses:63 71Used by:Timeline
Symbol 73 TextUses:1Used by:Timeline
Symbol 74 EditableTextUses:1Used by:Timeline
Symbol 75 GraphicUsed by:Timeline
Symbol 76 GraphicUsed by:80
Symbol 77 GraphicUsed by:80 82 84
Symbol 78 GraphicUsed by:80 82 84 89
Symbol 79 GraphicUsed by:80 82 84 89
Symbol 80 MovieClipUses:76 77 78 79Used by:Timeline
Symbol 81 GraphicUsed by:82
Symbol 82 MovieClipUses:81 77 78 79Used by:Timeline
Symbol 83 GraphicUsed by:84
Symbol 84 MovieClipUses:83 77 78 79Used by:Timeline
Symbol 85 EditableTextUses:1Used by:Timeline
Symbol 86 GraphicUsed by:Timeline
Symbol 87 GraphicUsed by:89
Symbol 88 GraphicUsed by:89
Symbol 89 MovieClipUses:87 88 78 79Used by:Timeline
Symbol 90 GraphicUsed by:94
Symbol 91 TextUses:1Used by:94
Symbol 92 TextUses:1Used by:94
Symbol 93 TextUses:1Used by:94
Symbol 94 ButtonUses:90 91 92 93Used by:Timeline
Symbol 95 EditableTextUses:1Used by:Timeline

Instance Names

"panties"Frame 2Symbol 17 MovieClip
"top"Frame 2Symbol 25 MovieClip
"pants"Frame 2Symbol 32 MovieClip
"shirt"Frame 2Symbol 39 MovieClip
"belt"Frame 2Symbol 41 MovieClip
"necklace"Frame 2Symbol 43 MovieClip
"bracelet"Frame 2Symbol 45 MovieClip
"bracelet2"Frame 2Symbol 47 MovieClip
"earing"Frame 2Symbol 49 MovieClip
"male"Frame 2Symbol 70 MovieClip
"female"Frame 2Symbol 72 MovieClip
"round"Frame 2Symbol 74 EditableText
"result1"Frame 3Symbol 80 MovieClip
"result2"Frame 3Symbol 82 MovieClip
"result3"Frame 3Symbol 84 MovieClip
"round"Frame 3Symbol 85 EditableText
"finalResult"Frame 20Symbol 89 MovieClip
"result_box"Frame 20Symbol 95 EditableText

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.

Labels

"end"Frame 20




http://swfchan.com/11/52370/info.shtml
Created: 23/4 -2019 19:24:19 Last modified: 23/4 -2019 19:24:19 Server time: 26/04 -2024 10:14:17