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

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

BallerX Advanced.swf

This is the info page for
Flash #27377

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


Text
<p align="left"><font face="Times New Roman" size="44" color="#00ff00" letterSpacing="0.000000" kerning="0">Play &nbsp;</font></p><p align="left"></p>

<p align="left"><font face="Times New Roman" size="44" color="#ff0000" letterSpacing="0.000000" kerning="0">Play &nbsp;</font></p><p align="left"></p>

<p align="left"><font face="Times New Roman" size="44" color="#00ff00" letterSpacing="0.000000" kerning="0">Instructions </font></p><p align="left"></p>

<p align="left"><font face="Times New Roman" size="44" color="#ff0000" letterSpacing="0.000000" kerning="0">Instructions </font></p><p align="left"></p>

<p align="left"><font face="Times New Roman" size="44" color="#00ff00" letterSpacing="0.000000" kerning="0">About</font></p><p align="left"></p>

<p align="left"><font face="Times New Roman" size="44" color="#ff0000" letterSpacing="0.000000" kerning="0">About</font></p><p align="left"></p>

<p align="left"><font face="Comic Sans MS" size="36" color="#ff0000" letterSpacing="0.000000" kerning="0"><a href="_blank" target = "_blank"><b>rnet.jwork.ca</b></a></font></p><p align="left"></p>

<p align="left"><font face="Comic Sans MS" size="16" color="#ff0000" letterSpacing="0.000000" kerning="0"><a href="_blank" target = "_blank"><b>Visual Style by Steeped! Entertainment </b></a></font></p><p align="left"></p>

BallerX: ADVANCED

<p align="left"><font face="Times New Roman" size="27" color="#ff0000" letterSpacing="0.000000" kerning="1"><a href="http://albinoblacksheep.com" target = "_blank">Hosted by: albinoblacksheep.com</a></font></p>

<p align="left"><font face="Times New Roman" size="16" color="#ff0000" letterSpacing="0.000000" kerning="0">Score: &nbsp;</font></p><p align="left"></p>

<p align="left"><font face="Times New Roman" size="74" color="#ff0000" letterSpacing="0.000000" kerning="0">Game Over</font></p><p align="left"></p>

<p align="left"><font face="Times New Roman" size="15" color="#ff0000" letterSpacing="0.000000" kerning="0">Click to return to main menu</font></p><p align="left"></p>

<p align="left"><font face="Times New Roman" size="16" color="#ff0000" letterSpacing="0.000000" kerning="0">Lives:</font></p><p align="left"></p>

Click the Square to start

<p align="left"><font face="Times New Roman" size="16" color="#ff0000" letterSpacing="0.000000" kerning="0">Level:</font></p><p align="left"></p>

<p align="left"><font face="Times New Roman" size="16" color="#ff0000" letterSpacing="0.000000" kerning="0">Item Time:</font></p><p align="left"></p>

Instructions:

The objective of the game is to use the mouse to move the
ball  (       )   to avoid Bad Guys.
Press M to mute and S for sound.

Bad Guy List:

Moves LEFT to RIGHT

Moves RIGHT to LEFT

Moves TOP to BOTTOM

Moves BOTTOM to TOP

Click to goto main menu

Makes you SMALLER

Item List:

Makes you BIGGER

SPEEDS BALLS

SLOWS BALLS

By: RNet (rnet.jworks.ca)
Version 1.0.0
Music Created using Punk-O-Matic
(http://www.addictinggames.com/punkomatic.html)
Visual Style by Steeped! Entertainment
Sounds from http://vgmusic.com

ActionScript [AS1/AS2]

Frame 1
var re; var mus; var dd = false; if (re == eval("Null")) { bgs = new Sound(this); bgs.attachSound("music"); gov = new Sound(this); gov.attachSound("go"); bgs.start(0, 99); mus = true; re = true; } stop();
Instance of Symbol 19 MovieClip "char" in Frame 1
onClipEvent (load) { Mouse.hide(); } onClipEvent (keyDown) { if (Key.isDown(77)) { if (_root.mus == true) { _root.bgs.stop(); _root.mus = false; } } if (Key.isDown(83)) { if (_root.mus == false) { _root.bgs.start(0, 99); _root.mus = true; } } } onClipEvent (mouseMove) { _root.char._x = _root._xmouse - (_root.char._width / 2); _root.char._y = _root._ymouse - (_root.char._height / 2); if (_root.char.hitTest(_root.playin)) { _root.playtxt._visible = false; } else { _root.playtxt._visible = true; } if (_root.char.hitTest(_root.instructions)) { _root.instxt._visible = false; } else { _root.instxt._visible = true; } if (_root.char.hitTest(_root.about)) { _root.aboutxt._visible = false; } else { _root.aboutxt._visible = true; } } onClipEvent (mouseUp) { if (_root.char.hitTest(_root.playin)) { _root.gotoAndPlay(2); } if (_root.char.hitTest(_root.instructions)) { _root.gotoAndPlay(3); } if (_root.char.hitTest(_root.about)) { _root.gotoAndPlay(4); } }
Instance of Symbol 26 MovieClip in Frame 1
onClipEvent (load) { }
Frame 2
stop();
Instance of Symbol 19 MovieClip "char" in Frame 2
onClipEvent (load) { Mouse.show(); _root.chars._visible = false; _root.charb._visible = false; _root.livetxt._visible = false; _root.gover._visible = false; _root.gover2._visible = false; _root.scoretxt._visible = false; _root.leveltxt._visible = false; _root.itemtxt._visible = false; var dead = false; var gs = 0; var lives = 3; var st = 0; var score = 0; var stats = 0; var time = 0; var give = 100; var dir; var dirs; var level = 1; var lala = 0; _root.char._x = 264.25; _root.char._y = 264.25; _root.bgl1._y = 93.5 + random(349); _root.bgl2._y = 93.5 + random(349); _root.bgl3._y = 93.5 + random(349); _root.bgl4._y = 93.5 + random(349); _root.bgr1._y = 93.5 + random(349); _root.bgr2._y = 93.5 + random(349); _root.bgr3._y = 93.5 + random(349); _root.bgr4._y = 93.5 + random(349); _root.bgt1._x = 93.5 + random(349); _root.bgt2._x = 93.5 + random(349); _root.bgt3._x = 93.5 + random(349); _root.bgt4._x = 93.5 + random(349); _root.bgb1._x = 93.5 + random(349); _root.bgb2._x = 93.5 + random(349); _root.bgb3._x = 93.5 + random(349); _root.bgb4._x = 93.5 + random(349); } onClipEvent (mouseDown) { if (gs == 0) { gs = 1; _root.sym._visible = false; _root.livetxt._visible = true; _root.scoretxt._visible = true; _root.leveltxt._visible = true; _root.itemtxt._visible = true; _root.char._x = _root._xmouse - (_root.char._width / 2); _root.char._y = _root._ymouse - (_root.char._height / 2); _root.chars._x = _root._xmouse - (_root.chars._width / 2); _root.chars._y = _root._ymouse - (_root.chars._height / 2); _root.charb._x = _root._xmouse - (_root.charb._width / 2); _root.charb._y = _root._ymouse - (_root.charb._height / 2); Mouse.hide(); } if (gs == -1) { _root.main.re = false; _root.gotoAndPlay(1); } } onClipEvent (mouseMove) { if (gs == 1) { _root.char._x = _root._xmouse - (_root.char._width / 2); _root.char._y = _root._ymouse - (_root.char._height / 2); _root.chars._x = _root._xmouse - (_root.chars._width / 2); _root.chars._y = _root._ymouse - (_root.chars._height / 2); _root.charb._x = _root._xmouse - (_root.charb._width / 2); _root.charb._y = _root._ymouse - (_root.charb._height / 2); } } onClipEvent (enterFrame) { if (stats != 0) { time++; if (time > 90) { time = 0; stats = 0; _root.char._visible = true; _root.chars._visible = false; _root.charb._visible = false; } } _root.livetxt.text = "Lives: " + lives; if (time > 0) { _root.itemtxt.text = "Item's Time Left: " + (90 - time); } if (time == 0) { _root.itemtxt.text = "Item's Time Left: No Item"; } _root.leveltxt.text = "Level: " + level; if (gs == 1) { st++; lala++; if (lala == 50) { level++; lala = 0; } score++; if (_root.char.hitTest(_root.faster)) { stats = 2; time = 0; _root.char._visible = true; _root.charb._visible = false; _root.chars._visible = false; _root.faster._visible = false; _root.faster._x = -100; dirs = false; give = null; } if (_root.char.hitTest(_root.slower)) { stats = -2; time = 0; _root.char._visible = true; _root.charb._visible = false; _root.chars._visible = false; _root.slower._visible = false; _root.slower._x = -100; dirs = false; give = null; } if (_root.char.hitTest(_root.smaller)) { stats = -1; time = 0; _root.char._visible = false; _root.charb._visible = false; _root.chars._visible = true; _root.smaller._visible = false; _root.smaller._x = -100; dirs = false; give = null; } if (_root.char.hitTest(_root.bigger)) { stats = 1; time = 0; _root.chars._visible = false; _root.char._visible = false; _root.charb._visible = true; _root.bigger._visible = false; _root.bigger._x = -100; dirs = false; give = null; } if (((stats == 0) || (stats == 2)) || (stats == -2)) { if (((((((((((((((_root.char.hitTest(_root.bgl1) || (_root.char.hitTest(_root.bgl2))) || (_root.char.hitTest(_root.bgl3))) || (_root.char.hitTest(_root.bgl4))) || (_root.char.hitTest(_root.bgr1))) || (_root.char.hitTest(_root.bgr2))) || (_root.char.hitTest(_root.bgr3))) || (_root.char.hitTest(_root.bgr4))) || (_root.char.hitTest(_root.bgt1))) || (_root.char.hitTest(_root.bgt2))) || (_root.char.hitTest(_root.bgt3))) || (_root.char.hitTest(_root.bgt4))) || (_root.char.hitTest(_root.bgb1))) || (_root.char.hitTest(_root.bgb2))) || (_root.char.hitTest(_root.bgb3))) || (_root.char.hitTest(_root.bgb4))) { dead = true; } } if (stats == -1) { if (((((((((((((((_root.chars.hitTest(_root.bgl1) || (_root.char.hitTest(_root.bgl2))) || (_root.char.hitTest(_root.bgl3))) || (_root.char.hitTest(_root.bgl4))) || (_root.char.hitTest(_root.bgr1))) || (_root.char.hitTest(_root.bgr2))) || (_root.char.hitTest(_root.bgr3))) || (_root.char.hitTest(_root.bgr4))) || (_root.char.hitTest(_root.bgt1))) || (_root.char.hitTest(_root.bgt2))) || (_root.char.hitTest(_root.bgt3))) || (_root.char.hitTest(_root.bgt4))) || (_root.char.hitTest(_root.bgb1))) || (_root.char.hitTest(_root.bgb2))) || (_root.char.hitTest(_root.bgb3))) || (_root.char.hitTest(_root.bgb4))) { dead = true; } } if (stats == 1) { if (((((((((((((((_root.charb.hitTest(_root.bgl1) || (_root.char.hitTest(_root.bgl2))) || (_root.char.hitTest(_root.bgl3))) || (_root.char.hitTest(_root.bgl4))) || (_root.char.hitTest(_root.bgr1))) || (_root.char.hitTest(_root.bgr2))) || (_root.char.hitTest(_root.bgr3))) || (_root.char.hitTest(_root.bgr4))) || (_root.char.hitTest(_root.bgt1))) || (_root.char.hitTest(_root.bgt2))) || (_root.char.hitTest(_root.bgt3))) || (_root.char.hitTest(_root.bgt4))) || (_root.char.hitTest(_root.bgb1))) || (_root.char.hitTest(_root.bgb2))) || (_root.char.hitTest(_root.bgb3))) || (_root.char.hitTest(_root.bgb4))) { dead = true; } } _root.scoretxt.text = "Score: " + score; } if (_root.char.hitTest(_root.Circle)) { if (_root.bgr1._x < 0) { _root.bgl1._x = 0; _root.bgt1._y = 0; _root.bgr1._x = 531.1; _root.bgb1._y = 535.1; _root.bgl1._y = 93.5 + random(349); _root.bgr1._y = 93.5 + random(349); _root.bgt1._x = 93.5 + random(349); _root.bgb1._x = 93.5 + random(349); } if (_root.bgr2._x < 0) { _root.bgl2._x = 0; _root.bgt2._y = 0; _root.bgr2._x = 531.1; _root.bgb2._y = 535.1; _root.bgl2._y = 93.5 + random(349); _root.bgr2._y = 93.5 + random(349); _root.bgt2._x = 93.5 + random(349); _root.bgb2._x = 93.5 + random(349); give = random(100); dir = random(100); dirs = false; } if (_root.bgr3._x < 0) { _root.bgl3._x = 0; _root.bgt3._y = 0; _root.bgr3._x = 531.1; _root.bgb3._y = 535.1; _root.bgl3._y = 93.5 + random(349); _root.bgr3._y = 93.5 + random(349); _root.bgt3._x = 93.5 + random(349); _root.bgb3._x = 93.5 + random(349); } if (_root.bgr4._x < 0) { _root.bgl4._x = 0; _root.bgt4._y = 0; _root.bgr4._x = 531.1; _root.bgb4._y = 535.1; _root.bgl4._y = 93.5 + random(349); _root.bgr4._y = 93.5 + random(349); _root.bgt4._x = 93.5 + random(349); _root.bgb4._x = 93.5 + random(349); } if ((stats == 2) || (stats == -2)) { if (st > 0) { _root.bgl1._x = (_root.bgl1._x + 10) + level; _root.bgr1._x = (_root.bgr1._x - 10) - level; _root.bgb1._y = (_root.bgb1._y - 10) - level; _root.bgt1._y = (_root.bgt1._y + 10) - level; if (give < 25) { _root.smaller._visible = true; if (dir < 25) { if (dirs == false) { dirs = true; _root.smaller._x = 0; _root.smaller._y = 93.5 + random(349); } _root.smaller._x = _root.smaller._x + 15; if (_root.smaller._x > 456.5) { _root.smaller._visible = false; dirs = false; give = null; } } if ((dir >= 25) && (dir < 50)) { if (dirs == false) { dirs = true; _root.smaller._x = 351.1; _root.smaller._y = 93.5 + random(349); } _root.smaller._x = _root.smaller._x - 15; if (_root.smaller._x < 0) { _root.smaller._visible = false; dirs = false; give = null; } } if ((dir >= 50) && (dir < 75)) { if (dirs == false) { dirs = true; _root.smaller._y = 0; _root.smaller._x = 93.5 + random(349); } _root.smaller._y = _root.smaller._y + 15; if (_root.smaller._y > 456.5) { _root.smaller._visible = false; dirs = false; give = null; } } if (dir >= 75) { if (dirs == false) { dirs = true; _root.smaller._y = 351.1; _root.smaller._x = 93.5 + random(349); } _root.smaller._y = _root.smaller._y - 15; if (_root.smaller._y < 0) { _root.smaller._visible = false; dirs = false; give = null; } } } if ((give >= 25) && (give < 50)) { _root.bigger._visible = true; if (dir < 25) { if (dirs == false) { dirs = true; _root.bigger._x = 0; _root.bigger._y = 93.5 + random(349); } _root.bigger._x = _root.bigger._x + 15; if (_root.bigger._x > 456.5) { _root.bigger._visible = false; dirs = false; give = null; } } if ((dir >= 25) && (dir < 50)) { if (dirs == false) { dirs = true; _root.bigger._x = 351.1; _root.bigger._y = 93.5 + random(349); } _root.bigger._x = _root.bigger._x - 15; if (_root.bigger._x < 0) { _root.bigger._visible = false; dirs = false; give = null; } } if ((dir >= 50) && (dir < 75)) { if (dirs == false) { dirs = true; _root.bigger._y = 0; _root.bigger._x = 93.5 + random(349); } _root.bigger._y = _root.bigger._y + 15; if (_root.bigger._y > 456.5) { _root.bigger._visible = false; dirs = false; give = null; } } if (dir >= 75) { if (dirs == false) { dirs = true; _root.bigger._y = 351.1; _root.bigger._x = 93.5 + random(349); } _root.bigger._y = _root.bigger._y - 15; if (_root.bigger._y < 0) { _root.bigger._visible = false; dirs = false; give = null; } } } if ((give >= 50) && (give < 75)) { _root.faster._visible = true; if (dir < 25) { if (dirs == false) { dirs = true; _root.faster._x = 0; _root.faster._y = 93.5 + random(349); } _root.faster._x = _root.faster._x + 15; if (_root.faster._x > 456.5) { _root.faster._visible = false; dirs = false; give = null; } } if ((dir >= 25) && (dir < 50)) { if (dirs == false) { dirs = true; _root.faster._x = 351.1; _root.faster._y = 93.5 + random(349); } _root.faster._x = _root.faster._x - 15; if (_root.faster._x < 0) { _root.faster._visible = false; dirs = false; give = null; } } if ((dir >= 50) && (dir < 75)) { if (dirs == false) { dirs = true; _root.faster._y = 0; _root.faster._x = 93.5 + random(349); } _root.faster._y = _root.faster._y + 15; if (_root.faster._y > 456.5) { _root.faster._visible = false; dirs = false; give = null; } } if (dir >= 75) { if (dirs == false) { dirs = true; _root.faster._y = 351.1; _root.faster._x = 93.5 + random(349); } _root.faster._y = _root.faster._y - 15; if (_root.faster._y < 0) { _root.faster._visible = false; dirs = false; give = null; } } } if ((give >= 75) && (give < 100)) { _root.slower._visible = true; if (dir < 25) { if (dirs == false) { dirs = true; _root.slower._x = 0; _root.slower._y = 93.5 + random(349); } _root.slower._x = _root.slower._x + 15; if (_root.slower._x > 456.5) { _root.slower._visible = false; dirs = false; give = null; } } if ((dir >= 25) && (dir < 50)) { if (dirs == false) { dirs = true; _root.slower._x = 351.1; _root.slower._y = 93.5 + random(349); } _root.slower._x = _root.slower._x - 15; if (_root.slower._x < 0) { _root.slower._visible = false; dirs = false; give = null; } } if ((dir >= 50) && (dir < 75)) { if (dirs == false) { dirs = true; _root.slower._y = 0; _root.slower._x = 93.5 + random(349); } _root.slower._y = _root.slower._y + 15; if (_root.slower._y > 456.5) { _root.slower._visible = false; dirs = false; give = null; } } if (dir >= 75) { if (dirs == false) { dirs = true; _root.slower._y = 351.1; _root.slower._x = 93.5 + random(349); } _root.slower._y = _root.slower._y - 15; if (_root.slower._y < 0) { _root.slower._visible = false; dirs = false; give = null; } } } } if (st > 10) { _root.bgl2._x = ((_root.bgl2._x + 10) + level) - stats; _root.bgr2._x = ((_root.bgr2._x - 10) - level) + stats; _root.bgb2._y = ((_root.bgb2._y - 10) - level) + stats; _root.bgt2._y = ((_root.bgt2._y + 10) + level) - stats; } if (st > 20) { _root.bgl3._x = ((_root.bgl3._x + 10) + level) - stats; _root.bgr3._x = ((_root.bgr3._x - 10) - level) + stats; _root.bgb3._y = ((_root.bgb3._y - 10) - level) + stats; _root.bgt3._y = ((_root.bgt3._y + 10) + level) - stats; } if (st > 30) { _root.bgl4._x = ((_root.bgl4._x + 10) + level) - stats; _root.bgr4._x = ((_root.bgr4._x - 10) - level) + stats; _root.bgb4._y = ((_root.bgb4._y - 10) - level) + stats; _root.bgt4._y = ((_root.bgt4._y + 10) + level) - stats; } } if ((stats != 2) && (stats != -2)) { if (st > 0) { _root.bgl1._x = (_root.bgl1._x + 10) + level; _root.bgr1._x = (_root.bgr1._x - 10) - level; _root.bgb1._y = (_root.bgb1._y - 10) - level; _root.bgt1._y = (_root.bgt1._y + 10) + level; if (give < 25) { _root.smaller._visible = true; if (dir < 25) { if (dirs == false) { dirs = true; _root.smaller._x = 0; _root.smaller._y = 93.5 + random(349); } _root.smaller._x = _root.smaller._x + 15; if (_root.smaller._x > 336) { _root.smaller._visible = false; dirs = false; give = null; } } if ((dir >= 25) && (dir < 50)) { if (dirs == false) { dirs = true; _root.smaller._x = 351.1; _root.smaller._y = 93.5 + random(349); } _root.smaller._x = _root.smaller._x - 15; if (_root.smaller._x < 0) { _root.smaller._visible = false; dirs = false; give = null; } } if ((dir >= 50) && (dir < 75)) { if (dirs == false) { dirs = true; _root.smaller._y = 0; _root.smaller._x = 93.5 + random(349); } _root.smaller._y = _root.smaller._y + 15; if (_root.smaller._y > 336) { _root.smaller._visible = false; dirs = false; give = null; } } if (dir >= 75) { if (dirs == false) { dirs = true; _root.smaller._y = 351.1; _root.smaller._x = 93.5 + random(349); } _root.smaller._y = _root.smaller._y - 15; if (_root.smaller._y < 0) { _root.smaller._visible = false; dirs = false; give = null; } } } if ((give >= 25) && (give < 50)) { _root.bigger._visible = true; if (dir < 25) { if (dirs == false) { dirs = true; _root.bigger._x = 0; _root.bigger._y = 93.5 + random(349); } _root.bigger._x = _root.bigger._x + 15; if (_root.bigger._x > 336) { _root.bigger._visible = false; dirs = false; give = null; } } if ((dir >= 25) && (dir < 50)) { if (dirs == false) { dirs = true; _root.bigger._x = 351.1; _root.bigger._y = 93.5 + random(349); } _root.bigger._x = _root.bigger._x - 15; if (_root.bigger._x < 0) { _root.bigger._visible = false; dirs = false; give = null; } } if ((dir >= 50) && (dir < 75)) { if (dirs == false) { dirs = true; _root.bigger._y = 0; _root.bigger._x = 93.5 + random(349); } _root.bigger._y = _root.bigger._y + 15; if (_root.bigger._y > 336) { _root.bigger._visible = false; dirs = false; give = null; } } if (dir >= 75) { if (dirs == false) { dirs = true; _root.bigger._y = 351.1; _root.bigger._x = 93.5 + random(349); } _root.bigger._y = _root.bigger._y - 15; if (_root.bigger._y < 0) { _root.bigger._visible = false; dirs = false; give = null; } } } if ((give >= 50) && (give < 75)) { _root.faster._visible = true; if (dir < 25) { if (dirs == false) { dirs = true; _root.faster._x = 0; _root.faster._y = 93.5 + random(349); } _root.faster._x = _root.faster._x + 15; if (_root.faster._x > 336) { _root.faster._visible = false; dirs = false; give = null; } } if ((dir >= 25) && (dir < 50)) { if (dirs == false) { dirs = true; _root.faster._x = 351.1; _root.faster._y = 93.5 + random(349); } _root.faster._x = _root.faster._x - 15; if (_root.faster._x < 0) { _root.faster._visible = false; dirs = false; give = null; } } if ((dir >= 50) && (dir < 75)) { if (dirs == false) { dirs = true; _root.faster._y = 0; _root.faster._x = 93.5 + random(349); } _root.faster._y = _root.faster._y + 15; if (_root.faster._y > 336) { _root.faster._visible = false; dirs = false; give = null; } } if (dir >= 75) { if (dirs == false) { dirs = true; _root.faster._y = 351.1; _root.faster._x = 93.5 + random(349); } _root.faster._y = _root.faster._y - 15; if (_root.faster._y < 0) { _root.faster._visible = false; dirs = false; give = null; } } } if ((give >= 75) && (give < 100)) { _root.slower._visible = true; if (dir < 25) { if (dirs == false) { dirs = true; _root.slower._x = 0; _root.slower._y = 93.5 + random(349); } _root.slower._x = _root.slower._x + 15; if (_root.slower._x > 336) { _root.slower._visible = false; dirs = false; give = null; } } if ((dir >= 25) && (dir < 50)) { if (dirs == false) { dirs = true; _root.slower._x = 351.1; _root.slower._y = 93.5 + random(349); } _root.slower._x = _root.slower._x - 15; if (_root.slower._x < 0) { _root.slower._visible = false; dirs = false; give = null; } } if ((dir >= 50) && (dir < 75)) { if (dirs == false) { dirs = true; _root.slower._y = 0; _root.slower._x = 93.5 + random(349); } _root.slower._y = _root.slower._y + 15; if (_root.slower._y > 336) { _root.slower._visible = false; dirs = false; give = null; } } if (dir >= 75) { if (dirs == false) { dirs = true; _root.slower._y = 351.1; _root.slower._x = 93.5 + random(349); } _root.slower._y = _root.slower._y - 15; if (_root.slower._y < 0) { _root.slower._visible = false; dirs = false; give = null; } } } } if (st > 10) { _root.bgl2._x = (_root.bgl2._x + 10) + level; _root.bgr2._x = (_root.bgr2._x - 10) - level; _root.bgb2._y = (_root.bgb2._y - 10) - level; _root.bgt2._y = (_root.bgt2._y + 10) + level; } if (st > 20) { _root.bgl3._x = (_root.bgl3._x + 10) + level; _root.bgr3._x = (_root.bgr3._x - 10) - level; _root.bgb3._y = (_root.bgb3._y - 10) - level; _root.bgt3._y = (_root.bgt3._y + 10) + level; } if (st > 30) { _root.bgl4._x = (_root.bgl4._x + 10) + level; _root.bgr4._x = (_root.bgr4._x - 10) - level; _root.bgb4._y = (_root.bgb4._y - 10) - level; _root.bgt4._y = (_root.bgt4._y + 10) + level; } } } else { dead = true; } if (dead == true) { Mouse.show(); stats = 0; time = 0; _root.char._visible = true; _root.chars._visible = false; _root.charb._visible = false; _root.char._x = 264.25; _root.char._y = 264.25; gs = 0; lives = lives - 1; stats = 0; st = 0; _root.bgl1._y = 93.5 + random(349); _root.bgl2._y = 93.5 + random(349); _root.bgl3._y = 93.5 + random(349); _root.bgl4._y = 93.5 + random(349); _root.bgr1._y = 93.5 + random(349); _root.bgr2._y = 93.5 + random(349); _root.bgr3._y = 93.5 + random(349); _root.bgr4._y = 93.5 + random(349); _root.bgt1._x = 93.5 + random(349); _root.bgt2._x = 93.5 + random(349); _root.bgt3._x = 93.5 + random(349); _root.bgt4._x = 93.5 + random(349); _root.bgb1._x = 93.5 + random(349); _root.bgb2._x = 93.5 + random(349); _root.bgb3._x = 93.5 + random(349); _root.bgb4._x = 93.5 + random(349); _root.bgl1._x = 0; _root.bgl2._x = 0; _root.bgl3._x = 0; _root.bgl4._x = 0; _root.bgr4._x = 0; _root.bgr1._x = 531.1; _root.bgr2._x = 531.1; _root.bgr3._x = 531.1; _root.bgr4._x = 531.1; _root.bgt1._y = 0; _root.bgt2._y = 0; _root.bgt3._y = 0; _root.bgt4._y = 0; _root.bgb1._y = 535.1; _root.bgb2._y = 535.1; _root.bgb3._y = 535.1; _root.bgb4._y = 535.1; dead = false; } if (lives == 0) { gs = -1; if (_root.dd == false) { if (_root.mus == true) { _root.mus = false; _root.bgs.stop(); _root.gov.start(0, 1); _root.dd = true; _root.re = null; } } _root.sym._visible = true; _root.gover._visible = true; _root.gover2._visible = true; } } onClipEvent (keyDown) { if (Key.isDown(77)) { if (_root.mus == true) { _root.bgs.stop(); _root.mus = false; } } if (Key.isDown(83)) { if (_root.mus == false) { _root.bgs.start(0, 99); _root.mus = true; } } }
Frame 3
stop();
Instance of Symbol 19 MovieClip "char" in Frame 3
onClipEvent (load) { Mouse.show(); } onClipEvent (mouseUp) { _root.gotoAndPlay(1); } onClipEvent (keyDown) { if (Key.isDown(77)) { if (_root.mus == true) { _root.bgs.stop(); _root.mus = false; } } if (Key.isDown(83)) { if (_root.mus == false) { _root.bgs.start(0, 99); _root.mus = true; } } }
Frame 4
stop();
Instance of Symbol 17 MovieClip in Frame 4
onClipEvent (load) { Mouse.show(); } onClipEvent (mouseUp) { _root.gotoAndPlay(1); } onClipEvent (keyDown) { if (Key.isDown(77)) { if (_root.mus == true) { _root.bgs.stop(); _root.mus = false; } } if (Key.isDown(83)) { if (_root.mus == false) { _root.bgs.start(0, 99); _root.mus = true; } } }

Library Items

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

Instance Names

"playin"Frame 1Symbol 6 MovieClip
"instructions"Frame 1Symbol 7 MovieClip
"about"Frame 1Symbol 8 MovieClip
"a"Frame 1Symbol 10 EditableText
"playtxt"Frame 1Symbol 11 EditableText
"instxt"Frame 1Symbol 13 EditableText
"aboutxt"Frame 1Symbol 15 EditableText
"char"Frame 1Symbol 19 MovieClip
"Circle"Frame 2Symbol 29 MovieClip
"scoretxt"Frame 2Symbol 30 EditableText
"gover"Frame 2Symbol 31 EditableText
"gover2"Frame 2Symbol 32 EditableText
"bgl1"Frame 2Symbol 74 MovieClip
"bgl2"Frame 2Symbol 75 MovieClip
"bgl3"Frame 2Symbol 76 MovieClip
"bgl4"Frame 2Symbol 77 MovieClip
"bgt1"Frame 2Symbol 80 MovieClip
"bgt2"Frame 2Symbol 81 MovieClip
"bgt3"Frame 2Symbol 82 MovieClip
"bgt4"Frame 2Symbol 83 MovieClip
"bgr1"Frame 2Symbol 87 MovieClip
"bgr2"Frame 2Symbol 88 MovieClip
"bgr3"Frame 2Symbol 89 MovieClip
"bgr4"Frame 2Symbol 90 MovieClip
"livetxt"Frame 2Symbol 91 EditableText
"sym"Frame 2Symbol 93 MovieClip
"bgb1"Frame 2Symbol 97 MovieClip
"bgb2"Frame 2Symbol 98 MovieClip
"bgb3"Frame 2Symbol 99 MovieClip
"bgb4"Frame 2Symbol 100 MovieClip
"chars"Frame 2Symbol 101 MovieClip
"charb"Frame 2Symbol 102 MovieClip
"leveltxt"Frame 2Symbol 103 EditableText
"slower"Frame 2Symbol 116 MovieClip
"bigger"Frame 2Symbol 129 MovieClip
"faster"Frame 2Symbol 142 MovieClip
"smaller"Frame 2Symbol 155 MovieClip
"itemtxt"Frame 2Symbol 158 EditableText
"char"Frame 2Symbol 19 MovieClip
"char"Frame 3Symbol 19 MovieClip
"play"Symbol 8 MovieClip Frame 1Symbol 6 MovieClip
"char"Symbol 101 MovieClip Frame 1Symbol 19 MovieClip
"char"Symbol 102 MovieClip Frame 1Symbol 19 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.
ExportAssets (56)Timeline Frame 1Symbol 1 as "go"
ExportAssets (56)Timeline Frame 1Symbol 2 as "music"

Labels

"main"Frame 1




http://swfchan.com/6/27377/info.shtml
Created: 21/5 -2019 15:45:35 Last modified: 21/5 -2019 15:45:35 Server time: 15/05 -2024 08:30:57