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

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

Whack-A-Frittah.swf

This is the info page for
Flash #71750

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


Text
LOADING







START

START

Whack as many Frittahs as you can! Once you have missed 50 times,
the game is over. Misses aren't counted during bonus rounds.

M

MUSIC ON/OFF

T

TALK ON/OFF

Frittahs Whacked:

Frittahs Missed:

whack those frittahs!

END GAME

END GAME

Frittahs Whacked:

Your Best Score:

RESTART

RESTART

SUBMIT

SUBMIT



ActionScript [AS1/AS2]

Frame 1
loadbar._xscale = 0; stage.showMenu = false; _root._focusrect = 0;
Frame 2
_global.percent = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100; loadbar._xscale = percent;
Frame 4
if (percent >= 100) { gotoAndPlay(_currentframe + 5); } else { gotoAndPlay(_currentframe - 2); }
Frame 9
_root.score = 0; _global.round = 0; _global.misses = 0; _global.pops = 0; _global.message = "whack those frittahs!"; _global.bonus = false; _global.inplay = false; _global.musicone = new Sound(); _global.musictwo = new Sound(); musicone.attachSound("musictitle"); musictwo.attachSound("musicplay"); musicone.start(null, 999999); _global.hello1 = new Sound(); _global.hello2 = new Sound(); _global.hello3 = new Sound(); _global.hello4 = new Sound(); _global.hello5 = new Sound(); _global.missme = new Sound(); hello1.attachSound("hello01"); hello2.attachSound("hello02"); hello3.attachSound("hello03"); hello4.attachSound("hello04"); hello5.attachSound("hello05"); missme.attachSound("missedme"); _global.musicoff = false; _global.talkoff = false; _global.musiconoff = function () { if (_global.musicoff) { _global.musicoff = false; if (!_global.inplay) { musicone.start(null, 999999); } else { musictwo.start(null, 999999); } } else { _global.musicoff = true; musicone.stop(); musictwo.stop(); } }; _global.talkonoff = function () { if (_global.talkoff) { _global.talkoff = false; } else { _global.talkoff = true; } }; _global.hello = function () { var rand = Math.round((Math.random() * 5) + 0.5); switch (rand) { case 1 : hello1.start(); return; case 2 : hello2.start(); return; case 3 : hello3.start(); return; case 4 : hello4.start(); return; case 5 : hello5.start(); } }; _global.pop = function () { if (bonus) { barrel1.play(); barrel2.play(); barrel3.play(); barrel4.play(); barrel5.play(); } else { var rand = Math.round((Math.random() * 5) + 0.5); switch (rand) { case 1 : barrel1.play(); break; case 2 : barrel2.play(); break; case 3 : barrel3.play(); break; case 4 : barrel4.play(); break; case 5 : barrel5.play(); } } _global.pops++; switch (_global.pops) { case 20 : _global.poptwo = setInterval(pop, 1900); return; case 50 : _global.popthree = setInterval(pop, 2700); return; case 100 : case 175 : case 260 : clearInterval(_global.poptwo); clearInterval(_global.popthree); _global.bonus = true; _global.message = "BONUS ROUND!"; hammer.gotoAndStop(12); return; case 115 : case 190 : case 285 : _global.poptwo = setInterval(pop, 1900); _global.popthree = setInterval(pop, 2700); _global.bonus = false; _global.message = "whack those frittahs!"; hammer.gotoAndStop(1); barrel1.gotoAndStop(1); barrel2.gotoAndStop(1); barrel3.gotoAndStop(1); barrel4.gotoAndStop(1); barrel5.gotoAndStop(1); } };
Frame 10
_global.round = 0; _global.misses = 0; _global.pops = 0; _global.bonus = false; _global.message = "whack those frittahs!"; if (!_global.talkoff) { hello(); } stop();
Frame 11
if (_global.misses >= 50) { clearInterval(popone); clearInterval(poptwo); clearInterval(popthree); gotoAndStop(_currentframe + 2); }
Instance of Symbol 74 MovieClip "hammer" in Frame 11
onClipEvent (load) { startDrag (this, true); }
Frame 12
gotoAndPlay(_currentframe - 1);
Frame 13
submt._visible = false; _global.inplay = false; if (_root.score <= _global.round) { _root.score = _global.round; } if (!_global.musicoff) { musictwo.stop(); musicone.start(null, 999999); }
Symbol 11 Button
on (press) { getURL ("http://www.bloopy.org", "_blank"); }
Symbol 28 Button
on (rollOver, dragOver) { barrelfront.useHandCursor = false; }
Symbol 31 Button
on (press) { _parent.hammer.play(); _global.round++; gotoAndPlay (19); }
Symbol 38 MovieClip Frame 1
stop();
Symbol 38 MovieClip Frame 2
fritzone.tabEnabled = false; if (!_global.talkoff) { if (!_global.bonus) { hello(); } else { var rand = Math.round((Math.random() * 5) + 0.5); if (rand == 1) { hello(); } } }
Symbol 38 MovieClip Frame 10
fritztwo.tabEnabled = false;
Symbol 38 MovieClip Frame 18
if (!_global.bonus) { _global.misses++; if (!_global.talkoff) { missme.start(); } } gotoAndStop (1);
Symbol 38 MovieClip Frame 19
if (!_global.bonus) { nail._visible = false; } else { nail._visible = true; }
Symbol 38 MovieClip Frame 25
if (!_global.bonus) { nail._visible = false; } else { nail._visible = true; }
Symbol 43 Button
on (press) { if (!_global.musicoff) { musicone.stop(); musictwo.start(null, 999999); } _global.inplay = true; _global.popone = setInterval(pop, 1300); gotoAndPlay(_currentframe + 1); }
Symbol 52 Button [musicswitch]
on (press) { _global.musiconoff(); }
Symbol 58 Button [soundswitch]
on (press) { _global.talkonoff(); }
Symbol 69 Button
on (press) { clearInterval(popone); clearInterval(poptwo); clearInterval(popthree); gotoAndStop(_currentframe + 2); }
Symbol 74 MovieClip Frame 1
stop();
Symbol 74 MovieClip Frame 11
gotoAndStop (1);
Symbol 74 MovieClip Frame 12
stop();
Symbol 74 MovieClip Frame 13
gotoAndStop (12);
Symbol 81 Button
on (release) { gotoAndPlay(_currentframe - 3); }

Library Items

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

Instance Names

"loadbar"Frame 1Symbol 4 Button
"loadbar"Frame 9Symbol 4 Button
"barrel4"Frame 10Symbol 38 MovieClip
"barrel5"Frame 10Symbol 38 MovieClip
"barrel3"Frame 10Symbol 38 MovieClip
"barrel2"Frame 10Symbol 38 MovieClip
"barrel1"Frame 10Symbol 38 MovieClip
"submt"Frame 10Symbol 43 Button
"hammer"Frame 11Symbol 74 MovieClip
"restrt"Frame 13Symbol 81 Button
"submt"Frame 13Symbol 84 Button
"barrelfront"Symbol 38 MovieClip Frame 1Symbol 28 Button
"fritzone"Symbol 38 MovieClip Frame 2Symbol 31 Button
"fritztwo"Symbol 38 MovieClip Frame 10Symbol 31 Button
"nail"Symbol 38 MovieClip Frame 19Symbol 35 Button
"nail"Symbol 38 MovieClip Frame 25Symbol 35 Button

Special Tags

ExportAssets (56)Timeline Frame 5Symbol 16 as "hello01"
ExportAssets (56)Timeline Frame 5Symbol 17 as "hello05"
ExportAssets (56)Timeline Frame 6Symbol 18 as "hello02"
ExportAssets (56)Timeline Frame 6Symbol 19 as "missedme"
ExportAssets (56)Timeline Frame 7Symbol 20 as "hello03"
ExportAssets (56)Timeline Frame 7Symbol 21 as "musicplay"
ExportAssets (56)Timeline Frame 8Symbol 22 as "hello04"
ExportAssets (56)Timeline Frame 8Symbol 23 as "musictitle"
ExportAssets (56)Timeline Frame 10Symbol 52 as "musicswitch"
ExportAssets (56)Timeline Frame 10Symbol 58 as "soundswitch"
ExportAssets (56)Timeline Frame 11Symbol 52 as "musicswitch"
ExportAssets (56)Timeline Frame 11Symbol 58 as "soundswitch"
ExportAssets (56)Timeline Frame 12Symbol 52 as "musicswitch"
ExportAssets (56)Timeline Frame 12Symbol 58 as "soundswitch"
ExportAssets (56)Timeline Frame 13Symbol 52 as "musicswitch"
ExportAssets (56)Timeline Frame 13Symbol 58 as "soundswitch"

Dynamic Text Variables

_global.roundSymbol 59 EditableText""
_global.missesSymbol 62 EditableText""
_global.messageSymbol 64 EditableText"whack those frittahs!"
_global.roundSymbol 75 EditableText""
_root.scoreSymbol 78 EditableText""




http://swfchan.com/15/71750/info.shtml
Created: 9/4 -2019 03:58:13 Last modified: 9/4 -2019 03:58:13 Server time: 17/05 -2024 06:17:20