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

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

102104306.swf

This is the info page for
Flash #11690

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


Text
loading

loading.

loading..

loading...

Start

presents...

It's getting
harder...

s

l

a

e

c

n

B

Use the Left and Right arrow Keys to balance the red ball,
if It falls off, it's Game Over. How long can you survive?

Duplication Controls

You survived for

seconds

Play Again?

<p align="center"><font face="Tw Cen MT Condensed" size="22" color="#cd5132" letterSpacing="0.000000" kerning="0"><a href="http://www.hallpass.com"><b>Play more games!</b></a></font></p>

ActionScript [AS1/AS2]

Frame 1
globalvolume = new Sound(); stop();
Instance of Symbol 10 MovieClip in Frame 1
onClipEvent (enterFrame) { if (_root._framesloaded == _root._totalframes) { this.gotoAndStop(9); } }
Instance of Symbol 14 MovieClip in Frame 1
on (release) { getURL ("http://www.hallpass.com", "_blank"); }
Frame 5
stop();
Frame 6
stop(); finaltime = 0;
Instance of Symbol 40 MovieClip "things" in Frame 6
onClipEvent (load) { speed = 0; friction = 0.9; accel = 0.7; } onClipEvent (enterFrame) { if (this._rotation >= 30) { this._rotation = 30; } if (this._rotation <= -30) { this._rotation = -30; } if (Key.isDown(39)) { speed = speed + accel; } if (Key.isDown(37)) { speed = speed - accel; } this._rotation = this._rotation + speed; speed = speed * friction; }
Instance of Symbol 43 MovieClip "controls" in Frame 6
onClipEvent (load) { balls = 0; seconds = 0; difficulty = 100; diffcount = 0; bits = 0; } onClipEvent (enterFrame) { bits = bits + 1; if (bits == 25) { bits = 0; seconds = seconds + 1; diffcount = diffcount + 1; } if (diffcount == 20) { diffcount = 0; difficulty = difficulty - 10; _root.harder.gotoAndPlay(2); } poop = random(difficulty); if (poop == 1) { balls = balls + 1; duplicateMovieClip (_root.things.ball, "ball" + balls, (balls % 100) + 1100); } }
Frame 7
stop();
Symbol 9 Button
on (release) { _root.gotoAndPlay(5); }
Symbol 10 MovieClip Frame 8
gotoAndPlay (1);
Symbol 17 MovieClip Frame 1
stop();
Symbol 26 Button
on (release) { _root.nextFrame(); }
Symbol 28 Button
on (release) { _root.globalvolume.setVolume(0); gotoAndPlay (2); }
Symbol 30 Button
on (release) { _root.globalvolume.setVolume(100); gotoAndPlay (1); }
Symbol 31 MovieClip Frame 1
stop();
Symbol 31 MovieClip Frame 2
stop();
Instance of Symbol 35 MovieClip "tilty" in Symbol 40 MovieClip Frame 1
onClipEvent (load) { speed = 0; friction = 0.9; } onClipEvent (enterFrame) { this._rotation = this._rotation + speed; speed = speed * friction; }
Instance of Symbol 37 MovieClip "ball" in Symbol 40 MovieClip Frame 1
onClipEvent (load) { if (_name != "ball") { this._x = random(300) - 150; speed = 0; friction = 0.9; accel = 0.5; yspeed = 0; falling = true; this._width = random(20) + 20; this._height = this._width; mass = this._width; } } onClipEvent (enterFrame) { if (_name != "ball") { this._rotation = this._rotation + (speed * 2); if (falling == true) { this._y = this._y + yspeed; yspeed = yspeed + accel; if (this._y >= ((_root.things.tilty._y - (_root.things.tilty._height / 2)) - (this._width / 2))) { this._y = (_root.things.tilty._y - (_root.things.tilty._height / 2)) - (this._width / 2); falling = false; yspeed = 0; } } else if ((this._x < (-150 - (this._width / 4))) || (this._x > (150 + (this._width / 4)))) { this._y = this._y + yspeed; yspeed = yspeed + 1; if (_root.things._rotation > 0) { this._x = this._x + (speed + (Math.abs(_root.things._rotation) / 10)); } if (_root.things._rotation < 0) { this._x = this._x + (speed - (Math.abs(_root.things._rotation) / 10)); } this._alpha = this._alpha - 7; if (_alpha < 0) { this.removeMovieClip(); } } else { force = ((((this._x / 300) / 2) * mass) / 2) / 5; if (this._x > 275) { _root.things.speed = _root.things.speed - (force / 2); } if (this._x < 275) { _root.things.speed = _root.things.speed + (force / 2); } speed = _root.things._rotation / (mass / 5); this._x = this._x + speed; speed = speed * friction; } } }
Instance of Symbol 39 MovieClip "ball" in Symbol 40 MovieClip Frame 1
onClipEvent (load) { speed = 0; friction = 0.9; accel = 0.5; yspeed = 0; falling = false; this._width = 70; this._height = this._width; mass = this._width; count = 1; } onClipEvent (enterFrame) { this._rotation = this._rotation + (speed * 2); if (falling == true) { this._y = this._y + yspeed; yspeed = yspeed + accel; if (this._y >= ((_root.things.tilty._y - (_root.things.tilty._height / 2)) - (this._width / 2))) { this._y = (_root.things.tilty._y - (_root.things.tilty._height / 2)) - (this._width / 2); falling = false; yspeed = 0; } } else if ((this._x < (-150 - (this._width / 4))) || (this._x > (150 + (this._width / 4)))) { if (count == 1) { _root.finaltime = _root.controls.seconds; _root.timer._visible = false; _root.fade.gotoAndPlay(2); count = 2; } this._y = this._y + yspeed; yspeed = yspeed + 1; if (_root.things._rotation > 0) { this._x = this._x + (speed + (Math.abs(_root.things._rotation) / 10)); } if (_root.things._rotation < 0) { this._x = this._x + (speed - (Math.abs(_root.things._rotation) / 10)); } this._alpha = this._alpha - 4; if (_alpha < 0) { this.removeMovieClip(); } } else { force = ((((this._x / 300) / 2) * mass) / 2) / 5; if (this._x > 275) { _root.things.speed = _root.things.speed - (force / 2); } if (this._x < 275) { _root.things.speed = _root.things.speed + (force / 2); } speed = _root.things._rotation / (mass / 5); this._x = this._x + speed; speed = speed * friction; } }
Symbol 45 MovieClip Frame 1
stop();
Symbol 48 MovieClip Frame 1
stop();
Symbol 48 MovieClip Frame 20
stop(); _root.nextFrame();
Symbol 54 Button
on (release) { _root.prevFrame(); }
Symbol 57 MovieClip Frame 20
stop();

Library Items

Symbol 1 GraphicUsed by:Timeline
Symbol 2 FontUsed by:3 4 5 6 8 11 15 18 19 20 21 22 23 24 32 42 44 49 50 51 53 55
Symbol 3 TextUses:2Used by:10
Symbol 4 TextUses:2Used by:10
Symbol 5 TextUses:2Used by:10
Symbol 6 TextUses:2Used by:10
Symbol 7 GraphicUsed by:9 26
Symbol 8 TextUses:2Used by:9 26
Symbol 9 ButtonUses:7 8Used by:10
Symbol 10 MovieClipUses:3 4 5 6 9Used by:Timeline
Symbol 11 TextUses:2Used by:Timeline
Symbol 12 BitmapUsed by:13
Symbol 13 GraphicUses:12Used by:14
Symbol 14 MovieClipUses:13Used by:Timeline
Symbol 15 TextUses:2Used by:16
Symbol 16 MovieClipUses:15Used by:17
Symbol 17 MovieClipUses:16Used by:Timeline
Symbol 18 TextUses:2Used by:Timeline
Symbol 19 TextUses:2Used by:Timeline
Symbol 20 TextUses:2Used by:Timeline
Symbol 21 TextUses:2Used by:Timeline
Symbol 22 TextUses:2Used by:Timeline
Symbol 23 TextUses:2Used by:Timeline
Symbol 24 TextUses:2Used by:Timeline
Symbol 25 GraphicUsed by:Timeline
Symbol 26 ButtonUses:7 8Used by:Timeline
Symbol 27 GraphicUsed by:28
Symbol 28 ButtonUses:27Used by:31
Symbol 29 GraphicUsed by:30
Symbol 30 ButtonUses:29Used by:31
Symbol 31 MovieClipUses:28 30Used by:Timeline
Symbol 32 TextUses:2Used by:Timeline
Symbol 33 SoundUsed by:Timeline
Symbol 34 GraphicUsed by:35
Symbol 35 MovieClipUses:34Used by:40
Symbol 36 GraphicUsed by:37
Symbol 37 MovieClipUses:36Used by:40
Symbol 38 GraphicUsed by:39
Symbol 39 MovieClipUses:38Used by:40
Symbol 40 MovieClipUses:35 37 39Used by:Timeline
Symbol 41 GraphicUsed by:43
Symbol 42 TextUses:2Used by:43
Symbol 43 MovieClipUses:41 42Used by:Timeline
Symbol 44 EditableTextUses:2Used by:45
Symbol 45 MovieClipUses:44Used by:Timeline
Symbol 46 GraphicUsed by:47 56
Symbol 47 MovieClipUses:46Used by:48
Symbol 48 MovieClipUses:47Used by:Timeline
Symbol 49 TextUses:2Used by:Timeline
Symbol 50 EditableTextUses:2Used by:Timeline
Symbol 51 TextUses:2Used by:Timeline
Symbol 52 GraphicUsed by:54
Symbol 53 TextUses:2Used by:54
Symbol 54 ButtonUses:52 53Used by:Timeline
Symbol 55 EditableTextUses:2Used by:Timeline
Symbol 56 MovieClipUses:46Used by:57
Symbol 57 MovieClipUses:56Used by:Timeline

Instance Names

"harder"Frame 1Symbol 17 MovieClip
"things"Frame 6Symbol 40 MovieClip
"controls"Frame 6Symbol 43 MovieClip
"timer"Frame 6Symbol 45 MovieClip
"fade"Frame 6Symbol 48 MovieClip
"tilty"Symbol 40 MovieClip Frame 1Symbol 35 MovieClip
"ball"Symbol 40 MovieClip Frame 1Symbol 37 MovieClip
"ball"Symbol 40 MovieClip Frame 1Symbol 39 MovieClip

Special Tags

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

Dynamic Text Variables

_root.controls.secondsSymbol 44 EditableText""
_root.finaltimeSymbol 50 EditableText""




http://swfchan.com/3/11690/info.shtml
Created: 6/6 -2019 23:13:00 Last modified: 6/6 -2019 23:13:00 Server time: 22/05 -2024 02:36:02