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

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

snowball01.swf

This is the info page for
Flash #134186

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


Text
Click here to see the
real grounds crew
cope with the snow in
The Plain Dealer's
time-lapse of Opening
Day 2007.

Click here to see the
real grounds crew
cope with the snow in
The Plain Dealer's
time-lapse of Opening
Day 2007.

EASY

EASY

CREDITS

CREDITS

ON

ON

OFF

OFF

RESTART

RESTART

Click here to see the
real grounds crew
cope with the snow in
The Plain Dealer's
time-lapse of Opening
Day 2007

Click here to see the
real grounds crew
cope with the snow in
The Plain Dealer's
time-lapse of Opening
Day 2007

Roll out tarp

Roll back tarp

Field conditions:

Time
left

It's Opening Day for
the Cleveland Indians,
but snow threatens.
You're on the grounds
crew. Can you protect
the field long enough
to get in a complete
game? You're racing
the storm -- and the
clock!

PLAY BALL!

GAME CALLED

START

START

Use the up and down
arrow keys to roll the
tarp out and back.
Cover up too often,
and time will run out.
Cover up too seldom,
and the field will get
too wet. Clouds are
coming in. Watch out!

Select a level to begin:

EASY

MEDIUM

MEDIUM

HARD

HARD

You have about two
minutes to complete a
game. Keep your eyes
on the skies. Low
clouds mean snow.

PLAY AGAIN

PLAY AGAIN

Snowball! was created for The Plain Dealer and is available
exclusively on cleveland.com.
Conceived, programmed and produced by: John Kroll
Artwork by: William Neff

You've unlocked the
bonus level, where
you must TAP the
keys, not hold them
down, to move the
tarp. Click the Bonus
button to play, or
choose Play Again to
go back to the original
levels.

BONUS

BONUS

ActionScript [AS1/AS2]

Frame 1
_root.soundLevel = 100; _root.startURL = "http://blog.cleveland.com/pdextra/2008/03/"; stop();
Frame 2
function noise2() { MyMusic2.setVolume(soundLevel); } if (soundLevel == 100) { soundtext.text = "OFF"; } else { soundtext.text = "ON"; } myMusic2 = new Sound(); myMusic2.loadSound(startURL + "organ2.mp3", true); myOtherTime2 = setInterval(noise2, 100); _root.snowy = "false"; _root.timeup = "false"; seconds_mc._rotation = 0; stop();
Frame 3
function mixArray(array) { var _local3 = array.length; var _local2 = array.slice(); var _local5; var _local1; var _local4; _local1 = 0; while (_local1 < _local3) { _local4 = _local2[_local1]; _local5 = random(_local3); _local2[_local1] = _local2[_local5]; _local2[_local5] = _local4; _local1++; } return(_local2); } function snow() { if ((_root.isSnowing == true) && (nowSnowing == false)) { flakehere.loadMovie(startURL + "snowflakes.swf"); nowSnowing = true; gameOn = "false"; } if ((_root.isSnowing == false) && (nowSnowing == true)) { flakehere.unloadMovie(startURL + "snowflakes.swf"); nowSnowing = false; gameOn = "true"; } } function wait() { if (gameLevel == "hard") { if (((nowSnowing == true) && (tarpFull == false)) && (nextSecond == true)) { fieldDamage++; fieldBar._width = 199 / (12 / fieldDamage); } if (fieldDamage == 12) { myMusic.stop(); ending = "damage"; clearInterval(myTimer); gotoAndPlay (4); } } else { if (((nowSnowing == true) && (tarpFull == false)) && (nextSecond == true)) { fieldDamage++; fieldBar._width = 199 / (14 / fieldDamage); } if (fieldDamage == 14) { myMusic.stop(); ending = "damage"; clearInterval(myTimer); gotoAndPlay (4); } } if (nextSecond == true) { nextSecond = false; if ((gameOn == "true") && (tarpEmpty == true)) { gameSecond++; } seconds_mc._rotation = seconds_mc._rotation + 3; if ((gameLevel == "easy") || (gameLevel == "hard")) { if ((gameOn == "true") && (Math.floor(gameSecond / 2) == inningCount)) { m = "inning" + inningCount; loadMovie ((startURL + m) + ".gif", m); if (inningCount == 18) { myMusic.stop(); clearInterval(myTimer); gotoAndPlay (6); } inningCount++; } } else if ((gameOn == "true") && (Math.floor(gameSecond / 3) == inningCount)) { m = "inning" + inningCount; loadMovie ((startURL + m) + ".gif", m); if (inningCount == 18) { myMusic.stop(); clearInterval(myTimer); gotoAndPlay (6); } inningCount++; } if (seconds_mc._rotation == 0) { ending = "time"; myMusic.stop(); clearInterval(myTimer); gotoAndPlay (4); } } } if (soundLevel == 100) { soundtext.text = "OFF"; } else { soundtext.text = "ON"; } if (gameLevel == "bonus") { out_text.text = ""; in_text.text = ""; upper._alpha = 0; lower._alpha = 0; } else { out_text.text = "Roll out tarp"; in_text.text = "Roll back tarp"; } myMusic = new Sound(); myMusic.loadSound(startURL + "soundtrack.mp3", true); mySecond = 0; gameSecond = 0; inningCount = 1; gameOn = "true"; fieldDamage = 0; fieldBar._width = 0.1; isSnowing = false; nowSnowing = false; tarpEmpty = true; tarpFull = false; ending = "win"; if (gameLevel == "hard") { filename = ["hclouds1", "hclouds2", "hclouds3", "hclouds4", "clouds5", "clouds6"]; newFileName = mixArray(filename); closnowhere.loadMovie((startURL + newFileName[0]) + ".swf"); cloudcover.loadMovie(startURL + "cloudcover.swf"); movieCount = 0; cloudy1here.loadMovie(startURL + "cloud1.swf"); cloudy4here.loadMovie(startURL + "cloud4.swf"); cloudy5here.loadMovie(startURL + "cloud5.swf"); } else { filename = ["clouds1", "clouds2", "clouds3", "clouds4", "clouds5", "clouds6"]; newFileName = mixArray(filename); closnowhere.loadMovie((startURL + newFileName[0]) + ".swf"); cloudcover.loadMovie(startURL + "cloudcover.swf"); movieCount = 0; cloudy1here.loadMovie(startURL + "cloud1.swf"); cloudy4here.loadMovie(startURL + "cloud4.swf"); cloudy5here.loadMovie(startURL + "cloud5.swf"); } myOtherTime = setInterval(snow, 100); myTimer = setInterval(wait, 10); stop();
Instance of Symbol 65 MovieClip [tarp_gr] "tarpgraphic" in Frame 3
onClipEvent (enterFrame) { if (_root.gameLevel == "hard") { if (Key.isDown(38)) { if (_x > 273) { _x = (_x - 9); _y = (_y - 6); } } if (Key.isDown(40)) { if (_x < 484) { _x = (_x + 9); _y = (_y + 6); } } if (_x >= 484) { _root.tarpEmpty = true; } else { _root.tarpEmpty = false; if (_x <= 273) { _root.tarpFull = true; } else { _root.tarpFull = false; } } } else if (_root.gameLevel == "bonus") { keyUpClick = false; keyDownClick = false; if (Key.isDown(38) && (keyUpClick == false)) { if (_x > 273) { _x = (_x - 18); _y = (_y - 12); keyUpClick = true; } } if (Key.isDown(40) && (keyDownClick == false)) { if (_x < 484) { _x = (_x + 18); _y = (_y + 12); keyDownClick = true; } } if (_x >= 484) { _root.tarpEmpty = true; } else { _root.tarpEmpty = false; if (_x <= 273) { _root.tarpFull = true; } else { _root.tarpFull = false; } } if (!Key.isDown(38)) { keyUpClick = false; } if (!Key.isDown(40)) { keyDownClick = false; } } else { if (Key.isDown(38)) { if (_x > 273) { _x = (_x - 9); _y = (_y - 6); } } if (Key.isDown(40)) { if (_x < 484) { _x = (_x + 9); _y = (_y + 6); } } if (_x >= 484) { _root.tarpEmpty = true; } else { _root.tarpEmpty = false; if (_x <= 273) { _root.tarpFull = true; } else { _root.tarpFull = false; } } } }
Frame 4
clearInterval(myUpTimer); clearInterval(myDownTimer); snowy = "false"; bonusVisit = false; _root.thispage = "false"; if (ending == "win") { myMusic3 = new Sound(); myMusic3.loadSound(startURL + "applause1.mp3", true); if (gameLevel == "hard") { bonusLevel = true; endtext.text = "You kept the field dry enough for an Indians win, and at the hardest level! You've unlocked the bonus level. Click the button to find it."; } else { endtext.text = "You kept the field dry enough for the Indians to break through in the bottom of the ninth and win the game! But can you do it again? Click to restart the game."; } } else if (ending == "damage") { if (inningCount < 9) { myMusic3 = new Sound(); myMusic3.loadSound(startURL + "boo.mp3", true); endtext.text = "Sorry! The field is too wet, and you didn't complete enough innings. We'll have to reschedule. Play again, and watch the skies!"; } else if (inningCount == 9) { myMusic3 = new Sound(); myMusic3.loadSound(startURL + "boo.mp3", true); endtext.text = "Oh, no! Mike Hargrove, the Human Rain Delay, kept the ump occupied until the field was too wet. You blew a win by half an inning! You can do better, can't you?"; } else if (inningCount < 17) { myMusic3 = new Sound(); myMusic3.loadSound(startURL + "boo.mp3", true); endtext.text = "The field is soaked! They got in enough innings for an official game -- but the Indians lost. That's not the best possible result, is it? Try again!"; } else { myMusic3 = new Sound(); myMusic3.loadSound(startURL + "applause1.mp3", true); endtext.text = "Oooooh, so close! You got in enough innings for an official game before the field got too soggy, but the score was tied. That's not quite good enough. How about trying again?"; } } else if (inningCount < 9) { myMusic3 = new Sound(); myMusic3.loadSound(startURL + "boo.mp3", true); endtext.text = "Sorry! You ran out of time, the snow rolled in and the ump called the game. You didn't get in enough innings. Better luck next time!"; } else if (inningCount == 9) { myMusic3 = new Sound(); myMusic3.loadSound(startURL + "boo.mp3", true); endtext.text = "Nooo! Mike Hargrove, the Human Rain Delay, stalled so long that the umps called the game -- just an out away from an Indians win! Give them another chance -- play again!"; } else if (inningCount < 17) { myMusic3 = new Sound(); myMusic3.loadSound(startURL + "boo.mp3", true); endtext.text = "You ran out of time and the ump called the game. Because they got enough innings in, it'll be official -- but the Indians lost! Can you do better next time?"; } else { myMusic3 = new Sound(); myMusic3.loadSound(startURL + "applause1.mp3", true); endtext.text = "That was almost perfect. But you ran out of time in the ninth, and the score was tied. Can you give the Indians more time for a comeback in the next game?"; } myMusic3.setVolume(_root.soundLevel); stop();
Frame 5
bonusVisit = false; stop();
Frame 6
loadMovie (startURL + "fireworks.swf", firework); myMusic4 = new Sound(); myMusic4.loadSound(startURL + "fireworks02.mp3", true); myMusic4.setVolume(_root.soundLevel);
Frame 186
unloadMovie (firework); gotoAndPlay (4);
Frame 187
bonusVisit = true; stop();
Symbol 2 MovieClip [snowfall_mc] Frame 1
function moveSnow() { var _local2 = 0; while (_local2 < snowArray.length) { var _local1 = snowArray[_local2]; if (_local1._y < 329) { _local1._y = _local1._y + _local1.speed; } else { _local1._y = _local1._height; _local1.speed = random(sOb.maxSpeed - sOb.minSpeed) + sOb.minSpeed; _local1._x = random(450) + 10; } _local2++; } } var snowTotal = [150, 5, 20]; var sOb = {count:0, minSpeed:1, maxSpeed:5, minHeigh:2, maxHeight:8}; var snowArray = []; var i = 0; while (i < snowTotal.length) { var j = 0; while (j < snowTotal[i]) { var mc = this.attachMovie("snow" + i, "snow" + sOb.count, sOb.count); if (i == 0) { mc._width = (mc._height = random(sOb.maxHeight - sOb.minHeigh) + sOb.minHeigh); } mc._x = random(440) + 10; mc._y = (random(299) + mc._height) + 30; mc.speed = random(sOb.maxSpeed - sOb.minSpeed) + sOb.minSpeed; snowArray.push(mc); sOb.count++; j++; } i++; } onEnterFrame = function () { moveSnow(); };
Symbol 6 MovieClip [Headerjump] Frame 30
stop();
Symbol 27 Button [soundUp]
on (press) { if (soundLevel == 100) { soundLevel = 0; } else { soundlevel = 100; } }
Symbol 33 Button [soundCut]
on (press) { if (soundLevel == 100) { soundLevel = 0; } else { soundlevel = 100; } }
Symbol 45 Button [timelapse2]
on (release) { getURL ("http://www.cleveland.com/sports/pdvideo/flash/index.ssf?040707_Tribe_video", _blank); }
Symbol 55 MovieClip [flashlogin] Frame 31
stop();
Symbol 56 MovieClip [flashlogoout] Frame 31
stop();
Symbol 59 MovieClip [fieldBar_mc] Frame 1
function (fieldBarLength) { if (fieldDamage == 0) { _width = 0.1; } else { _width = (199 / (12 / fieldDamage)); } };
Symbol 90 Button
on (press) { function tarpin() { if (tarpgraphic._x < 484) { tarpgraphic._x = tarpgraphic._x + 9; tarpgraphic._y = tarpgraphic._y + 6; } if (tarpgraphic._x >= 484) { _root.tarpEmpty = true; } else { _root.tarpEmpty = false; if (tarpgraphic._x <= 273) { _root.tarpFull = true; } else { _root.tarpFull = false; } } } clearInterval(myDownTimer); myDownTimer = setInterval(tarpin, 10); } on (release, releaseOutside) { clearInterval(myDownTimer); }
Symbol 93 Button
on (press) { function tarpout() { if (tarpgraphic._x > 273) { tarpgraphic._x = tarpgraphic._x - 9; tarpgraphic._y = tarpgraphic._y - 6; } if (tarpgraphic._x >= 484) { _root.tarpEmpty = true; } else { _root.tarpEmpty = false; if (tarpgraphic._x <= 273) { _root.tarpFull = true; } else { _root.tarpFull = false; } } } myUpTimer = setInterval(tarpout, 10); } on (release, releaseOutside) { clearInterval(myUpTimer); }
Symbol 94 Button
on (release) { myMusic2(stop); gotoAndPlay (5); }
Symbol 104 Button
on (release) { gotoAndPlay (2); }
Symbol 109 Button
on (rollOver) { soundtext.textColor = "0xFFFFFF"; } on (rollOut) { soundtext.textColor = "0x0000CC"; } on (release) { if (soundLevel == 0) { soundLevel = 100; soundtext.text = "OFF"; } else { soundLevel = 0; soundtext.text = "ON"; } myMusic2.setVolume(soundLevel); }
Symbol 115 Button
on (release) { myMusic2.stop(); gameLevel = "easy"; gotoAndPlay (3); }
Symbol 118 Button
on (release) { myMusic2.stop(); gameLevel = "medium"; gotoAndPlay (3); }
Symbol 121 Button
on (release) { myMusic2.stop(); gameLevel = "hard"; gotoAndPlay (3); }
Symbol 124 Button
on (rollOver) { soundtext.textColor = "0xFFFFFF"; } on (rollOut) { soundtext.textColor = "0x0000CC"; } on (release) { if (soundLevel == 0) { soundLevel = 100; soundtext.text = "OFF"; } else { soundLevel = 0; soundtext.text = "ON"; } myMusic.setVolume(soundLevel); }
Symbol 129 Button
on (release) { myMusic3.stop(); gotoAndPlay (5); }
Symbol 132 Button
on (release) { myMusic3.stop(); if (bonusLevel == true) { gotoAndPlay (187); } else { gotoAndPlay (2); } }
Symbol 143 Button
on (release) { myMusic3.stop(); if ((bonusLevel == true) && (bonusVisit == false)) { gotoAndPlay (187); } else { gotoAndPlay (2); } }
Symbol 147 Button
on (release) { gameLevel = "bonus"; gotoAndPlay (3); }

Library Items

Symbol 1 GraphicUsed by:2
Symbol 2 MovieClip [snowfall_mc]Uses:1
Symbol 3 BitmapUsed by:4
Symbol 4 GraphicUses:3Used by:5
Symbol 5 MovieClip [Logo]Uses:4Used by:6
Symbol 6 MovieClip [Headerjump]Uses:5
Symbol 7 FontUsed by:8 9 12 13 22 25 30 31 39 40 43 44 78 79 81 83 97 98 99 102 103 107 110 111 114 116 117 119 120 123 125 128 130 131 135 142 144 145
Symbol 8 TextUses:7Used by:11
Symbol 9 TextUses:7Used by:11
Symbol 10 GraphicUsed by:11
Symbol 11 Button [Timelapse]Uses:8 9 10Used by:55
Symbol 12 TextUses:7Used by:15
Symbol 13 TextUses:7Used by:15 115
Symbol 14 GraphicUsed by:15
Symbol 15 Button [easy_btn]Uses:12 13 14
Symbol 16 FontUsed by:17 18
Symbol 17 TextUses:16Used by:19 94 129
Symbol 18 TextUses:16Used by:19 94 129
Symbol 19 Button [credits]Uses:17 18
Symbol 20 BitmapUsed by:21
Symbol 21 GraphicUses:20Used by:27 33 109 124
Symbol 22 TextUses:7Used by:27
Symbol 23 BitmapUsed by:24 108
Symbol 24 GraphicUses:23Used by:27 29 33 35 109 124
Symbol 25 TextUses:7Used by:27 29
Symbol 26 GraphicUsed by:27
Symbol 27 Button [soundUp]Uses:21 22 24 25 26Used by:29
Symbol 28 GraphicUsed by:29
Symbol 29 Button [soundon]Uses:27 24 25 28
Symbol 30 TextUses:7Used by:33
Symbol 31 TextUses:7Used by:33 35
Symbol 32 GraphicUsed by:33
Symbol 33 Button [soundCut]Uses:21 30 24 31 32Used by:35
Symbol 34 GraphicUsed by:35
Symbol 35 Button [soundoff]Uses:33 24 31 34
Symbol 36 GraphicUsed by:37 38
Symbol 37 MovieClipUses:36Used by:38  Timeline
Symbol 38 Button [restart_btn]Uses:37 36
Symbol 39 TextUses:7Used by:41
Symbol 40 TextUses:7Used by:41
Symbol 41 Button [restarter_btn]Uses:39 40
Symbol 42 MovieClip [timinger]
Symbol 43 TextUses:7Used by:45
Symbol 44 TextUses:7Used by:45
Symbol 45 Button [timelapse2]Uses:43 44Used by:55  Timeline
Symbol 46 BitmapUsed by:47
Symbol 47 GraphicUses:46Used by:48
Symbol 48 MovieClip [letsmall]Uses:47Used by:55 56
Symbol 49 BitmapUsed by:50
Symbol 50 GraphicUses:49Used by:51
Symbol 51 MovieClipUses:50Used by:55  Timeline
Symbol 52 BitmapUsed by:53
Symbol 53 GraphicUses:52Used by:54
Symbol 54 MovieClip [snowlogo]Uses:53Used by:55 56  Timeline
Symbol 55 MovieClip [flashlogin]Uses:45 48 51 11 54Used by:Timeline
Symbol 56 MovieClip [flashlogoout]Uses:54 48Used by:Timeline
Symbol 57 MovieClip [inning_mc]Used by:Timeline
Symbol 58 GraphicUsed by:59
Symbol 59 MovieClip [fieldBar_mc]Uses:58Used by:Timeline
Symbol 60 MovieClip [flake_mc]Used by:Timeline
Symbol 61 MovieClip [cloudy1_mc]Used by:Timeline
Symbol 62 MovieClip [clouds_mc]Used by:Timeline
Symbol 63 MovieClip [fireworks_mc]Used by:Timeline
Symbol 64 GraphicUsed by:65
Symbol 65 MovieClip [tarp_gr]Uses:64Used by:Timeline
Symbol 66 GraphicUsed by:67
Symbol 67 Button [Level_btn]Uses:66Used by:112 113
Symbol 68 GraphicUsed by:69
Symbol 69 MovieClip [sound]Uses:68Used by:Timeline
Symbol 70 BitmapUsed by:71
Symbol 71 GraphicUses:70Used by:Timeline
Symbol 72 GraphicUsed by:Timeline
Symbol 73 BitmapUsed by:74
Symbol 74 GraphicUses:73Used by:Timeline
Symbol 75 GraphicUsed by:76
Symbol 76 MovieClipUses:75Used by:Timeline
Symbol 77 GraphicUsed by:Timeline
Symbol 78 EditableTextUses:7Used by:Timeline
Symbol 79 EditableTextUses:7Used by:Timeline
Symbol 80 GraphicUsed by:Timeline
Symbol 81 TextUses:7Used by:Timeline
Symbol 82 GraphicUsed by:Timeline
Symbol 83 TextUses:7Used by:Timeline
Symbol 84 BitmapUsed by:85
Symbol 85 GraphicUses:84Used by:86
Symbol 86 MovieClipUses:85Used by:Timeline
Symbol 87 GraphicUsed by:90
Symbol 88 GraphicUsed by:90
Symbol 89 GraphicUsed by:90 93  Timeline
Symbol 90 ButtonUses:87 88 89Used by:Timeline
Symbol 91 GraphicUsed by:93
Symbol 92 GraphicUsed by:93
Symbol 93 ButtonUses:91 92 89Used by:Timeline
Symbol 94 ButtonUses:17 18Used by:Timeline
Symbol 95 GraphicUsed by:Timeline
Symbol 96 GraphicUsed by:Timeline
Symbol 97 TextUses:7Used by:Timeline
Symbol 98 TextUses:7Used by:Timeline
Symbol 99 TextUses:7Used by:Timeline
Symbol 100 GraphicUsed by:101
Symbol 101 ButtonUses:100Used by:Timeline
Symbol 102 TextUses:7Used by:104
Symbol 103 TextUses:7Used by:104
Symbol 104 ButtonUses:102 103Used by:Timeline
Symbol 105 GraphicUsed by:106
Symbol 106 MovieClipUses:105Used by:Timeline
Symbol 107 TextUses:7Used by:Timeline
Symbol 108 GraphicUses:23Used by:109 124
Symbol 109 ButtonUses:21 24 108Used by:Timeline
Symbol 110 EditableTextUses:7Used by:Timeline
Symbol 111 TextUses:7Used by:Timeline
Symbol 112 ButtonUses:67Used by:Timeline
Symbol 113 MovieClipUses:67Used by:Timeline
Symbol 114 TextUses:7Used by:115
Symbol 115 ButtonUses:13 114Used by:Timeline
Symbol 116 TextUses:7Used by:118
Symbol 117 TextUses:7Used by:118
Symbol 118 ButtonUses:116 117Used by:Timeline
Symbol 119 TextUses:7Used by:121
Symbol 120 TextUses:7Used by:121
Symbol 121 ButtonUses:119 120Used by:Timeline
Symbol 122 GraphicUsed by:Timeline
Symbol 123 TextUses:7Used by:Timeline
Symbol 124 ButtonUses:21 24 108Used by:Timeline
Symbol 125 EditableTextUses:7Used by:Timeline
Symbol 126 GraphicUsed by:Timeline
Symbol 127 GraphicUsed by:Timeline
Symbol 128 EditableTextUses:7Used by:Timeline
Symbol 129 ButtonUses:17 18Used by:Timeline
Symbol 130 TextUses:7Used by:132 143
Symbol 131 TextUses:7Used by:132 143
Symbol 132 ButtonUses:130 131Used by:Timeline
Symbol 133 GraphicUsed by:Timeline
Symbol 134 FontUsed by:135
Symbol 135 TextUses:7 134Used by:Timeline
Symbol 136 GraphicUsed by:137
Symbol 137 MovieClipUses:136Used by:Timeline
Symbol 138 GraphicUsed by:Timeline
Symbol 139 GraphicUsed by:Timeline
Symbol 140 GraphicUsed by:Timeline
Symbol 141 GraphicUsed by:Timeline
Symbol 142 TextUses:7Used by:Timeline
Symbol 143 ButtonUses:130 131Used by:Timeline
Symbol 144 TextUses:7Used by:147
Symbol 145 TextUses:7Used by:147
Symbol 146 GraphicUsed by:147
Symbol 147 ButtonUses:144 145 146Used by:Timeline

Instance Names

"out_text"Frame 1Symbol 78 EditableText
"in_text"Frame 1Symbol 79 EditableText
"lower"Frame 1Symbol 90 Button
"upper"Frame 1Symbol 93 Button
"seconds_mc"Frame 1Symbol 106 MovieClip
"opening"Frame 1Symbol 54 MovieClip [snowlogo]
"soundtext"Frame 2Symbol 110 EditableText
"tarpgraphic"Frame 3Symbol 65 MovieClip [tarp_gr]
"firework"Frame 3Symbol 63 MovieClip [fireworks_mc]
"clouds"Frame 3Symbol 62 MovieClip [clouds_mc]
"cloudy4here"Frame 3Symbol 61 MovieClip [cloudy1_mc]
"closnowhere"Frame 3Symbol 61 MovieClip [cloudy1_mc]
"cloudy5here"Frame 3Symbol 61 MovieClip [cloudy1_mc]
"cloudcover"Frame 3Symbol 61 MovieClip [cloudy1_mc]
"cloudy1here"Frame 3Symbol 61 MovieClip [cloudy1_mc]
"flakehere"Frame 3Symbol 60 MovieClip [flake_mc]
"soundtext"Frame 3Symbol 125 EditableText
"fieldBar"Frame 3Symbol 59 MovieClip [fieldBar_mc]
"inning1"Frame 3Symbol 57 MovieClip [inning_mc]
"inning3"Frame 3Symbol 57 MovieClip [inning_mc]
"inning7"Frame 3Symbol 57 MovieClip [inning_mc]
"inning5"Frame 3Symbol 57 MovieClip [inning_mc]
"inning9"Frame 3Symbol 57 MovieClip [inning_mc]
"inning11"Frame 3Symbol 57 MovieClip [inning_mc]
"inning13"Frame 3Symbol 57 MovieClip [inning_mc]
"inning15"Frame 3Symbol 57 MovieClip [inning_mc]
"inning17"Frame 3Symbol 57 MovieClip [inning_mc]
"inning2"Frame 3Symbol 57 MovieClip [inning_mc]
"inning4"Frame 3Symbol 57 MovieClip [inning_mc]
"inning6"Frame 3Symbol 57 MovieClip [inning_mc]
"inning8"Frame 3Symbol 57 MovieClip [inning_mc]
"inning10"Frame 3Symbol 57 MovieClip [inning_mc]
"inning12"Frame 3Symbol 57 MovieClip [inning_mc]
"inning14"Frame 3Symbol 57 MovieClip [inning_mc]
"inning16"Frame 3Symbol 57 MovieClip [inning_mc]
"inning18"Frame 3Symbol 57 MovieClip [inning_mc]
"endtext"Frame 4Symbol 128 EditableText
"opening"Frame 5Symbol 54 MovieClip [snowlogo]
"timelapse"Frame 5Symbol 45 Button [timelapse2]
"opening"Frame 187Symbol 54 MovieClip [snowlogo]
"timelapse"Symbol 55 MovieClip [flashlogin] Frame 1Symbol 45 Button [timelapse2]
"flashout"Symbol 55 MovieClip [flashlogin] Frame 1Symbol 48 MovieClip [letsmall]
"timelapse"Symbol 55 MovieClip [flashlogin] Frame 2Symbol 11 Button [Timelapse]
"flashout"Symbol 55 MovieClip [flashlogin] Frame 2Symbol 54 MovieClip [snowlogo]
"timelapse"Symbol 55 MovieClip [flashlogin] Frame 31Symbol 45 Button [timelapse2]
"flashout"Symbol 56 MovieClip [flashlogoout] Frame 1Symbol 54 MovieClip [snowlogo]
"flashout"Symbol 56 MovieClip [flashlogoout] Frame 31Symbol 48 MovieClip [letsmall]

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.
ExportAssets (56)Timeline Frame 1Symbol 2 as "snowfall_mc"
ExportAssets (56)Timeline Frame 1Symbol 5 as "Logo"
ExportAssets (56)Timeline Frame 1Symbol 6 as "Headerjump"
ExportAssets (56)Timeline Frame 1Symbol 11 as "Timelapse"
ExportAssets (56)Timeline Frame 1Symbol 15 as "easy_btn"
ExportAssets (56)Timeline Frame 1Symbol 19 as "credits"
ExportAssets (56)Timeline Frame 1Symbol 27 as "soundUp"
ExportAssets (56)Timeline Frame 1Symbol 29 as "soundon"
ExportAssets (56)Timeline Frame 1Symbol 33 as "soundCut"
ExportAssets (56)Timeline Frame 1Symbol 35 as "soundoff"
ExportAssets (56)Timeline Frame 1Symbol 38 as "restart_btn"
ExportAssets (56)Timeline Frame 1Symbol 41 as "restarter_btn"
ExportAssets (56)Timeline Frame 1Symbol 42 as "timinger"
ExportAssets (56)Timeline Frame 1Symbol 45 as "timelapse2"
ExportAssets (56)Timeline Frame 1Symbol 48 as "letsmall"
ExportAssets (56)Timeline Frame 1Symbol 54 as "snowlogo"
ExportAssets (56)Timeline Frame 1Symbol 55 as "flashlogin"
ExportAssets (56)Timeline Frame 1Symbol 56 as "flashlogoout"
ExportAssets (56)Timeline Frame 1Symbol 57 as "inning_mc"
ExportAssets (56)Timeline Frame 1Symbol 59 as "fieldBar_mc"
ExportAssets (56)Timeline Frame 1Symbol 60 as "flake_mc"
ExportAssets (56)Timeline Frame 1Symbol 61 as "cloudy1_mc"
ExportAssets (56)Timeline Frame 1Symbol 62 as "clouds_mc"
ExportAssets (56)Timeline Frame 1Symbol 63 as "fireworks_mc"
ExportAssets (56)Timeline Frame 1Symbol 65 as "tarp_gr"
ExportAssets (56)Timeline Frame 1Symbol 67 as "Level_btn"
ExportAssets (56)Timeline Frame 1Symbol 69 as "sound"




http://swfchan.com/27/134186/info.shtml
Created: 10/2 -2019 00:58:40 Last modified: 10/2 -2019 00:58:40 Server time: 09/05 -2024 09:00:43