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

swfchan turned sixteen years old yesterday! (5may2024)

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

Pinheadz.swf

This is the info page for
Flash #26911

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


Text
Copyright  c  2003 eUniverse, Inc. All Rights Reserved.

Instructions

Instructions

Starting with 10 Frames knock
down as many pins as possible.
Score 10 points for every pin.
Score a strike and gain TWO
bonus frames and 300  bonus
points. Score a Spare and gain
one bonus frame & 100 bonus
points. The game will end after
5 minutes or when you have no
more frames to play.

Mouse - Position Ball
Left Mouse Button - Launch Ball
Use direction indicator to apply
swerve to the ball.

Controls

Controls

START

START

INSTRUCTIONS

INSTRUCTIONS

INSTRUCTIONS

fx

00

FRAME

00

00

00

00

00

00

00

00

FRAME

000

000

000

000

000

000

000

000

000

00:00

00:00

00:00

00:00

00:00

00:00

00:00

00:00

00:00

SPARE
+100

Bonus Frame

Bonus Frame

+300

STR

IKE

X2

X2

SCORE

SCORE

0000

0000

0000

0000

0000

0000

0000

0000

0000

0

0

0

0

game over

TOTALSCORE

TOTALSCORE

TOTALSCORE

TOTALSCORE

TOTALSCORE

TOTALSCORE

TOTALSCORE

TOTALSCORE

TOTALSCORE

TOTAL SCORE

TOTAL SCORE

ActionScript [AS1/AS2]

Frame 1
totalscore = 0; frame = 10; first = 0; second = 0; min = 5; sec = 0; scored = 0; stop(); gutter = false;
Instance of Symbol 3 MovieClip in Frame 1
onClipEvent (enterFrame) { this._x = this._x + 3; this._y = this._y + 1.5; if (this._x > 600) { this._x = -100; } if (this._y > 600) { this._y = -200; } }
Instance of Symbol 3 MovieClip in Frame 1
onClipEvent (enterFrame) { this._x = this._x + 3; this._y = this._y + 1.5; if (this._x > 600) { this._x = -100; } if (this._y > 600) { this._y = -200; } }
Instance of Symbol 3 MovieClip in Frame 1
onClipEvent (enterFrame) { this._x = this._x + 3; this._y = this._y + 1.5; if (this._x > 600) { this._x = -100; } if (this._y > 600) { this._y = -200; } }
Frame 2
xmod = 1.04; ymod = 1.02; deflectionmod = 50; displayscore = 0; walll = 186.4; wallr = 326.4;
Instance of Symbol 92 MovieClip in Frame 2
onClipEvent (enterFrame) { if (_root.frame < 1) { _root.gotoAndPlay("end"); } }
Frame 3
stop();
Instance of Symbol 178 MovieClip "meter" in Frame 3
onClipEvent (load) { spin = 0; spindir = "right"; } onClipEvent (enterFrame) { this._x = _root.ball._x + (spin * 7); if (_root.bowled == false) { if (spindir == "right") { spin = spin + (0.2 + (_root.frame * 0.005)); } if (spindir == "left") { spin = spin - (0.2 + (_root.frame * 0.005)); } if (spin > 5) { spindir = "left"; } if (spin < -5) { spindir = "right"; } dirimage = spin + 5.5; _root.ball.ospin = spin; _root.spin = spin; if ((spin > -1) and (spin < 1)) { _root.ball.ospin = 0; _root.spin = 0; } marker.gotoAndStop(int(dirimage * 5)); } }
Instance of Symbol 180 MovieClip "ball" in Frame 3
onClipEvent (load) { _root.displayscore = 0; this._x = 260; this._y = 373; this._xscale = 50; this._yscale = 50; attempt = 1; this._x = this._x + random(5); _root.bowled = false; } onClipEvent (enterFrame) { if (_root.bowled == true) { _x = (_x + ((-mod) / 62)); if (ospin > 0) { _root.spin = _root.spin - 0.15; } if (ospin < 0) { _root.spin = _root.spin + 0.15; } this._x = this._x + _root.spin; this._y = this._y - y; if (_root.gutterleft.hitTest(_x, _y, true)) { trace("gutter ball"); _root.gutter = true; _x = (_x + 2.5); _root.fx.gotoAndPlay("hitgutter"); _root.spin = 0; ospin = 0; } if (_root.gutterright.hitTest(_x, _y, true)) { trace("gutter ball"); _root.gutter = true; _x = (_x - 2.5); _root.fx.gotoAndPlay("hitgutter"); _root.spin = 0; ospin = 0; } this._xscale = this._xscale - 0.6; this._yscale = this._yscale - 0.6; } if (this._y < -500) { _root.gutter = false; if (attempt == 1) { _root.ms.gotoAndPlay(2); _root.first = _root.score; if (_root.first > 9) { _root.frame = _root.frame + 1; attempt = 0; _root.score = 0; _root.totalscore = _root.totalscore + 300; _root.first = 0; _root.ft.gotoAndPlay(16); _root.shout.gotoAndPlay("strike"); _root.gotoAndPlay(2); } _root.scored = _root.first; _root.scored1.scored2.scored = _root.first * 10; _root.scored1.gotoAndPlay(2); } else if (attempt == 2) { _root.second = _root.score; _root.scored1.scored2.scored = _root.second * 10; _root.scored1.gotoAndPlay(2); } _root.score = 0; _root.displayscore = _root.first + _root.second; trace("DISPLAY SCORE " + _root.displayscore); _root.display.gotoAndPlay(2); _root.fx.gotoAndPlay("back"); attempt++; if (attempt == 3) { _root.ft.gotoAndPlay(16); if ((_root.first + _root.second) == 10) { _root.totalscore = _root.totalscore + 100; _root.frame = _root.frame + 1; _root.shout.gotoAndPlay("spare"); } _root.displayscore = 0; _root.frame = _root.frame - 1; _root.totalscore = _root.totalscore + ((_root.first + _root.second) * 10); _root.first = 0; _root.second = 0; _root.ms.gotoAndPlay(2); attempt = 1; _root.gotoAndPlay(2); } _root.meter._visible = true; _root.bowled = false; this._xscale = 50; this._yscale = 50; this._x = 260; this._y = 373; mod = 0; this.y = 0; this.x = 0; } if (_root.bowled == false) { this._x = _root._xmouse; if (_x < 150) { _x = 150; } if (_x > 400) { _x = 400; } mod = this._x - 256; } } onClipEvent (mouseDown) { _root.ball.gotoAndStop(45); _root.fx.gotoAndPlay("end"); _root.meter._visible = false; _root.bowled = true; y = 7; }
Instance of Symbol 188 MovieClip "0" in Frame 3
onClipEvent (load) { this.x = 0; this.y = 0; hit = false; } onClipEvent (enterFrame) { this._x = this._x + x; this._y = this._y + y; if ((this.hitTest(_root.ball) & (hit == false)) && (_root.gutter == false)) { _root.score++; _root.fp7._visible = false; gotoAndPlay (2); pinx = _x; piny = _y; ballx = _root.ball._x; bally = _root.ball._y; xdeflection = pinx - ballx; ydeflection = piny - bally; if (ydeflection > 0) { ydeflection = -ydeflection; } hit = true; this.x = (xdeflection / _root.deflectionmod) * _root.ball.y; this.y = (ydeflection / _root.deflectionmod) * _root.ball.y; } if (this.x > 0) { this.x = this.x / _root.xmod; } if (this.x < 0) { this.x = this.x / _root.xmod; } if (this.y < 0) { this.y = this.y / _root.ymod; } if (_y > 58) { _y = 58; y = 0; } }
Instance of Symbol 188 MovieClip "1" in Frame 3
onClipEvent (load) { this.x = 0; this.y = 0; hit = false; } onClipEvent (enterFrame) { this._x = this._x + x; this._y = this._y + y; if ((this.hitTest(_root.ball) & (hit == false)) && (_root.gutter == false)) { _root.score++; _root.fp8._visible = false; gotoAndPlay (2); pinx = _x; piny = _y; ballx = _root.ball._x; bally = _root.ball._y; xdeflection = pinx - ballx; ydeflection = piny - bally; if (ydeflection > 0) { ydeflection = -ydeflection; } hit = true; this.x = (xdeflection / _root.deflectionmod) * _root.ball.y; this.y = (ydeflection / _root.deflectionmod) * _root.ball.y; } if (this.x > 0) { this.x = this.x / _root.xmod; } if (this.x < 0) { this.x = this.x / _root.xmod; } if (this.y < 0) { this.y = this.y / _root.ymod; } if (_y > 58) { _y = 58; y = 0; } }
Instance of Symbol 188 MovieClip "2" in Frame 3
onClipEvent (load) { this.x = 0; this.y = 0; hit = false; } onClipEvent (enterFrame) { this._x = this._x + x; this._y = this._y + y; if ((this.hitTest(_root.ball) & (hit == false)) && (_root.gutter == false)) { _root.score++; _root.fp9._visible = false; gotoAndPlay (2); pinx = _x; piny = _y; ballx = _root.ball._x; bally = _root.ball._y; xdeflection = pinx - ballx; ydeflection = piny - bally; if (ydeflection > 0) { ydeflection = -ydeflection; } hit = true; this.x = (xdeflection / _root.deflectionmod) * _root.ball.y; this.y = (ydeflection / _root.deflectionmod) * _root.ball.y; } if (this.x > 0) { this.x = this.x / _root.xmod; } if (this.x < 0) { this.x = this.x / _root.xmod; } if (this.y < 0) { this.y = this.y / _root.ymod; } if (_y > 58) { _y = 58; y = 0; } }
Instance of Symbol 188 MovieClip "3" in Frame 3
onClipEvent (load) { this.x = 0; this.y = 0; hit = false; } onClipEvent (enterFrame) { this._x = this._x + x; this._y = this._y + y; if ((this.hitTest(_root.ball) & (hit == false)) && (_root.gutter == false)) { _root.score++; _root.fp10._visible = false; gotoAndPlay (2); pinx = _x; piny = _y; ballx = _root.ball._x; bally = _root.ball._y; xdeflection = pinx - ballx; ydeflection = piny - bally; if (ydeflection > 0) { ydeflection = -ydeflection; } hit = true; this.x = (xdeflection / _root.deflectionmod) * _root.ball.y; this.y = (ydeflection / _root.deflectionmod) * _root.ball.y; } if (this.x > 0) { this.x = this.x / _root.xmod; } if (this.x < 0) { this.x = this.x / _root.xmod; } if (this.y < 0) { this.y = this.y / _root.ymod; } if (_y > 58) { _y = 58; y = 0; } }
Instance of Symbol 188 MovieClip "4" in Frame 3
onClipEvent (load) { this.x = 0; this.y = 0; hit = false; } onClipEvent (enterFrame) { if (_x != 0) { this._x = this._x + x; this._y = this._y + y; if ((this.hitTest(_root.ball) & (hit == false)) && (_root.gutter == false)) { _root.score++; _root.fp4._visible = false; gotoAndPlay (2); pinx = _x; piny = _y; ballx = _root.ball._x; bally = _root.ball._y; xdeflection = pinx - ballx; ydeflection = piny - bally; if (ydeflection > 0) { ydeflection = -ydeflection; } hit = true; this.x = (xdeflection / _root.deflectionmod) * _root.ball.y; this.y = (ydeflection / _root.deflectionmod) * _root.ball.y; } if (this.x > 0) { this.x = this.x / _root.xmod; } if (this.x < 0) { this.x = this.x / _root.xmod; } if (this.y < 0) { this.y = this.y / _root.ymod; } if (_y > 62) { _y = 62; y = 0; } } }
Instance of Symbol 188 MovieClip "5" in Frame 3
onClipEvent (load) { this.x = 0; this.y = 0; hit = false; } onClipEvent (enterFrame) { this._x = this._x + x; this._y = this._y + y; if (this.hitTest(_root.ball) & (hit == false)) { _root.score++; _root.fp5._visible = false; gotoAndPlay (2); pinx = _x; piny = _y; ballx = _root.ball._x; bally = _root.ball._y; xdeflection = pinx - ballx; ydeflection = piny - bally; if (ydeflection > 0) { ydeflection = -ydeflection; } hit = true; this.x = (xdeflection / _root.deflectionmod) * _root.ball.y; this.y = (ydeflection / _root.deflectionmod) * _root.ball.y; } if (this.x > 0) { this.x = this.x / _root.xmod; } if (this.x < 0) { this.x = this.x / _root.xmod; } if (this.y < 0) { this.y = this.y / _root.ymod; } if (_y > 62) { _y = 62; y = 0; } }
Instance of Symbol 188 MovieClip "6" in Frame 3
onClipEvent (load) { this.x = 0; this.y = 0; hit = false; } onClipEvent (enterFrame) { this._x = this._x + x; this._y = this._y + y; if ((this.hitTest(_root.ball) & (hit == false)) && (_root.gutter == false)) { _root.score++; _root.fp6._visible = false; gotoAndPlay (2); pinx = _x; piny = _y; ballx = _root.ball._x; bally = _root.ball._y; xdeflection = pinx - ballx; ydeflection = piny - bally; if (ydeflection > 0) { ydeflection = -ydeflection; } hit = true; this.x = (xdeflection / _root.deflectionmod) * _root.ball.y; this.y = (ydeflection / _root.deflectionmod) * _root.ball.y; } if (this.x > 0) { this.x = this.x / _root.xmod; } if (this.x < 0) { this.x = this.x / _root.xmod; } if (this.y < 0) { this.y = this.y / _root.ymod; } if (_y > 62) { _y = 62; y = 0; } }
Instance of Symbol 188 MovieClip "8" in Frame 3
onClipEvent (load) { this.x = 0; this.y = 0; hit = false; } onClipEvent (enterFrame) { this._x = this._x + x; this._y = this._y + y; if (this.hitTest(_root.ball) & (hit == false)) { _root.score++; _root.fp1._visible = false; gotoAndPlay (2); pinx = _x; piny = _y; ballx = _root.ball._x; bally = _root.ball._y; xdeflection = pinx - ballx; ydeflection = piny - bally; if (ydeflection > 0) { ydeflection = -ydeflection; } hit = true; this.x = (xdeflection / _root.deflectionmod) * _root.ball.y; this.y = (ydeflection / _root.deflectionmod) * _root.ball.y; } if (this.x > 0) { this.x = this.x / _root.xmod; } if (this.x < 0) { this.x = this.x / _root.xmod; } if (this.y < 0) { this.y = this.y / _root.ymod; } if (_y > 67) { _y = 67; y = 0; } }
Instance of Symbol 188 MovieClip "9" in Frame 3
onClipEvent (load) { this.x = 0; this.y = 0; hit = false; } onClipEvent (enterFrame) { this._x = this._x + x; this._y = this._y + y; if ((this.hitTest(_root.ball) & (hit == false)) && (_root.gutter == false)) { _root.score++; _root.fp2._visible = false; gotoAndPlay (2); pinx = _x; piny = _y; ballx = _root.ball._x; bally = _root.ball._y; xdeflection = pinx - ballx; ydeflection = piny - bally; if (ydeflection > 0) { ydeflection = -ydeflection; } hit = true; this.x = (xdeflection / _root.deflectionmod) * _root.ball.y; this.y = (ydeflection / _root.deflectionmod) * _root.ball.y; } if (this.x > 0) { this.x = this.x / _root.xmod; } if (this.x < 0) { this.x = this.x / _root.xmod; } if (this.y < 0) { this.y = this.y / _root.ymod; } if (_y > 67) { _y = 67; y = 0; } }
Instance of Symbol 188 MovieClip "10" in Frame 3
onClipEvent (load) { this.x = 0; this.y = 0; hit = false; } onClipEvent (enterFrame) { this._x = this._x + x; this._y = this._y + y; if (this.hitTest(_root.ball) & (hit == false)) { _root.score++; _root.fp0._visible = false; gotoAndPlay (2); pinx = _x; piny = _y; ballx = _root.ball._x; bally = _root.ball._y; xdeflection = pinx - ballx; ydeflection = piny - bally; if (ydeflection > 0) { ydeflection = -ydeflection; } hit = true; this.x = (xdeflection / _root.deflectionmod) * _root.ball.y; this.y = (ydeflection / _root.deflectionmod) * _root.ball.y; } if (this.x > 0) { this.x = this.x / _root.xmod; } if (this.x < 0) { this.x = this.x / _root.xmod; } if (this.y < 0) { this.y = this.y / _root.ymod; } if (_y > 72) { _y = 72; y = 0; } }
Instance of Symbol 180 MovieClip "ball" in Frame 4
onClipEvent (load) { _root.displayscore = 0; this._x = 260; this._y = 373; this._xscale = 50; this._yscale = 50; attempt = 1; this._x = this._x + random(5); _root.bowled = false; } onClipEvent (enterFrame) { if (_root.bowled == true) { _x = (_x + ((-mod) / 62)); if (ospin > 0) { _root.spin = _root.spin - 0.15; } if (ospin < 0) { _root.spin = _root.spin + 0.15; } this._x = this._x + _root.spin; this._y = this._y - y; if (_root.gutterleft.hitTest(_x, _y, true)) { trace("gutter ball"); _root.gutter = true; _x = (_x + 2.5); _root.fx.gotoAndPlay("hitgutter"); _root.spin = 0; ospin = 0; } if (_root.gutterright.hitTest(_x, _y, true)) { trace("gutter ball"); _root.gutter = true; _x = (_x - 2.5); _root.fx.gotoAndPlay("hitgutter"); _root.spin = 0; ospin = 0; } this._xscale = this._xscale - 0.6; this._yscale = this._yscale - 0.6; } if (this._y < -500) { _root.gutter = false; if (attempt == 1) { _root.ms.gotoAndPlay(2); _root.first = _root.score; if (_root.first > 9) { attempt = 0; _root.score = 0; _root.totalscore = _root.totalscore + 300; _root.first = 0; trace("FIRST+" + _root.first); _root.shout.gotoAndPlay("strike"); _root.ft.gotoAndPlay(16); _root.gotoAndPlay(2); } _root.scored = _root.first; _root.scored1.scored2.scored = _root.first * 10; _root.scored1.gotoAndPlay(2); } else if (attempt == 2) { _root.second = _root.score; _root.scored1.scored2.scored = _root.second * 10; _root.scored1.gotoAndPlay(2); } _root.score = 0; _root.displayscore = _root.first + _root.second; trace("DISPLAY SCORE " + _root.displayscore); _root.display.gotoAndPlay(2); _root.fx.gotoAndPlay("back"); attempt++; if (attempt == 3) { _root.ft.gotoAndPlay(16); if ((_root.first + _root.second) == 10) { trace("SPARE"); _root.totalscore = _root.totalscore + 100; _root.frame = _root.frame + 1; _root.shout.gotoAndPlay("spare"); } _root.displayscore = 0; _root.frame = _root.frame - 1; _root.totalscore = _root.totalscore + ((_root.first + _root.second) * 10); _root.first = 0; _root.second = 0; _root.ms.gotoAndPlay(2); trace("try again"); attempt = 1; _root.gotoAndPlay(2); } _root.meter._visible = true; _root.bowled = false; this._xscale = 50; this._yscale = 50; this._x = 260; this._y = 373; mod = 0; this.y = 0; this.x = 0; } if (_root.bowled == false) { this._x = _root._xmouse; if (_x < 150) { _x = 150; } if (_x > 400) { _x = 400; } mod = this._x - 256; } } onClipEvent (mouseDown) { _root.ball.gotoAndStop(45); _root.fx.gotoAndPlay("end"); _root.meter._visible = false; _root.bowled = true; y = 7; }
Instance of Symbol 188 MovieClip "rp0" in Frame 4
onClipEvent (load) { this.x = 0; this.y = 0; hit = false; } onClipEvent (enterFrame) { this._x = this._x + x; this._y = this._y + y; if ((this.x > 0) || (this.x < 0)) { this.x = this.x / _root.xmod; } if (this.y < 0) { this.y = this.y / _root.ymod; } }
Instance of Symbol 188 MovieClip "rp1" in Frame 4
onClipEvent (load) { this.x = 0; this.y = 0; hit = false; } onClipEvent (enterFrame) { this._x = this._x + x; this._y = this._y + y; if ((this.x > 0) || (this.x < 0)) { this.x = this.x / _root.xmod; } if (this.y < 0) { this.y = this.y / _root.ymod; } }
Instance of Symbol 188 MovieClip "rp2" in Frame 4
onClipEvent (load) { this.x = 0; this.y = 0; hit = false; } onClipEvent (enterFrame) { this._x = this._x + x; this._y = this._y + y; if ((this.x > 0) || (this.x < 0)) { this.x = this.x / _root.xmod; } if (this.y < 0) { this.y = this.y / _root.ymod; } }
Instance of Symbol 188 MovieClip "rp3" in Frame 4
onClipEvent (load) { this.x = 0; this.y = 0; hit = false; } onClipEvent (enterFrame) { this._x = this._x + x; this._y = this._y + y; if ((this.x > 0) || (this.x < 0)) { this.x = this.x / _root.xmod; } if (this.y < 0) { this.y = this.y / _root.ymod; } }
Instance of Symbol 188 MovieClip "rp4" in Frame 4
onClipEvent (load) { this.x = 0; this.y = 0; hit = false; } onClipEvent (enterFrame) { this._x = this._x + x; this._y = this._y + y; if ((this.x > 0) || (this.x < 0)) { this.x = this.x / _root.xmod; } if (this.y < 0) { this.y = this.y / _root.ymod; } }
Instance of Symbol 188 MovieClip "rp5" in Frame 4
onClipEvent (load) { this.x = 0; this.y = 0; hit = false; } onClipEvent (enterFrame) { this._x = this._x + x; this._y = this._y + y; if ((this.x > 0) || (this.x < 0)) { this.x = this.x / _root.xmod; } if (this.y < 0) { this.y = this.y / _root.ymod; } }
Instance of Symbol 188 MovieClip "rp6" in Frame 4
onClipEvent (load) { this.x = 0; this.y = 0; hit = false; } onClipEvent (enterFrame) { this._x = this._x + x; this._y = this._y + y; if ((this.x > 0) || (this.x < 0)) { this.x = this.x / _root.xmod; } if (this.y < 0) { this.y = this.y / _root.ymod; } }
Instance of Symbol 188 MovieClip "rp1" in Frame 4
onClipEvent (load) { this.x = 0; this.y = 0; hit = false; } onClipEvent (enterFrame) { this._x = this._x + x; this._y = this._y + y; if ((this.x > 0) || (this.x < 0)) { this.x = this.x / _root.xmod; } if (this.y < 0) { this.y = this.y / _root.ymod; } }
Instance of Symbol 188 MovieClip "rp2" in Frame 4
onClipEvent (load) { this.x = 0; this.y = 0; hit = false; } onClipEvent (enterFrame) { this._x = this._x + x; this._y = this._y + y; if ((this.x > 0) || (this.x < 0)) { this.x = this.x / _root.xmod; } if (this.y < 0) { this.y = this.y / _root.ymod; } }
Instance of Symbol 188 MovieClip "rp0" in Frame 4
onClipEvent (load) { this.x = 0; this.y = 0; hit = false; } onClipEvent (enterFrame) { this._x = this._x + x; this._y = this._y + y; if ((this.x > 0) || (this.x < 0)) { this.x = this.x / _root.xmod; } if (this.y < 0) { this.y = this.y / _root.ymod; } }
Instance of Symbol 3 MovieClip in Frame 4
onClipEvent (load) { pinnumber = 0; } onClipEvent (enterFrame) { if (_root["fp" + i].hitTest(_root.ball) & (_root["fp" + i].hit == false)) { _root.score++; _root["fp" + i]._visible = false; _root["rp" + i].pinx = _root["rp" + i]._x; _root["rp" + i].piny = _root["rp" + i]._y; _root["rp" + i].ballx = _root.ball._x; _root["rp" + i].bally = _root.ball._y; _root["rp" + i].xdeflection = _root["rp" + i].pinx - _root["rp" + i].ballx; _root["rp" + i].ydeflection = _root["rp" + i].piny - _root["rp" + i].bally; if (_root["rp" + i].ydeflection > 0) { _root["fp" + i].ydeflection = -_root["fp" + i].ydeflection; } _root["rp" + i].hit = true; _root["rp" + i].x = (_root["rp" + i].xdeflection / _root.deflectionmod) * _root.ball.y; _root["rp" + i].y = (_root["rp" + i].ydeflection / _root.deflectionmod) * _root.ball.y; } pinnumber++; if (pinnumber > 9) { pinnumber = 0; } }
Instance of Symbol 92 MovieClip in Frame 4
onClipEvent (enterFrame) { if (_root.frame < 1) { _root.gotoAndPlay("end"); } }
Instance of Symbol 3 MovieClip in Frame 15
onClipEvent (enterFrame) { this._x = this._x + 3; this._y = this._y + 1.5; if (this._x > 600) { this._x = -100; } if (this._y > 600) { this._y = -200; } }
Instance of Symbol 3 MovieClip in Frame 15
onClipEvent (enterFrame) { this._x = this._x + 3; this._y = this._y + 1.5; if (this._x > 600) { this._x = -100; } if (this._y > 600) { this._y = -200; } }
Instance of Symbol 3 MovieClip in Frame 15
onClipEvent (enterFrame) { this._x = this._x + 3; this._y = this._y + 1.5; if (this._x > 600) { this._x = -100; } if (this._y > 600) { this._y = -200; } }
Instance of Symbol 92 MovieClip "mst" in Frame 15
onClipEvent (load) { olddate = new Date(); } onClipEvent (enterFrame) { newdate = new Date(); ms = newdate.getTime() - olddate.getTime(); pre = ""; if (ms > 1000) { _root.c1._rotation = _root.c1._rotation + 6; _root.c2._rotation = _root.c2._rotation - 6; _root.sec = _root.sec - 1; msec = 35; olddate = new Date(); } if (_root.sec < 0) { _root.sec = 59; _root.min = _root.min - 1; } if (_root.sec < 10) { pre = "0"; } clock = ((("0" + _root.min) + ":") + pre) + _root.sec; if (_root.frame < 0) { _root.fx.score = _root.totalscore; _root.fx.id = 9; _root.fx.getURL("http://www.hairybulletgames.com/submitscore.php", "_self", "GET"); } if ((_root.sec == 0) && (_root.min == 0)) { _root.fx.score = _root.totalscore; _root.fx.id = 9; _root.fx.getURL("http://www.hairybulletgames.com/submitscore.php", "_self", "GET"); } mx = _root._xmouse; my = _root._ymouse; this.xpos = int((mx - _root.playingarea._x) / 36); this.ypos = int((my - _root.playingarea._y) / 32); }
Frame 32
stop();
Symbol 23 MovieClip Frame 20
stop();
Symbol 24 MovieClip Frame 29
stop();
Symbol 25 MovieClip Frame 1
stop();
Symbol 25 MovieClip Frame 2
stop();
Symbol 32 Button
on (release) { stopAllSounds(); gotoAndPlay (2); }
Symbol 36 Button
on (release) { _root.title.gotoAndStop(77); }
Symbol 46 MovieClip Frame 1
stop();
Symbol 46 MovieClip Frame 26
stop();
Symbol 46 MovieClip Frame 46
stop();
Symbol 50 MovieClip Frame 1
stop();
Symbol 50 MovieClip Frame 2
stop();
Symbol 51 MovieClip Frame 1
stop();
Symbol 51 MovieClip Frame 2
if (_root.displayscore == 1) { stop(); } if (_root.displayscore == 0) { gotoAndStop (1); }
Symbol 51 MovieClip Frame 6
if (_root.displayscore == 2) { stop(); }
Symbol 51 MovieClip Frame 11
if (_root.displayscore == 3) { stop(); }
Symbol 51 MovieClip Frame 16
if (_root.displayscore == 4) { stop(); }
Symbol 51 MovieClip Frame 21
if (_root.displayscore == 5) { stop(); }
Symbol 51 MovieClip Frame 26
if (_root.displayscore == 6) { stop(); }
Symbol 51 MovieClip Frame 31
if (_root.displayscore == 7) { stop(); }
Symbol 51 MovieClip Frame 36
if (_root.displayscore == 8) { stop(); }
Symbol 51 MovieClip Frame 41
if (_root.displayscore == 9) { stop(); }
Symbol 51 MovieClip Frame 46
if (_root.displayscore == 10) { stop(); }
Symbol 51 MovieClip Frame 52
stop();
Symbol 68 MovieClip Frame 1
text.frame = _root.frame;
Symbol 68 MovieClip Frame 15
stop();
Symbol 82 MovieClip Frame 1
stop();
Symbol 111 MovieClip Frame 1
stop();
Symbol 111 MovieClip Frame 50
gotoAndStop (1);
Symbol 124 MovieClip Frame 1
this.totalscore = _root.totalscore; if ((this.totalscore < 1000) && (this.totalscore > 99)) { this.totalscore = "0" + _root.totalscore; } if (this.totalscore < 100) { this.totalscore = "00" + _root.totalscore; } if (this.totalscore == 0) { this.totalscore = "0000"; } _root.ms.t.totalscore = this.totalscore; stop();
Symbol 180 MovieClip Frame 45
stop();
Symbol 185 MovieClip Frame 1
stop();
Symbol 185 MovieClip Frame 2
stop();
Symbol 188 MovieClip Frame 1
stop();
Symbol 188 MovieClip Frame 2
r = random(3); pinimage.gotoAndPlay(r);
Symbol 188 MovieClip Frame 82
stop();
Symbol 206 MovieClip Frame 1
score = _level0.totalscore; gcode = _level0.gcode; if (score == 0) { score = 5; } if (url_dest == null) { getURL ("game.cfm", "_self", "POST"); } else { getURL (url_dest, "_self", "POST"); } stop();

Library Items

Symbol 1 GraphicUsed by:Timeline
Symbol 2 GraphicUsed by:3
Symbol 3 MovieClipUses:2Used by:25  Timeline
Symbol 4 FontUsed by:5
Symbol 5 TextUses:4Used by:Timeline
Symbol 6 GraphicUsed by:7
Symbol 7 MovieClipUses:6Used by:25 180
Symbol 8 GraphicUsed by:25
Symbol 9 GraphicUsed by:25
Symbol 10 GraphicUsed by:11
Symbol 11 MovieClipUses:10Used by:24
Symbol 12 FontUsed by:13 14 20 21 83 84 85 86 87 88 89 90 91 193
Symbol 13 TextUses:12Used by:15
Symbol 14 TextUses:12Used by:15
Symbol 15 MovieClipUses:13 14Used by:23
Symbol 16 FontUsed by:17 18 55 56 57 58 59 60 61 62 63 64 65 72 73 74 75 76 77 78 79 80 94 95 96 99 102 105 108 109 112 113 114 115 116 117 118 119 120 121 122 194 195 196 197 198 199 200 201 202 203 204
Symbol 17 TextUses:16Used by:19
Symbol 18 TextUses:16Used by:19
Symbol 19 MovieClipUses:17 18Used by:23
Symbol 20 TextUses:12Used by:22
Symbol 21 TextUses:12Used by:22
Symbol 22 MovieClipUses:20 21Used by:23
Symbol 23 MovieClipUses:15 19 22Used by:24
Symbol 24 MovieClipUses:11 23Used by:25
Symbol 25 MovieClipUses:7 8 3 9 24Used by:Timeline
Symbol 26 GraphicUsed by:32
Symbol 27 FontUsed by:28 30 33 34 35 43 125 126 190 191
Symbol 28 TextUses:27Used by:32
Symbol 29 GraphicUsed by:32
Symbol 30 TextUses:27Used by:32
Symbol 31 GraphicUsed by:32
Symbol 32 ButtonUses:26 28 29 30 31Used by:Timeline
Symbol 33 TextUses:27Used by:36
Symbol 34 TextUses:27Used by:36
Symbol 35 TextUses:27Used by:36
Symbol 36 ButtonUses:33 34 35Used by:Timeline
Symbol 37 SoundUsed by:Timeline
Symbol 38 GraphicUsed by:Timeline
Symbol 39 GraphicUsed by:40
Symbol 40 MovieClipUses:39Used by:Timeline
Symbol 41 GraphicUsed by:42
Symbol 42 MovieClipUses:41Used by:Timeline
Symbol 43 EditableTextUses:27Used by:46
Symbol 44 SoundUsed by:46
Symbol 45 SoundUsed by:46
Symbol 46 MovieClipUses:43 44 45Used by:Timeline
Symbol 47 GraphicUsed by:Timeline
Symbol 48 GraphicUsed by:50
Symbol 49 GraphicUsed by:50
Symbol 50 MovieClipUses:48 49Used by:51
Symbol 51 MovieClipUses:50Used by:Timeline
Symbol 52 GraphicUsed by:53
Symbol 53 MovieClipUses:52Used by:Timeline
Symbol 54 GraphicUsed by:Timeline
Symbol 55 EditableTextUses:16Used by:66
Symbol 56 TextUses:16Used by:66
Symbol 57 EditableTextUses:16Used by:66
Symbol 58 EditableTextUses:16Used by:66
Symbol 59 EditableTextUses:16Used by:66
Symbol 60 EditableTextUses:16Used by:66
Symbol 61 EditableTextUses:16Used by:66
Symbol 62 EditableTextUses:16Used by:66
Symbol 63 EditableTextUses:16Used by:66
Symbol 64 EditableTextUses:16Used by:66
Symbol 65 TextUses:16Used by:66
Symbol 66 MovieClipUses:55 56 57 58 59 60 61 62 63 64 65Used by:68
Symbol 67 SoundUsed by:68
Symbol 68 MovieClipUses:66 67Used by:Timeline
Symbol 69 GraphicUsed by:70
Symbol 70 MovieClipUses:69Used by:Timeline
Symbol 71 GraphicUsed by:81
Symbol 72 EditableTextUses:16Used by:81
Symbol 73 EditableTextUses:16Used by:81
Symbol 74 EditableTextUses:16Used by:81
Symbol 75 EditableTextUses:16Used by:81
Symbol 76 EditableTextUses:16Used by:81
Symbol 77 EditableTextUses:16Used by:81
Symbol 78 EditableTextUses:16Used by:81
Symbol 79 EditableTextUses:16Used by:81
Symbol 80 EditableTextUses:16Used by:81
Symbol 81 MovieClipUses:71 72 73 74 75 76 77 78 79 80Used by:82
Symbol 82 MovieClipUses:81Used by:Timeline
Symbol 83 EditableTextUses:12Used by:92
Symbol 84 EditableTextUses:12Used by:92
Symbol 85 EditableTextUses:12Used by:92
Symbol 86 EditableTextUses:12Used by:92
Symbol 87 EditableTextUses:12Used by:92
Symbol 88 EditableTextUses:12Used by:92
Symbol 89 EditableTextUses:12Used by:92
Symbol 90 EditableTextUses:12Used by:92
Symbol 91 EditableTextUses:12Used by:92
Symbol 92 MovieClipUses:83 84 85 86 87 88 89 90 91Used by:Timeline
Symbol 93 GraphicUsed by:97
Symbol 94 TextUses:16Used by:97
Symbol 95 TextUses:16Used by:97 110
Symbol 96 TextUses:16Used by:97 110
Symbol 97 MovieClipUses:93 94 95 96Used by:111
Symbol 98 GraphicUsed by:100
Symbol 99 TextUses:16Used by:100
Symbol 100 MovieClipUses:98 99Used by:111
Symbol 101 GraphicUsed by:103
Symbol 102 TextUses:16Used by:103
Symbol 103 MovieClipUses:101 102Used by:111
Symbol 104 GraphicUsed by:106
Symbol 105 TextUses:16Used by:106
Symbol 106 MovieClipUses:104 105Used by:111
Symbol 107 SoundUsed by:111
Symbol 108 TextUses:16Used by:110
Symbol 109 TextUses:16Used by:110
Symbol 110 MovieClipUses:95 96 108 109Used by:111
Symbol 111 MovieClipUses:97 100 103 106 107 110Used by:Timeline
Symbol 112 TextUses:16Used by:123
Symbol 113 TextUses:16Used by:123
Symbol 114 EditableTextUses:16Used by:123
Symbol 115 EditableTextUses:16Used by:123
Symbol 116 EditableTextUses:16Used by:123
Symbol 117 EditableTextUses:16Used by:123
Symbol 118 EditableTextUses:16Used by:123
Symbol 119 EditableTextUses:16Used by:123
Symbol 120 EditableTextUses:16Used by:123
Symbol 121 EditableTextUses:16Used by:123
Symbol 122 EditableTextUses:16Used by:123
Symbol 123 MovieClipUses:112 113 114 115 116 117 118 119 120 121 122Used by:124
Symbol 124 MovieClipUses:123Used by:Timeline
Symbol 125 EditableTextUses:27Used by:Timeline
Symbol 126 EditableTextUses:27Used by:Timeline
Symbol 127 GraphicUsed by:177
Symbol 128 GraphicUsed by:177
Symbol 129 GraphicUsed by:177
Symbol 130 GraphicUsed by:177
Symbol 131 GraphicUsed by:177
Symbol 132 GraphicUsed by:177
Symbol 133 GraphicUsed by:177
Symbol 134 GraphicUsed by:177
Symbol 135 GraphicUsed by:177
Symbol 136 GraphicUsed by:177
Symbol 137 GraphicUsed by:177
Symbol 138 GraphicUsed by:177
Symbol 139 GraphicUsed by:177
Symbol 140 GraphicUsed by:177
Symbol 141 GraphicUsed by:177
Symbol 142 GraphicUsed by:177
Symbol 143 GraphicUsed by:177
Symbol 144 GraphicUsed by:177
Symbol 145 GraphicUsed by:177
Symbol 146 GraphicUsed by:177
Symbol 147 GraphicUsed by:177
Symbol 148 GraphicUsed by:177
Symbol 149 GraphicUsed by:177
Symbol 150 GraphicUsed by:177
Symbol 151 GraphicUsed by:177
Symbol 152 GraphicUsed by:177
Symbol 153 GraphicUsed by:177
Symbol 154 GraphicUsed by:177
Symbol 155 GraphicUsed by:177
Symbol 156 GraphicUsed by:177
Symbol 157 GraphicUsed by:177
Symbol 158 GraphicUsed by:177
Symbol 159 GraphicUsed by:177
Symbol 160 GraphicUsed by:177
Symbol 161 GraphicUsed by:177
Symbol 162 GraphicUsed by:177
Symbol 163 GraphicUsed by:177
Symbol 164 GraphicUsed by:177
Symbol 165 GraphicUsed by:177
Symbol 166 GraphicUsed by:177
Symbol 167 GraphicUsed by:177
Symbol 168 GraphicUsed by:177
Symbol 169 GraphicUsed by:177
Symbol 170 GraphicUsed by:177
Symbol 171 GraphicUsed by:177
Symbol 172 GraphicUsed by:177
Symbol 173 GraphicUsed by:177
Symbol 174 GraphicUsed by:177
Symbol 175 GraphicUsed by:177
Symbol 176 GraphicUsed by:177
Symbol 177 MovieClipUses:127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176Used by:178
Symbol 178 MovieClipUses:177Used by:Timeline
Symbol 179 GraphicUsed by:Timeline
Symbol 180 MovieClipUses:7Used by:Timeline
Symbol 181 GraphicUsed by:182 187
Symbol 182 MovieClipUses:181Used by:188
Symbol 183 GraphicUsed by:185
Symbol 184 GraphicUsed by:185
Symbol 185 MovieClipUses:183 184Used by:188
Symbol 186 SoundUsed by:188
Symbol 187 ButtonUses:181Used by:188
Symbol 188 MovieClipUses:182 185 186 187Used by:Timeline
Symbol 189 GraphicUsed by:Timeline
Symbol 190 EditableTextUses:27Used by:Timeline
Symbol 191 EditableTextUses:27Used by:Timeline
Symbol 192 GraphicUsed by:Timeline
Symbol 193 TextUses:12Used by:Timeline
Symbol 194 EditableTextUses:16Used by:Timeline
Symbol 195 EditableTextUses:16Used by:Timeline
Symbol 196 EditableTextUses:16Used by:Timeline
Symbol 197 EditableTextUses:16Used by:Timeline
Symbol 198 EditableTextUses:16Used by:Timeline
Symbol 199 EditableTextUses:16Used by:Timeline
Symbol 200 EditableTextUses:16Used by:Timeline
Symbol 201 EditableTextUses:16Used by:Timeline
Symbol 202 EditableTextUses:16Used by:Timeline
Symbol 203 TextUses:16Used by:Timeline
Symbol 204 TextUses:16Used by:Timeline
Symbol 205 GraphicUsed by:206
Symbol 206 MovieClipUses:205Used by:Timeline

Instance Names

"title"Frame 1Symbol 25 MovieClip
"gutterleft"Frame 2Symbol 40 MovieClip
"gutterright"Frame 2Symbol 42 MovieClip
"fx"Frame 2Symbol 46 MovieClip
"display"Frame 2Symbol 51 MovieClip
"ft"Frame 2Symbol 68 MovieClip
"scored1"Frame 2Symbol 82 MovieClip
"shout"Frame 2Symbol 111 MovieClip
"ms"Frame 2Symbol 124 MovieClip
"title"Frame 2Symbol 25 MovieClip
"meter"Frame 3Symbol 178 MovieClip
"ball"Frame 3Symbol 180 MovieClip
"0"Frame 3Symbol 188 MovieClip
"1"Frame 3Symbol 188 MovieClip
"2"Frame 3Symbol 188 MovieClip
"3"Frame 3Symbol 188 MovieClip
"4"Frame 3Symbol 188 MovieClip
"5"Frame 3Symbol 188 MovieClip
"6"Frame 3Symbol 188 MovieClip
"8"Frame 3Symbol 188 MovieClip
"9"Frame 3Symbol 188 MovieClip
"10"Frame 3Symbol 188 MovieClip
"fp7"Frame 3Symbol 3 MovieClip
"fp8"Frame 3Symbol 3 MovieClip
"fp9"Frame 3Symbol 3 MovieClip
"fp10"Frame 3Symbol 3 MovieClip
"fp4"Frame 3Symbol 3 MovieClip
"fp5"Frame 3Symbol 3 MovieClip
"fp6"Frame 3Symbol 3 MovieClip
"fp2"Frame 3Symbol 3 MovieClip
"fp1"Frame 3Symbol 3 MovieClip
"fp0"Frame 3Symbol 3 MovieClip
"ball"Frame 4Symbol 180 MovieClip
"rp0"Frame 4Symbol 188 MovieClip
"rp1"Frame 4Symbol 188 MovieClip
"rp2"Frame 4Symbol 188 MovieClip
"rp3"Frame 4Symbol 188 MovieClip
"rp4"Frame 4Symbol 188 MovieClip
"rp5"Frame 4Symbol 188 MovieClip
"rp6"Frame 4Symbol 188 MovieClip
"rp1"Frame 4Symbol 188 MovieClip
"rp2"Frame 4Symbol 188 MovieClip
"rp0"Frame 4Symbol 188 MovieClip
"mst"Frame 15Symbol 92 MovieClip
"text"Symbol 68 MovieClip Frame 1Symbol 66 MovieClip
"scored2"Symbol 82 MovieClip Frame 1Symbol 81 MovieClip
"t"Symbol 124 MovieClip Frame 1Symbol 123 MovieClip
"marker"Symbol 178 MovieClip Frame 1Symbol 177 MovieClip
"pinimage"Symbol 188 MovieClip Frame 2Symbol 185 MovieClip

Labels

"bowl"Frame 4
"end"Frame 15
"hitgutter"Symbol 46 MovieClip Frame 2
"back"Symbol 46 MovieClip Frame 27
"end"Symbol 46 MovieClip Frame 47
"spare"Symbol 111 MovieClip Frame 2
"strike"Symbol 111 MovieClip Frame 51

Dynamic Text Variables

frameSymbol 55 EditableText"00"
frameSymbol 57 EditableText"00"
frameSymbol 58 EditableText"00"
frameSymbol 59 EditableText"00"
frameSymbol 60 EditableText"00"
frameSymbol 61 EditableText"00"
frameSymbol 62 EditableText"00"
frameSymbol 63 EditableText"00"
frameSymbol 64 EditableText"00"
scoredSymbol 72 EditableText"000"
scoredSymbol 73 EditableText"000"
scoredSymbol 74 EditableText"000"
scoredSymbol 75 EditableText"000"
scoredSymbol 76 EditableText"000"
scoredSymbol 77 EditableText"000"
scoredSymbol 78 EditableText"000"
scoredSymbol 79 EditableText"000"
scoredSymbol 80 EditableText"000"
clockSymbol 83 EditableText"00:00"
clockSymbol 84 EditableText"00:00"
clockSymbol 85 EditableText"00:00"
clockSymbol 86 EditableText"00:00"
clockSymbol 87 EditableText"00:00"
clockSymbol 88 EditableText"00:00"
clockSymbol 89 EditableText"00:00"
clockSymbol 90 EditableText"00:00"
clockSymbol 91 EditableText"00:00"
totalscoreSymbol 114 EditableText"0000"
totalscoreSymbol 115 EditableText"0000"
totalscoreSymbol 116 EditableText"0000"
totalscoreSymbol 117 EditableText"0000"
totalscoreSymbol 118 EditableText"0000"
totalscoreSymbol 119 EditableText"0000"
totalscoreSymbol 120 EditableText"0000"
totalscoreSymbol 121 EditableText"0000"
totalscoreSymbol 122 EditableText"0000"
firstSymbol 125 EditableText"0"
secondSymbol 126 EditableText"0"
firstSymbol 190 EditableText"0"
secondSymbol 191 EditableText"0"
totalscoreSymbol 194 EditableText"TOTALSCORE"
totalscoreSymbol 195 EditableText"TOTALSCORE"
totalscoreSymbol 196 EditableText"TOTALSCORE"
totalscoreSymbol 197 EditableText"TOTALSCORE"
totalscoreSymbol 198 EditableText"TOTALSCORE"
totalscoreSymbol 199 EditableText"TOTALSCORE"
totalscoreSymbol 200 EditableText"TOTALSCORE"
totalscoreSymbol 201 EditableText"TOTALSCORE"
totalscoreSymbol 202 EditableText"TOTALSCORE"




http://swfchan.com/6/26911/info.shtml
Created: 22/5 -2019 03:22:30 Last modified: 22/5 -2019 03:22:30 Server time: 07/05 -2024 00:41:35