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

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

internet-simulator.swf

This is the info page for
Flash #7126

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


Text
BUY ME

Realistic
Internet
Simulator

"ALL OF THE SPILLS AND NONE OF THE THRILLS®"

A game by Rob Manuel for B3ta.com
Music : Manuel / Wagner / Weebl

click to play

WOO

PLAY AGAIN

You killed X pop-ups. Yay

ActionScript [AS1/AS2]

Frame 1
counter = 0; timer = 30; timerstep = 5; timercount = 5000; ad_width = 150; ad_height = 150; popup_count = 0; popup_max = 10; score = 0; meterscale = 40; ads = new array("Buy\nme!", "Free\nStuff!", "Make\nMoney\nFast", "Go to\nwork\non an egg", "Buy\nmore\nstuff!", "Free\nCredit!", "Erectile\nproblems?", "Xcam\nthingie", "Is your\nemail\nbeing read?", "Free\nMortgage!", "Win!\nWin!\nWin!", "Click\nthis\nlink", "New\ncorporate\nportal", "Download\ngator!!!", "Casino\nonline!", "Prozac\nonline!!", "Buy used\npanties", "Is your\nPC\na virus?", "Spam!\nSpam!\nSpam!", "Take\na\nsurvey!", "See\nNaked\nLadies!", "$$$!\n$$$!!\n$$$!!!", "Work\nfrom\nhome!"); stop();
Frame 2
function MakeWoo() { audio.gotoandplay(2); audio.gotoandplay(1); var randomText = ads[Math.floor(Math.random() * ads.length)]; counter++; newname = "woo" + counter; this.attachMovie("woo", [newname], counter + 1); _root[newname]._x = random(550 - (ad_width / 2)) + (ad_width / 2); _root[newname]._y = random(400 - (ad_height / 2)) + (ad_height / 2); timercount = 0; _root[newname].buyme = randomText; popup_count++; adjusttimer(); CheckDead(); } function CheckDead() { if (popup_max < popup_count) { killallpops(); gotoAndPlay (4); } } function killallpops() { x = 0; while ((x++) < _root.counter) { newname = "_root.woo" + x; removeMovieClip([newname]); } } function adjusttimer() { v = popup_count * 50; setProperty(meter, _x , 30 + v); setProperty(meter, _width , v); } timercount++; if (timercount >= timer) { MakeWoo(); }
Frame 3
gotoAndPlay (2);
Frame 4
stopAllSounds(); _root.audio.gotoandplay(4); _root.audio.gotoandplay(1); _root.audio.gotoandplay(5); _root.audio.gotoandplay(1); scoretext = ("You killed " + score) + " pop-ups. Yay."; stop();
Symbol 3 Button
on (release) { _root.audio.gotoandplay(7); _root.audio.gotoandplay(1); _root.MakeWoo(); _root.MakeWoo(); _root.MakeWoo(); _root.timer = _root.timer - _root.timerstep; }
Symbol 8 Button
on (release) { _root.audio.gotoandplay(3); _root.audio.gotoandplay(1); removeMovieClip(this); _root.popup_count--; _root.score++; _root.adjusttimer(); }
Symbol 9 Button
on (press) { _root.counter++; this.swapDepths(_root.counter + 1); startDrag (getProperty(_x, _y)); } on (release) { stopDrag(); }
Symbol 16 Button
on (release) { stopAllSounds(); audio.gotoandplay(6); audio.gotoandplay(1); gotoAndPlay (2); }
Symbol 26 MovieClip Frame 1
stop();
Symbol 26 MovieClip Frame 2
stop();
Symbol 26 MovieClip Frame 3
stop();
Symbol 26 MovieClip Frame 4
stop();
Symbol 26 MovieClip Frame 5
stop();
Symbol 26 MovieClip Frame 6
stop();
Symbol 26 MovieClip Frame 7
stop();
Symbol 37 Button
on (release) { stopAllSounds(); gotoAndPlay (1); }

Library Items

Symbol 1 GraphicUsed by:10
Symbol 2 GraphicUsed by:3 8 9 16 37
Symbol 3 ButtonUses:2Used by:10
Symbol 4 FontUsed by:5 11 18
Symbol 5 EditableTextUses:4Used by:10
Symbol 6 BitmapUsed by:7
Symbol 7 GraphicUses:6Used by:10
Symbol 8 ButtonUses:2Used by:10
Symbol 9 ButtonUses:2Used by:10
Symbol 10 MovieClip [woo]Uses:1 3 5 7 8 9
Symbol 11 TextUses:4Used by:14
Symbol 12 FontUsed by:13 17
Symbol 13 TextUses:12Used by:14
Symbol 14 MovieClipUses:11 13Used by:15
Symbol 15 MovieClipUses:14Used by:Timeline
Symbol 16 ButtonUses:2Used by:Timeline
Symbol 17 TextUses:12Used by:Timeline
Symbol 18 TextUses:4Used by:Timeline
Symbol 19 GraphicUsed by:26
Symbol 20 SoundUsed by:26
Symbol 21 SoundUsed by:26
Symbol 22 SoundUsed by:26
Symbol 23 SoundUsed by:26
Symbol 24 SoundUsed by:26
Symbol 25 SoundUsed by:26
Symbol 26 MovieClipUses:19 20 21 22 23 24 25Used by:Timeline
Symbol 27 GraphicUsed by:Timeline
Symbol 28 SoundUsed by:Timeline
Symbol 29 FontUsed by:30 38 39
Symbol 30 EditableTextUses:29Used by:Timeline
Symbol 31 GraphicUsed by:32
Symbol 32 MovieClipUses:31Used by:Timeline
Symbol 33 GraphicUsed by:Timeline
Symbol 34 BitmapUsed by:35
Symbol 35 GraphicUses:34Used by:36
Symbol 36 MovieClipUses:35Used by:Timeline
Symbol 37 ButtonUses:2Used by:Timeline
Symbol 38 EditableTextUses:29Used by:Timeline
Symbol 39 EditableTextUses:29Used by:Timeline

Instance Names

"audio"Frame 1Symbol 26 MovieClip
"meter"Frame 2Symbol 32 MovieClip

Special Tags

ExportAssets (56)Timeline Frame 1Symbol 10 as "woo"

Dynamic Text Variables

buymeSymbol 5 EditableText"BUY ME"
scoreSymbol 30 EditableText"WOO"
TextField5Symbol 38 EditableText"PLAY AGAIN"
scoretextSymbol 39 EditableText"You killed X pop-ups. Yay"




http://swfchan.com/2/7126/info.shtml
Created: 12/8 -2019 04:02:55 Last modified: 12/8 -2019 04:02:55 Server time: 01/05 -2024 20:38:14