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

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

Kick Ups.swf

This is the info page for
Flash #28205

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


Text
Loading

Play

Music by Southwest-Statistic

PLAY

Click to bounce the ball
By KyleDaFox
Music by Southwest-Statistic

Endless

Time Attack

Longest Streak

Back

15 seconds

30 seconds

1 minute

<p align="left"></p>

<p align="left"></p>

Total

Menu

<p align="left"></p>

<p align="left"></p>

<p align="left"></p>

Retry

<p align="left"></p>

<p align="left"></p>

<p align="left"></p>

<p align="left"></p>

<p align="left"></p>

<p align="left"></p>

<p align="left"></p>

<p align="left"></p>

ActionScript [AS1/AS2]

Frame 1
Stage.showMenu = false;
Frame 122
button.onRelease = function () { nextFrame(); }; stop();
Frame 123
stop();
Frame 125
_root.score = 0; _root.hiscore = 0; stop();
Instance of Symbol 46 MovieClip "ball" in Frame 125
onClipEvent (load) { ySpeed = 0; gravity = 2.8; bounce = 0.5; ground = 350; rotSpeed = 0; decay = 0.99; } onClipEvent (enterFrame) { if (_y < ground) { ySpeed = ySpeed + gravity; } else if (ySpeed > (gravity * 4)) { _y = ground; ySpeed = ySpeed * (-bounce); } else { ySpeed = 0; _y = ground; } _y = (_y + ySpeed); if ((_x < 0) || (_x > 550)) { xSpeed = xSpeed * -1; } _x = (_x + xSpeed); xSpeed = xSpeed * 1; } onClipEvent (mouseDown) { if (hitTest(_root._xmouse, _root._ymouse, true)) { xSpeed = (_x - _root._xmouse) / 2; _y = (_y-1); ySpeed = ((_y - _root._ymouse) - _height) / 3; } } on (press) { _root.score = _root.score + 1; } onClipEvent (enterFrame) { if (this.playing) { onPress = false; } } on (press) { this.play(); } onClipEvent (load) { decay = 0.99; rotSpeed = 0; } onClipEvent (enterFrame) { this._rotation = this._rotation + rotSpeed; rotSpeed = rotSpeed * decay; } onClipEvent (mouseDown) { rotSpeed = xSpeed; } onClipEvent (enterFrame) { if (this._y > ground) { rotSpeed = 0; xSpeed = 0; } } onClipEvent (enterFrame) { if (this._y > ground) { _root.score = 0; } } on (press) { _root.hiscore = _root.hiscore + 1; }
Frame 126
stop(); _root.counter = 15; _root.framesPast = 0; _root.onEnterFrame = function () { _root.framesPast = _root.framesPast + 1; if ((_root.framesPast % 12) == 0) { _root.counter--; if (_root.counter == 0) { play(); } } }; _root.hiscore = 0;
Instance of Symbol 46 MovieClip "ball" in Frame 126
onClipEvent (load) { ySpeed = 0; gravity = 2.8; bounce = 0.5; ground = 350; rotSpeed = 0; decay = 0.99; } onClipEvent (enterFrame) { if (_y < ground) { ySpeed = ySpeed + gravity; } else if (ySpeed > (gravity * 4)) { _y = ground; ySpeed = ySpeed * (-bounce); } else { ySpeed = 0; _y = ground; } _y = (_y + ySpeed); if ((_x < 0) || (_x > 550)) { xSpeed = xSpeed * -1; } _x = (_x + xSpeed); xSpeed = xSpeed * 1; } onClipEvent (mouseDown) { if (hitTest(_root._xmouse, _root._ymouse, true)) { xSpeed = (_x - _root._xmouse) / 2; _y = (_y-1); ySpeed = ((_y - _root._ymouse) - _height) / 3; } } onClipEvent (load) { decay = 0.99; rotSpeed = 0; } onClipEvent (enterFrame) { this._rotation = this._rotation + rotSpeed; rotSpeed = rotSpeed * decay; } onClipEvent (mouseDown) { rotSpeed = xSpeed; } onClipEvent (enterFrame) { if (this._y > ground) { rotSpeed = 0; xSpeed = 0; } } on (press) { _root.hiscore = _root.hiscore + 1; }
Frame 127
stop();
Instance of Symbol 46 MovieClip "ball" in Frame 127
onClipEvent (load) { ySpeed = 0; gravity = 2.8; bounce = 0.5; ground = 350; rotSpeed = 0; decay = 0.99; } onClipEvent (enterFrame) { if (_y < ground) { ySpeed = ySpeed + gravity; } else if (ySpeed > (gravity * 4)) { _y = ground; ySpeed = ySpeed * (-bounce); } else { ySpeed = 0; _y = ground; } _y = (_y + ySpeed); if ((_x < 0) || (_x > 550)) { xSpeed = xSpeed * -1; } _x = (_x + xSpeed); xSpeed = xSpeed * 1; }
Frame 128
stop(); _root.counter = 30; _root.framesPast = 0; _root.onEnterFrame = function () { _root.framesPast = _root.framesPast + 1; if ((_root.framesPast % 12) == 0) { _root.counter--; if (_root.counter == 0) { play(); } } }; _root.hiscore = 0;
Instance of Symbol 46 MovieClip "ball" in Frame 128
onClipEvent (load) { ySpeed = 0; gravity = 2.8; bounce = 0.5; ground = 350; rotSpeed = 0; decay = 0.99; } onClipEvent (enterFrame) { if (_y < ground) { ySpeed = ySpeed + gravity; } else if (ySpeed > (gravity * 4)) { _y = ground; ySpeed = ySpeed * (-bounce); } else { ySpeed = 0; _y = ground; } _y = (_y + ySpeed); if ((_x < 0) || (_x > 550)) { xSpeed = xSpeed * -1; } _x = (_x + xSpeed); xSpeed = xSpeed * 1; } onClipEvent (mouseDown) { if (hitTest(_root._xmouse, _root._ymouse, true)) { xSpeed = (_x - _root._xmouse) / 2; _y = (_y-1); ySpeed = ((_y - _root._ymouse) - _height) / 3; } } onClipEvent (enterFrame) { if (this.playing) { onPress = false; } } on (press) { this.play(); } onClipEvent (load) { decay = 0.99; rotSpeed = 0; } onClipEvent (enterFrame) { this._rotation = this._rotation + rotSpeed; rotSpeed = rotSpeed * decay; } onClipEvent (mouseDown) { rotSpeed = xSpeed; } onClipEvent (enterFrame) { if (this._y > ground) { rotSpeed = 0; xSpeed = 0; } } onClipEvent (enterFrame) { if (this._y > ground) { _root.score = 0; } } on (press) { _root.hiscore = _root.hiscore + 1; }
Frame 129
stop();
Instance of Symbol 46 MovieClip "ball" in Frame 129
onClipEvent (load) { ySpeed = 0; gravity = 2.8; bounce = 0.5; ground = 350; rotSpeed = 0; decay = 0.99; } onClipEvent (enterFrame) { if (_y < ground) { ySpeed = ySpeed + gravity; } else if (ySpeed > (gravity * 4)) { _y = ground; ySpeed = ySpeed * (-bounce); } else { ySpeed = 0; _y = ground; } _y = (_y + ySpeed); if ((_x < 0) || (_x > 550)) { xSpeed = xSpeed * -1; } _x = (_x + xSpeed); xSpeed = xSpeed * 1; }
Frame 130
stop(); _root.counter = 60; _root.framesPast = 0; _root.onEnterFrame = function () { _root.framesPast = _root.framesPast + 1; if ((_root.framesPast % 12) == 0) { _root.counter--; if (_root.counter == 0) { play(); } } }; _root.hiscore = 0;
Instance of Symbol 46 MovieClip "ball" in Frame 130
onClipEvent (load) { ySpeed = 0; gravity = 2.8; bounce = 0.5; ground = 350; rotSpeed = 0; decay = 0.99; } onClipEvent (enterFrame) { if (_y < ground) { ySpeed = ySpeed + gravity; } else if (ySpeed > (gravity * 4)) { _y = ground; ySpeed = ySpeed * (-bounce); } else { ySpeed = 0; _y = ground; } _y = (_y + ySpeed); if ((_x < 0) || (_x > 550)) { xSpeed = xSpeed * -1; } _x = (_x + xSpeed); xSpeed = xSpeed * 1; } onClipEvent (mouseDown) { if (hitTest(_root._xmouse, _root._ymouse, true)) { xSpeed = (_x - _root._xmouse) / 2; _y = (_y-1); ySpeed = ((_y - _root._ymouse) - _height) / 3; } } onClipEvent (enterFrame) { if (this.playing) { onPress = false; } } on (press) { this.play(); } onClipEvent (load) { decay = 0.99; rotSpeed = 0; } onClipEvent (enterFrame) { this._rotation = this._rotation + rotSpeed; rotSpeed = rotSpeed * decay; } onClipEvent (mouseDown) { rotSpeed = xSpeed; } onClipEvent (enterFrame) { if (this._y > ground) { rotSpeed = 0; xSpeed = 0; } } onClipEvent (enterFrame) { if (this._y > ground) { _root.score = 0; } } on (press) { _root.hiscore = _root.hiscore + 1; }
Frame 131
stop();
Instance of Symbol 46 MovieClip "ball" in Frame 131
onClipEvent (load) { ySpeed = 0; gravity = 2.8; bounce = 0.5; ground = 350; rotSpeed = 0; decay = 0.99; } onClipEvent (enterFrame) { if (_y < ground) { ySpeed = ySpeed + gravity; } else if (ySpeed > (gravity * 4)) { _y = ground; ySpeed = ySpeed * (-bounce); } else { ySpeed = 0; _y = ground; } _y = (_y + ySpeed); if ((_x < 0) || (_x > 550)) { xSpeed = xSpeed * -1; } _x = (_x + xSpeed); xSpeed = xSpeed * 1; }
Frame 132
stop(); _root.hiscore = 0;
Instance of Symbol 46 MovieClip "ball" in Frame 132
onClipEvent (load) { ySpeed = 0; gravity = 2.8; bounce = 0.5; ground = 350; rotSpeed = 0; decay = 0.99; } onClipEvent (enterFrame) { if (_y < ground) { ySpeed = ySpeed + gravity; } else if (ySpeed > (gravity * 4)) { _y = ground; ySpeed = ySpeed * (-bounce); } else { ySpeed = 0; _y = ground; } _y = (_y + ySpeed); if ((_x < 0) || (_x > 550)) { xSpeed = xSpeed * -1; } _x = (_x + xSpeed); xSpeed = xSpeed * 1; } onClipEvent (mouseDown) { if (hitTest(_root._xmouse, _root._ymouse, true)) { xSpeed = (_x - _root._xmouse) / 2; _y = (_y-1); ySpeed = ((_y - _root._ymouse) - _height) / 3; } } onClipEvent (enterFrame) { if (this.playing) { onPress = false; } } on (press) { this.play(); } onClipEvent (load) { decay = 0.99; rotSpeed = 0; } onClipEvent (enterFrame) { this._rotation = this._rotation + rotSpeed; rotSpeed = rotSpeed * decay; } onClipEvent (mouseDown) { rotSpeed = xSpeed; } onClipEvent (enterFrame) { if (this._y > ground) { rotSpeed = 0; xSpeed = 0; } } onClipEvent (enterFrame) { if (this._y >= ground) { gotoAndPlay (133); } } on (press) { _root.hiscore = _root.hiscore + 1; } onClipEvent (enterFrame) { if (this._y > ground) { _root.play(); } }
Frame 133
stop();
Instance of Symbol 46 MovieClip "ball" in Frame 133
onClipEvent (load) { ySpeed = 0; gravity = 2.8; bounce = 0.5; ground = 350; rotSpeed = 0; decay = 0.99; } onClipEvent (enterFrame) { if (_y < ground) { ySpeed = ySpeed + gravity; } else if (ySpeed > (gravity * 4)) { _y = ground; ySpeed = ySpeed * (-bounce); } else { ySpeed = 0; _y = ground; } _y = (_y + ySpeed); if ((_x < 0) || (_x > 550)) { xSpeed = xSpeed * -1; } _x = (_x + xSpeed); xSpeed = xSpeed * 1; }
Symbol 11 Button
on (release) { _root.play(); }
Symbol 12 MovieClip Frame 1
_root.stop(); PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100; if (PercentLoaded != 100) { setProperty(bar, _xscale , PercentLoaded); } else { gotoAndStop ("loaded"); }
Symbol 12 MovieClip Frame 2
gotoAndPlay (1);
Symbol 17 Button
on (release) { nextFrame(); }
Symbol 21 Button
on (release) { gotoAndPlay (125); }
Symbol 23 Button
on (release) { nextFrame(); }
Symbol 25 Button
on (release) { gotoAndPlay (132); }
Symbol 27 Button
on (release) { prevFrame(); }
Symbol 30 Button
on (release) { gotoAndPlay (126); }
Symbol 32 Button
on (release) { gotoAndPlay (128); }
Symbol 34 Button
on (release) { gotoAndPlay (130); }
Symbol 51 Button
on (release) { stopAllSounds(); gotoAndStop (122); }
Symbol 57 Button
on (release) { prevFrame(); }
Symbol 66 Button
on (release) { stopAllSounds(); prevFrame(); }

Library Items

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

Instance Names

"button"Frame 122Symbol 17 Button
"ball"Frame 125Symbol 46 MovieClip
"ball"Frame 126Symbol 46 MovieClip
"ball"Frame 127Symbol 46 MovieClip
"ball"Frame 128Symbol 46 MovieClip
"ball"Frame 129Symbol 46 MovieClip
"ball"Frame 130Symbol 46 MovieClip
"ball"Frame 131Symbol 46 MovieClip
"ball"Frame 132Symbol 46 MovieClip
"ball"Frame 133Symbol 46 MovieClip
"bar"Symbol 12 MovieClip Frame 1Symbol 2 MovieClip

Special Tags

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

Labels

"loaded"Symbol 12 MovieClip Frame 3

Dynamic Text Variables

scoreSymbol 47 EditableText"<p align="left"></p>"
hiscoreSymbol 48 EditableText"<p align="left"></p>"
hiscoreSymbol 53 EditableText"<p align="left"></p>"
counterSymbol 54 EditableText"<p align="left"></p>"
hiscoreSymbol 55 EditableText"<p align="left"></p>"
hiscoreSymbol 58 EditableText"<p align="left"></p>"
counterSymbol 59 EditableText"<p align="left"></p>"
hiscoreSymbol 60 EditableText"<p align="left"></p>"
hiscoreSymbol 61 EditableText"<p align="left"></p>"
counterSymbol 62 EditableText"<p align="left"></p>"
hiscoreSymbol 63 EditableText"<p align="left"></p>"
hiscoreSymbol 64 EditableText"<p align="left"></p>"
hiscoreSymbol 65 EditableText"<p align="left"></p>"




http://swfchan.com/6/28205/info.shtml
Created: 20/5 -2019 15:15:28 Last modified: 20/5 -2019 15:15:28 Server time: 03/05 -2024 00:13:30