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

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

Gary Golf.swf

This is the info page for
Flash #42195

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


Text
GARY the Rat

GARY the Rat

88

POWER

BALLS REMAINING

LEVEL

SCORE

crowd noise on

crowd noise off

ActionScript [AS1/AS2]

Frame 1
play();
Frame 8
ifFrameLoaded (1) { gotoAndPlay (10); }
Frame 9
gotoAndPlay (1);
Frame 10
stop();
Frame 11
level = "1"; points = "0"; ballsleft = "5"; triesleft = "2"; mayputt = "0"; shotsmade = "0"; tellTarget ("/board") { gotoAndPlay ("level"); }; setProperty("/chance", _visible , "0");
Frame 12
ballsleft = "5"; shotsmade = "0"; tellTarget ("/ballmeter") { gotoAndStop (1); }; a = "1"; oley = "220" - random("10"); olex = "146" + random("119"); while ("5" >= a) { oley = (oley - "10") - random("20"); olex = "146" + random("119"); Set(("/hole" add a) add ":powerneeded", int(("220" - oley) / "10") + "2"); setProperty("/hole" add a, _y , oley); setProperty("/hole" add a, _x , olex); Set(("/hole" add a) add "f:worth", int((("220" - oley) / "6") + "10") + level); setProperty(("/hole" add a) add "f", _y , oley); setProperty(("/hole" add a) add "f", _x , olex); a = a + "1"; }
Frame 13
mayputt = "1"; stop();
Frame 14
ballsleft = ballsleft - "1"; tellTarget ("/ballmeter") { gotoAndStop("6" - _level0:ballsleft); }; tellTarget ("/meter") { gotoAndStop (1); };
Frame 17
tellTarget ("/ball") { gotoAndPlay ("play"); };
Frame 26
if (waitforball) { gotoAndPlay (25); } else if ("0" < ballsleft) { mayputt = "1"; gotoAndPlay (13); }
Frame 27
if ("2" < shotsmade) { level = level + "1"; triesleft = "2"; setProperty("/chance", _visible , "0"); tellTarget ("/board") { if (_level0:nosound) { gotoAndPlay ("noslevel"); } else { gotoAndPlay ("level"); } }; gotoAndPlay (12); } else if ((shotsmade == "2") and ("0" < triesleft)) { triesleft = triesleft - "1"; if ("0" >= triesleft) { setProperty("/chance", _visible , "1"); } gotoAndPlay (12); } else { score = points; gotoAndPlay (28); }
Frame 59
_root.score = points; _root.gameover = 1; stop();
Symbol 84 MovieClip Frame 1
if (this.sessionstarted != 1) { this.arcade = new LoadVars(); this.sessionvars = new LoadVars(); this.arcade.gamename = "garygolf"; this.arcade.sessdo = "sessionstart"; this.arcade.sendAndLoad("arcade.php", sessionvars, "POST"); if (this.sessionvars.sessiontype == 2) { _root.is_a_challenge = 1; } else { _root.is_a_challenge = 0; } this.sessionstarted = 1; } if (_root.gameover == 1) { if ((this.askpermission != 1) && (this.sessionvars.connStatus == 1)) { this.prequestvars = new LoadVars(); this.pranswer = new LoadVars(); this.prequestvars.gametime = this.sessionvars.gametime; this.prequestvars.fakekey = this.sessionvars.initbar; _root.score = int(Number(_root.score)); if (_root.score == 0) { this.prequestvars.score = -1; } else { this.prequestvars.score = _root.score; } this.prequestvars.id = this.sessionvars.lastid; this.prequestvars.sessdo = "permrequest"; this.prequestvars.note = (this.prequestvars.id * this.prequestvars.score) * this.prequestvars.fakekey; this.prequestvars.sendAndLoad("./arcade.php", this.pranswer, "POST"); this.askpermission = 1; } if ((this.pranswer.validate == 1) && (this.finalsent != 1)) { this.burnscore = new LoadVars(); this.burnscore.microone = this.pranswer.microone; this.burnscore.gametime = this.prequestvars.gametime; this.burnscore.id = this.prequestvars.id; if (_root.score == 0) { this.burnscore.noscore = 1; } this.burnscore.sessdo = "burn"; this.burnscore.send("./arcade.php", "_self", "POST"); this.finalsent = 1; } }
Symbol 16 Button
on (release) { gotoAndPlay (11); loadVariablesNum ("http://www2.warnerbros.com/tracking.html?game=tnn_GaryTheRat", 0); }
Symbol 23 Button
on (release) { if (_level0:mayputt) { Set("_level0:mayputt", "0"); Set("_level0:holename", _target); call("/meter:meterpower"); tellTarget ("/") { play(); }; } } on (press) { if (_level0:mayputt) { tellTarget ("/meter") { play(); }; } }
Symbol 33 MovieClip Frame 1
Set("_level0:waitforball", "0"); count = "0"; _x = "170"; _y = "265"; stop();
Symbol 33 MovieClip Frame 2
percent = "0"; rolling = "1"; Set("_level0:waitforball", "1"); proll = "0.055" + (_level0:meterpower / "500"); delta = "0.0015";
Symbol 33 MovieClip Frame 3
call("moveball"); if (((!rolling) or ("1" < percent)) or ("0" >= proll)) { if (_level0:meterpower == "0") { if (_level0:nosound) { gotoAndPlay (26); } else { gotoAndPlay (32); } } else if (_level0:nosound) { gotoAndPlay (16); } else { gotoAndPlay (6); } }
Symbol 33 MovieClip Frame 4
call("moveball"); if (rolling and ("0" < proll)) { gotoAndPlay (3); } else if (_level0:meterpower == "0") { if (_level0:nosound) { gotoAndPlay (26); } else { gotoAndPlay (32); } } else if (_level0:nosound) { gotoAndPlay (16); } else { gotoAndPlay (6); }
Symbol 33 MovieClip Frame 5
percent = percent + proll; proll = proll - delta; if ("1" >= percent) { _x = ("170" - (("170" - getProperty(_level0:holename, _x)) * percent)); _y = ("265" - (("265" - getProperty(_level0:holename, _y)) * percent)); } else { rolling = "0"; if (_level0:meterpower <> "0") { _x = ((getProperty(_level0:holename, _x) - "8") - _level0:meterpower); _y = ((getProperty(_level0:holename, _y) - "4") - _level0:meterpower); } }
Symbol 33 MovieClip Frame 15
gotoAndPlay (1);
Symbol 33 MovieClip Frame 25
gotoAndPlay (1);
Symbol 33 MovieClip Frame 31
Set("_level0:points", _level0:points + eval (_level0:holename add "f:worth")); Set("_level0:shotsmade", _level0:shotsmade + "1"); setProperty(_level0:holename, _visible , "0"); setProperty(_level0:holename add "f", _visible , "0"); gotoAndPlay (1);
Symbol 33 MovieClip Frame 37
Set("_level0:points", _level0:points + eval (_level0:holename add "f:worth")); Set("_level0:shotsmade", _level0:shotsmade + "1"); setProperty(_level0:holename, _visible , "0"); setProperty(_level0:holename add "f", _visible , "0"); gotoAndPlay (1);
Symbol 38 MovieClip Frame 1
stop();
Symbol 38 MovieClip Frame 2
stop();
Symbol 38 MovieClip Frame 3
stop();
Symbol 38 MovieClip Frame 4
stop();
Symbol 38 MovieClip Frame 5
stop();
Symbol 38 MovieClip Frame 6
stop();
Symbol 44 MovieClip Frame 1
stop();
Symbol 44 MovieClip Frame 42
gotoAndPlay (2);
Symbol 44 MovieClip Frame 43
if ("22" < getProperty("/meter", _currentframe)) { Set("_level0:meterpower", (getProperty("/meter", _currentframe) - "21") - eval (_level0:holename add ":powerneeded")); } else { Set("_level0:meterpower", (getProperty("/meter", _currentframe) - "1") - eval (_level0:holename add ":powerneeded")); } if (_level0:level < "4") { if ("0" < _level0:meterpower) { Set("_level0:meterpower", (_level0:meterpower - "4") + _level0:level); if (_level0:meterpower < "0") { Set("_level0:meterpower", "0"); } } else if (_level0:meterpower < "0") { Set("_level0:meterpower", (_level0:meterpower + "4") - _level0:level); if ("0" < _level0:meterpower) { Set("_level0:meterpower", "0"); } } } tellTarget ("/meter") { gotoAndStop (1); };
Symbol 56 MovieClip Frame 1
stop();
Symbol 56 MovieClip Frame 2
level = _level0:level; play();
Symbol 56 MovieClip Frame 22
gotoAndStop (1);
Symbol 56 MovieClip Frame 23
level = _level0:level; play();
Symbol 56 MovieClip Frame 43
gotoAndStop (1);
Symbol 62 Button
on (release) { Set("_level0:nosound", "1" - _level0:nosound); play(); }
Symbol 64 Button
on (release) { Set("_level0:nosound", "1" - _level0:nosound); play(); }
Symbol 65 MovieClip Frame 1
stop();
Symbol 65 MovieClip Frame 2
stop();
Symbol 79 Button
on (release) { gotoAndPlay (11); loadVariablesNum ("http://www2.warnerbros.com/tracking.html?game=tnn_GaryTheRat", 0); }

Library Items

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

Instance Names

"hole5"Frame 11Symbol 24 MovieClip
"hole4"Frame 11Symbol 24 MovieClip
"hole3"Frame 11Symbol 24 MovieClip
"hole2"Frame 11Symbol 24 MovieClip
"hole1"Frame 11Symbol 24 MovieClip
"hole5f"Frame 11Symbol 28 MovieClip
"hole4f"Frame 11Symbol 28 MovieClip
"hole3f"Frame 11Symbol 28 MovieClip
"hole2f"Frame 11Symbol 28 MovieClip
"hole1f"Frame 11Symbol 28 MovieClip
"ball"Frame 11Symbol 33 MovieClip
"ballmeter"Frame 11Symbol 38 MovieClip
"meter"Frame 11Symbol 44 MovieClip
"board"Frame 11Symbol 56 MovieClip
"chance"Frame 11Symbol 59 MovieClip
"ballmeter"Frame 28Symbol 38 MovieClip
"meter"Frame 28Symbol 44 MovieClip

Labels

"init"Frame 11
"reset"Frame 12
"play"Frame 13
"wait"Frame 25
"init"Symbol 33 MovieClip Frame 1
"play"Symbol 33 MovieClip Frame 2
"move"Symbol 33 MovieClip Frame 3
"moveball"Symbol 33 MovieClip Frame 5
"notmade"Symbol 33 MovieClip Frame 6
"nosnotmade"Symbol 33 MovieClip Frame 16
"nosmade"Symbol 33 MovieClip Frame 26
"made"Symbol 33 MovieClip Frame 32
"play"Symbol 44 MovieClip Frame 2
"meterpower"Symbol 44 MovieClip Frame 43
"level"Symbol 56 MovieClip Frame 2
"noslevel"Symbol 56 MovieClip Frame 23

Dynamic Text Variables

worthSymbol 27 EditableText"88"
levelSymbol 51 EditableText""
pointsSymbol 52 EditableText""
levelSymbol 54 EditableText""
levelSymbol 55 EditableText""
levelSymbol 70 EditableText""
pointsSymbol 71 EditableText""
pointsSymbol 81 EditableText""




http://swfchan.com/9/42195/info.shtml
Created: 10/5 -2019 01:25:44 Last modified: 10/5 -2019 01:25:44 Server time: 14/05 -2024 12:40:28