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

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

Juggler.swf

This is the info page for
Flash #22953

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


Text
Welcome to the Juggler

I wrote this to test out some game mechanics
I was trying out & I thought I'd turn it into a mini
game. Hope you enjoy it!

NAME

Enter name & click start

Ryaareet.

name

score

name

score

name

score

name

score

name

score

name

score

name

score

name

score

name

score

name

score

www.hairybullet.com

start JUGGLER

start GOLDEN SHOT

start BASKETBALL

prevent the balls from
hitting the walls or
touching the ground
to score

Best

000

Score

000

Keep ball within circle to score

+3

+2

+1

000

get ball through the net to score.
Shots must be from within the red
or green area

25

100

000

ActionScript [AS1/AS2]

Frame 1
gravity = 20; thrust = 0; timeleft = 0; best = 0; gamedir = "";
Instance of Symbol 10 MovieClip in Frame 1
onClipEvent (enterFrame) { if (_root.increasethrust == true) { if (_root.thrust < 20) { _root.thrust = _root.thrust + 0.5; } } else if (_root.thrust > 0) { _root.thrust = _root.thrust - 0.5; } }
Instance of Symbol 10 MovieClip "thrustball" in Frame 1
onClipEvent (load) { base = 520; lw = 30; rw = 520; ball = random(6); this.gotoAndPlay(ball); yspeed = 0; xspeed = random(10); cd = random(2); if (cd == 1) { xspeed = -xspeed; } } onClipEvent (enterFrame) { if ((this._x < _root._xmouse) && ((_root._xmouse - this._x) < 70)) { xmove = true; } if ((this._x > _root._xmouse) && ((_root._xmouse - this._x) > -70)) { xmove = true; } if ((this._y - _root._ymouse) > -100) { ymove = true; } if ((yspeed < _root.gravity) && (this._y <= base)) { yspeed = yspeed + 0.5; _root.uptime = _root.uptime + 1; } if ((this._y + yspeed) <= base) { this._y = this._y + yspeed; } else { this._y = base; yspeed = -(yspeed / 1.05); _root.uptime = 0; } if (_root.increasethrust == true) { if ((xmove == true) && (ymove == true)) { xspeed = xspeed - ((_root._xmouse - this._x) / 100); yspeed = yspeed - ((100 - (this._y - _root._ymouse)) / 50); } } if (this._y > base) { this._y = base; } if ((this._x + xspeed) < rw) { this._x = this._x + xspeed; } else { this._x = rw; xspeed = -(xspeed * 1); _root.uptime = 0; } if ((this._x + xspeed) > lw) { this._x = this._x + xspeed; } else { this._x = lw; xspeed = -(xspeed * 1); _root.uptime = 0; } this._rotation = this._rotation + (xspeed * 3); _root.ypos = this._y; _root.yspeed = yspeed; _root.xspeed = xspeed; if (xmove == false) { if (xspeed < 0) { xspeed = xspeed + 0.007; } if (xspeed > 0) { xspeed = xspeed - 0.007; } if (_root.increasethrust == false) { if ((xspeed > -0.4) and (xspeed < 0.4)) { xspeed = 0; } } } xmove = false; ymove = false; }
Instance of Symbol 10 MovieClip "thrustball" in Frame 1
onClipEvent (load) { base = 520; lw = 30; rw = 520; ball = random(6); this.gotoAndPlay(ball); yspeed = 0; xspeed = random(10); cd = random(2); if (cd == 1) { xspeed = -xspeed; } } onClipEvent (enterFrame) { if ((this._x < _root._xmouse) && ((_root._xmouse - this._x) < 70)) { xmove = true; } if ((this._x > _root._xmouse) && ((_root._xmouse - this._x) > -70)) { xmove = true; } if ((this._y - _root._ymouse) > -100) { ymove = true; } if ((yspeed < _root.gravity) && (this._y <= base)) { yspeed = yspeed + 0.5; _root.uptime = _root.uptime + 1; } if ((this._y + yspeed) <= base) { this._y = this._y + yspeed; } else { this._y = base; yspeed = -(yspeed / 1.05); _root.uptime = 0; } if (_root.increasethrust == true) { if ((xmove == true) && (ymove == true)) { xspeed = xspeed - ((_root._xmouse - this._x) / 100); yspeed = yspeed - ((100 - (this._y - _root._ymouse)) / 50); } } if (this._y > base) { this._y = base; } if ((this._x + xspeed) < rw) { this._x = this._x + xspeed; } else { this._x = rw; xspeed = -(xspeed * 1); } if ((this._x + xspeed) > lw) { this._x = this._x + xspeed; } else { this._x = lw; xspeed = -(xspeed * 1); } this._rotation = this._rotation + (xspeed * 3); _root.ypos = this._y; _root.yspeed = yspeed; _root.xspeed = xspeed; if (xmove == false) { if (xspeed < 0) { xspeed = xspeed + 0.007; } if (xspeed > 0) { xspeed = xspeed - 0.007; } if (_root.increasethrust == false) { if ((xspeed > -0.4) and (xspeed < 0.4)) { xspeed = 0; } } } xmove = false; ymove = false; }
Instance of Symbol 10 MovieClip "thrustball" in Frame 1
onClipEvent (load) { base = 520; lw = 30; rw = 520; ball = random(6); this.gotoAndPlay(ball); yspeed = 0; xspeed = random(10); cd = random(2); if (cd == 1) { xspeed = -xspeed; } } onClipEvent (enterFrame) { if ((this._x < _root._xmouse) && ((_root._xmouse - this._x) < 70)) { xmove = true; } if ((this._x > _root._xmouse) && ((_root._xmouse - this._x) > -70)) { xmove = true; } if ((this._y - _root._ymouse) > 100) { ymove = true; } if ((yspeed < _root.gravity) && (this._y <= base)) { yspeed = yspeed + 0.5; _root.uptime = _root.uptime + 1; } if ((this._y + yspeed) <= base) { this._y = this._y + yspeed; } else { this._y = base; yspeed = -(yspeed / 1.05); _root.uptime = 0; } if (_root.increasethrust == true) { if ((xmove == true) && (ymove == true)) { xspeed = xspeed - ((_root._xmouse - this._x) / 100); yspeed = yspeed - ((100 - (this._y - _root._ymouse)) / 50); } } if (this._y > base) { this._y = base; } if ((this._x + xspeed) < rw) { this._x = this._x + xspeed; } else { this._x = rw; xspeed = -(xspeed * 1); } if ((this._x + xspeed) > lw) { this._x = this._x + xspeed; } else { this._x = lw; xspeed = -(xspeed * 1); } this._rotation = this._rotation + (xspeed * 3); _root.ypos = this._y; _root.yspeed = yspeed; _root.xspeed = xspeed; if (xmove == false) { if (xspeed < 0) { xspeed = xspeed + 0.007; } if (xspeed > 0) { xspeed = xspeed - 0.007; } if (_root.increasethrust == false) { if ((xspeed > -0.4) and (xspeed < 0.4)) { xspeed = 0; } } } xmove = false; ymove = false; }
Frame 4
gotoAndPlay (2);
Frame 5
gravity = 20; thrust = 0; if (score > best) { best = score; }
Instance of Symbol 10 MovieClip in Frame 5
onClipEvent (mouseDown) { _root.increasethrust = true; } onClipEvent (mouseUp) { _root.increasethrust = false; }
Instance of Symbol 10 MovieClip in Frame 5
onClipEvent (enterFrame) { if (_root.increasethrust == true) { if (_root.thrust < 20) { _root.thrust = _root.thrust + 0.5; } } else if (_root.thrust > 0) { _root.thrust = _root.thrust - 0.5; } }
Instance of Symbol 10 MovieClip "thrustball" in Frame 5
onClipEvent (load) { bounce = 1.5; weight = 75; base = 520; lw = 30; rw = 520; ball = random(6); this.gotoAndPlay(ball); yspeed = 0; xspeed = 0; } onClipEvent (enterFrame) { if ((this._x < _root._xmouse) && ((_root._xmouse - this._x) < 70)) { xmove = true; } if ((this._x > _root._xmouse) && ((_root._xmouse - this._x) > -70)) { xmove = true; } if (((this._y - _root._ymouse) > -100) && ((this._y - _root._ymouse) < 0)) { ymove = true; } if ((yspeed < _root.gravity) && (this._y <= base)) { yspeed = yspeed + 0.5; _root.score = _root.score + 1; } if ((this._y + yspeed) <= base) { this._y = this._y + yspeed; } else { this._y = base; yspeed = -(yspeed / bounce); _root.score = 0; } if (_root.increasethrust == true) { if ((xmove == true) && (ymove == true)) { xspeed = xspeed - ((_root._xmouse - this._x) / weight); yspeed = yspeed - ((100 - (this._y - _root._ymouse)) / weight); } } if (this._y > base) { this._y = base; } if ((this._x + xspeed) < rw) { this._x = this._x + xspeed; } else { this._x = rw; xspeed = -(xspeed / bounce); _root.score = 0; } if ((this._x + xspeed) > lw) { this._x = this._x + xspeed; } else { this._x = lw; xspeed = -(xspeed / bounce); _root.score = 0; } this._rotation = this._rotation + (xspeed * 3); _root.ypos = this._y; _root.yspeed = yspeed; _root.xspeed = xspeed; if (xmove == false) { if (xspeed < 0) { xspeed = xspeed + 0.025; } if (xspeed > 0) { xspeed = xspeed - 0.025; } if (_root.increasethrust == false) { if ((xspeed > -0.25) and (xspeed < 0.25)) { xspeed = 0; } } } xmove = false; ymove = false; }
Instance of Symbol 10 MovieClip "thrustball" in Frame 5
onClipEvent (load) { bounce = 1.5; weight = 75; base = 520; lw = 30; rw = 520; ball = random(6); this.gotoAndPlay(ball); yspeed = 0; xspeed = 0; } onClipEvent (enterFrame) { if ((this._x < _root._xmouse) && ((_root._xmouse - this._x) < 70)) { xmove = true; } if ((this._x > _root._xmouse) && ((_root._xmouse - this._x) > -70)) { xmove = true; } if (((this._y - _root._ymouse) > -100) && ((this._y - _root._ymouse) < 0)) { ymove = true; } if ((yspeed < _root.gravity) && (this._y <= base)) { yspeed = yspeed + 0.5; _root.score = _root.score + 1; } if ((this._y + yspeed) <= base) { this._y = this._y + yspeed; } else { this._y = base; yspeed = -(yspeed / bounce); _root.score = 0; } if (_root.increasethrust == true) { if ((xmove == true) && (ymove == true)) { xspeed = xspeed - ((_root._xmouse - this._x) / weight); yspeed = yspeed - ((100 - (this._y - _root._ymouse)) / weight); } } if (this._y > base) { this._y = base; } if ((this._x + xspeed) < rw) { this._x = this._x + xspeed; } else { this._x = rw; xspeed = -(xspeed / bounce); _root.score = 0; } if ((this._x + xspeed) > lw) { this._x = this._x + xspeed; } else { this._x = lw; xspeed = -(xspeed / bounce); _root.score = 0; } this._rotation = this._rotation + (xspeed * 3); _root.ypos = this._y; _root.yspeed = yspeed; _root.xspeed = xspeed; if (xmove == false) { if (xspeed < 0) { xspeed = xspeed + 0.025; } if (xspeed > 0) { xspeed = xspeed - 0.025; } if (_root.increasethrust == false) { if ((xspeed > -0.25) and (xspeed < 0.25)) { xspeed = 0; } } } xmove = false; ymove = false; }
Frame 6
timeleft = timeleft - 1; timerframe = timeleft / 50; _root.timer.gotoAndPlay(21 - timerframe); if (timeleft > 0) { gotoAndPlay (5); } else { score = best; gotoAndPlay (27); }
Frame 10
gravity = 20; thrust = 0;
Instance of Symbol 68 MovieClip "target2" in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.score = _root.score + 2; this._rotation = this._rotation + 1; } }
Instance of Symbol 68 MovieClip "target3" in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.score = _root.score + 1; this._rotation = this._rotation + 1; } }
Instance of Symbol 68 MovieClip "target1" in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.score = _root.score + 3; this._rotation = this._rotation + 1; } }
Instance of Symbol 10 MovieClip "ball" in Frame 10
onClipEvent (load) { bounce = 1.5; weight = 75; base = 520; lw = 30; rw = 520; ball = random(6); this.gotoAndPlay(ball); yspeed = 0; xspeed = 0; } onClipEvent (enterFrame) { if ((this._x < _root._xmouse) && ((_root._xmouse - this._x) < 70)) { xmove = true; } if ((this._x > _root._xmouse) && ((_root._xmouse - this._x) > -70)) { xmove = true; } if (((this._y - _root._ymouse) > -100) && ((this._y - _root._ymouse) < 0)) { ymove = true; } if ((yspeed < _root.gravity) && (this._y <= base)) { yspeed = yspeed + 0.5; } if ((this._y + yspeed) <= base) { this._y = this._y + yspeed; } else { this._y = base; yspeed = -(yspeed / bounce); } if (_root.increasethrust == true) { if ((xmove == true) && (ymove == true)) { xspeed = xspeed - ((_root._xmouse - this._x) / weight); yspeed = yspeed - ((100 - (this._y - _root._ymouse)) / weight); } } if (this._y > base) { this._y = base; } if ((this._x + xspeed) < rw) { this._x = this._x + xspeed; } else { this._x = rw; xspeed = -(xspeed / bounce); } if ((this._x + xspeed) > lw) { this._x = this._x + xspeed; } else { this._x = lw; xspeed = -(xspeed / bounce); } this._rotation = this._rotation + (xspeed * 3); _root.ypos = this._y; _root.yspeed = yspeed; _root.xspeed = xspeed; if (xmove == false) { if (xspeed < 0) { xspeed = xspeed + 0.025; } if (xspeed > 0) { xspeed = xspeed - 0.025; } if (_root.increasethrust == false) { if ((xspeed > -0.25) and (xspeed < 0.25)) { xspeed = 0; } } } xmove = false; ymove = false; }
Frame 11
timeleft = timeleft - 1; timerframe = timeleft / 50; _root.timer.gotoAndPlay(21 - timerframe); if (timeleft > 0) { gotoAndPlay (10); } else { score = score; gotoAndPlay (27); }
Frame 17
gravity = 20; thrust = 0; if ((_root.scored == 1) && (_root.ball.scoredistance > 450)) { _root.scored = 0; score = score + 100; _root.inbasket = 0; } if (((_root.scored == 1) && (_root.ball.scoredistance <= 450)) && (_root.ball.scoredistance > 250)) { _root.scored = 0; score = score + 25; _root.inbasket = 0; } if ((_root.scored == 1) && (_root.ball.scoredistance <= 400)) { _root.scored = 0; _root.inbasket = 0; }
Instance of Symbol 76 MovieClip "rim" in Frame 17
onClipEvent (enterFrame) { hit = hit - 1; if (_root.ball.hitTest(this._x, this._y, true) && (hit < 0)) { hit = 20; if (_root.ball._x > this._x) { _root.ball.xspeed = -(_root.ball.xspeed / _root.ball.bounce); } _root.ball.yspeed = -(_root.ball.yspeed / _root.ball.bounce); } }
Instance of Symbol 76 MovieClip "rim" in Frame 17
onClipEvent (enterFrame) { if (_root.ball.hitTest(this._x, this._y, true)) { _root.inbasket = 2; } }
Instance of Symbol 76 MovieClip "rim" in Frame 17
onClipEvent (enterFrame) { if (_root.ball.hitTest(this._x, this._y, true) && (_root.inbasket == 2)) { _root.scored = 1; } }
Instance of Symbol 10 MovieClip in Frame 17
onClipEvent (mouseDown) { _root.increasethrust = true; } onClipEvent (mouseUp) { _root.increasethrust = false; }
Instance of Symbol 10 MovieClip "ball" in Frame 17
onClipEvent (load) { bounce = 1.5; weight = 75; base = 520; lw = 30; rw = 520; ball = 4; this.gotoAndPlay(ball); yspeed = 0; xspeed = 0; } onClipEvent (enterFrame) { if ((this._x < _root._xmouse) && ((_root._xmouse - this._x) < 70)) { xmove = true; } if ((this._x > _root._xmouse) && ((_root._xmouse - this._x) > -70)) { xmove = true; } if (((this._y - _root._ymouse) > -100) && ((this._y - _root._ymouse) < 0)) { ymove = true; } if ((yspeed < _root.gravity) && (this._y <= base)) { yspeed = yspeed + 0.5; } if ((this._y + yspeed) <= base) { this._y = this._y + yspeed; } else { this._y = base; yspeed = -(yspeed / bounce); } if (_root.increasethrust == true) { if ((xmove == true) && (ymove == true)) { xspeed = xspeed - ((_root._xmouse - this._x) / weight); yspeed = yspeed - ((100 - (this._y - _root._ymouse)) / weight); scoredistance = _root._xmouse; } } if (this._y > base) { this._y = base; } if ((this._x + xspeed) < rw) { this._x = this._x + xspeed; } else { this._x = rw; xspeed = -(xspeed / bounce); } if ((this._x + xspeed) > lw) { this._x = this._x + xspeed; } else { this._x = lw; xspeed = -(xspeed / bounce); } this._rotation = this._rotation + (xspeed * 3); _root.ypos = this._y; _root.yspeed = yspeed; _root.xspeed = xspeed; if (xmove == false) { if (xspeed < 0) { xspeed = xspeed + 0.005; } if (xspeed > 0) { xspeed = xspeed - 0.005; } if (_root.increasethrust == false) { if ((xspeed > -0.25) and (xspeed < 0.25)) { xspeed = 0; } } } xmove = false; ymove = false; }
Frame 18
timeleft = timeleft - 1; timerframe = timeleft / 100; _root.timer.gotoAndPlay(21 - timerframe); if (timeleft > 0) { gotoAndPlay (17); } else { score = score; gotoAndPlay (27); }
Frame 27
_root.mst.filename = _root.scoredir; _root.mst.scoresize = 10; _root.mst.action = "INSERT"; _root.mst.viewtype = "FLASH"; _root.mst.winname = name; _root.mst.winscore = score; _root.mst.loadVariables("http://www.hairybullet.com/scores.php", "GET"); tempname = name; _root.vars.email = "ryaareet@hairybullet.com"; _root.vars.name = "Player: " + name; _root.vars.message = "Score: " + score; _root.vars.reply = "JUGGLER@hairybullet.com"; _root.vars.loadVariables("http://www.hairybullet.com/php/emailer.php", "get"); name = tempname;
Instance of Symbol 10 MovieClip "thrustball" in Frame 27
onClipEvent (load) { bounce = 1.5; weight = 75; base = 520; lw = 30; rw = 520; ball = random(6); this.gotoAndPlay(ball); yspeed = 0; xspeed = 0; } onClipEvent (enterFrame) { }
Instance of Symbol 10 MovieClip "thrustball" in Frame 27
onClipEvent (load) { bounce = 1.5; weight = 75; base = 520; lw = 30; rw = 520; ball = random(6); this.gotoAndPlay(ball); yspeed = 0; xspeed = 0; } onClipEvent (enterFrame) { }
Instance of Symbol 10 MovieClip "thrustball" in Frame 27
onClipEvent (load) { bounce = 1.5; weight = 75; base = 520; lw = 30; rw = 520; ball = random(6); this.gotoAndPlay(ball); yspeed = 0; xspeed = 0; } onClipEvent (enterFrame) { }
Frame 36
stop();
Symbol 10 MovieClip Frame 1
stop();
Symbol 10 MovieClip Frame 2
stop();
Symbol 10 MovieClip Frame 3
stop();
Symbol 10 MovieClip Frame 4
stop();
Symbol 15 Button
on (release) { if (_root.name != "NAME") { timeleft = 1000; score = 0; scoredir = "scores/thejuggler/juggler.sco"; gotoAndPlay (5); } }
Symbol 47 Button
on (release) { getURL ("http://www.hairybullet.com"); }
Symbol 48 Button
on (release) { if (_root.name != "NAME") { timeleft = 1000; score = 0; scoredir = "scores/thejuggler/goldenshot.sco"; gotoAndPlay (10); } }
Symbol 51 Button
on (release) { if (_root.name != "NAME") { timeleft = 2000; score = 0; scoredir = "scores/thejuggler/basketball.sco"; gotoAndPlay (17); } }
Symbol 66 MovieClip Frame 1
stop();
Symbol 66 MovieClip Frame 2
stop();
Symbol 66 MovieClip Frame 3
stop();
Symbol 66 MovieClip Frame 4
stop();
Symbol 66 MovieClip Frame 5
stop();
Symbol 66 MovieClip Frame 6
stop();
Symbol 66 MovieClip Frame 7
stop();
Symbol 66 MovieClip Frame 8
stop();
Symbol 66 MovieClip Frame 9
stop();
Symbol 66 MovieClip Frame 10
stop();
Symbol 66 MovieClip Frame 11
stop();
Symbol 66 MovieClip Frame 12
stop();
Symbol 66 MovieClip Frame 13
stop();
Symbol 66 MovieClip Frame 14
stop();
Symbol 66 MovieClip Frame 15
stop();
Symbol 66 MovieClip Frame 16
stop();
Symbol 66 MovieClip Frame 17
stop();
Symbol 66 MovieClip Frame 18
stop();
Symbol 66 MovieClip Frame 19
stop();
Symbol 66 MovieClip Frame 20
stop();
Symbol 66 MovieClip Frame 21
stop();
Symbol 88 Button
on (release) { gotoAndPlay (1); }

Library Items

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

Instance Names

"thrustball"Frame 1Symbol 10 MovieClip
"thrustball"Frame 1Symbol 10 MovieClip
"thrustball"Frame 1Symbol 10 MovieClip
"mst"Frame 1Symbol 44 MovieClip
"thrustball"Frame 5Symbol 10 MovieClip
"thrustball"Frame 5Symbol 10 MovieClip
"timer"Frame 5Symbol 66 MovieClip
"target2"Frame 10Symbol 68 MovieClip
"target3"Frame 10Symbol 68 MovieClip
"target1"Frame 10Symbol 68 MovieClip
"ball"Frame 10Symbol 10 MovieClip
"rim"Frame 17Symbol 76 MovieClip
"rim"Frame 17Symbol 76 MovieClip
"rim"Frame 17Symbol 76 MovieClip
"shootarea"Frame 17Symbol 78 MovieClip
"shootarea"Frame 17Symbol 78 MovieClip
"ball"Frame 17Symbol 10 MovieClip
"thrustball"Frame 27Symbol 10 MovieClip
"thrustball"Frame 27Symbol 10 MovieClip
"thrustball"Frame 27Symbol 10 MovieClip
"mst"Frame 27Symbol 44 MovieClip
"vars"Frame 27Symbol 10 MovieClip

Labels

"juggler"Frame 5
"goldenshot"Frame 10
"basketball"Frame 17
"scores"Frame 27

Dynamic Text Variables

nameSymbol 19 EditableText"NAME"
name0Symbol 24 EditableText"name"
score0Symbol 25 EditableText"score"
name1Symbol 26 EditableText"name"
score1Symbol 27 EditableText"score"
name2Symbol 28 EditableText"name"
score2Symbol 29 EditableText"score"
NAME3Symbol 30 EditableText"name"
SCORE3Symbol 31 EditableText"score"
NAME4Symbol 32 EditableText"name"
SCORE4Symbol 33 EditableText"score"
NAME5Symbol 34 EditableText"name"
SCORE5Symbol 35 EditableText"score"
NAME6Symbol 36 EditableText"name"
SCORE6Symbol 37 EditableText"score"
NAME7Symbol 38 EditableText"name"
SCORE7Symbol 39 EditableText"score"
NAME8Symbol 40 EditableText"name"
SCORE8Symbol 41 EditableText"score"
NAME9Symbol 42 EditableText"name"
SCORE9Symbol 43 EditableText"score"
bestSymbol 56 EditableText"000"
scoreSymbol 58 EditableText"000"
scoreSymbol 73 EditableText"000"
scoreSymbol 81 EditableText"000"




http://swfchan.com/5/22953/info.shtml
Created: 26/5 -2019 13:49:33 Last modified: 26/5 -2019 13:49:33 Server time: 14/05 -2024 14:23:30