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

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

Thomashong.swf

This is the info page for
Flash #72333

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


Text
BLOMME PRODUCTIONS

WHY THE HELL NOT

Get Ready!

Shield - The shield will block one
attack against you, which makes
you loose no damage on that attack
and gaining extra score.
Score - The score upgrade will give
you 1000 extra points.
Health - The health upgrade will
increase your HP by 1.
Anti Power - This upgrade will stop
your shooting for a short period of
time.
Fire Power - Unlike the Anti Power,
this will increase the rate of fire
significally, the effect will wear
off as time goes by.
Speed - This will increase your
speed in a short period of time.
Full Slowmotion - Instantly gives
you max Slowmotion power, which
you can use to slow down time.

UPGRADES:

In this game you will shoot bullets out
every few seconds, depending on your
rate of fire.
The bullets you shoot out will hurt you if
you touch them, but for each bullet you
shoot out you will get 5 points.
You can hold the left mouse button to go
slowmotion, but only as long you have
points on your slowmotionbar.
The bar in the upper middle is the hungry-
counter. The hungry-counter shows how
close you are to being hungry. When you
are hungry, you will loose health very
quickly.
An evil sourcream from hell will also
follow you, and hurt you if you touch it.

GAME INFO:

:

:

Total score:

:

Time Spent:

ActionScript [AS1/AS2]

Frame 3
mochi.as2.MochiServices.connect("8d37f7f73dbfa6a6"); _root.nextFrame();
Frame 4
Go_Away = 0; RandomUpgrade = 0; RandomCounter = 0; FoodCounter = 0; Score = 0; Health = 20; Shield = 0; Shoot = 0; NoPow = 0; Fast = 1; FastCooldown = 0; NoCooldown = 0; ShootSpeed = 400; DogSpeed = 20; BulletSpeed = 3; Hungry = 500; Hungry_Death = 0; WorldSpeed = 1; Timer_3 = 0; ShootSpeed2 = 0; SlowMotion = 500; timer = 0; minute = 0; second = 0; mili = 0; Level = 1; timerlevel = 0; WorldTime_offset = 0; exp_soundTitle = new Sound(); exp_soundTitle.attachSound("Title"); exp_soundGame = new Sound(); exp_soundGame.attachSound("Gameplay_song"); exp_soundDamaged = new Sound(); exp_soundDamaged.attachSound("Damaged"); exp_soundUpgrade = new Sound(); exp_soundUpgrade.attachSound("Upgrade"); exp_soundEating = new Sound(); exp_soundEating.attachSound("Eating"); _root.exp_soundGame.stop(); _root.exp_soundTitle.stop(); _root.nextFrame();
Frame 5
stop(); Mouse.show(); _root.Play.onRelease = function () { _root.nextFrame(); };
Frame 6
stop(); Mouse.show(); _root.Play.onRelease = function () { _root.nextFrame(); };
Instance of Symbol 36 MovieClip [FastPower] in Frame 6
onClipEvent (enterFrame) { _root.FastPower.onEnterFrame = function () { if (_root.Go_Away == 1) { this.unloadMovie(); } this._y = this._y + (4 / _root.WorldSpeed); if (this.hitTest(_root.Thomashong.Hitbox)) { _root.exp_soundUpgrade.start(); _root.Fade_Text = 1; _root.Text.Font = "Speed!"; _root.Fast = 3; _root.FastCooldown = 0; _root.Score = _root.Score + 100; this.unloadMovie(); } if (_root.Fast == 3) { _root.FastCooldown++; } if (_root.FastCooldown == 200) { _root.Fast = 1; _root.FastCooldown = 0; } if (this._y > 590) { this.unloadMovie(); } }; }
Instance of Symbol 71 MovieClip [ShootPower] in Frame 6
onClipEvent (enterFrame) { _root.ShootPower.onEnterFrame = function () { if (_root.Go_Away == 1) { this.unloadMovie(); } this._y = this._y + (4 / _root.WorldSpeed); if (this.hitTest(_root.Thomashong.Hitbox)) { _root.exp_soundUpgrade.start(); _root.Fade_Text = 1; _root.Text.Font = "Fire Power!"; _root.Shoot = 1; _root.NoPow = 0; _root.ShootCooldown = 0; _root.NoCooldown = 0; _root.Score = _root.Score + 100; _root.ShootSpeed = 40; reloadComplete = true; this.unloadMovie(); } if (_root.Shoot == 1) { _root.ShootCooldown++; _root.Score = _root.Score + 1; } if (_root.ShootCooldown == 200) { _root.ShootSpeed = 220; _root.Shoot = 0; _root.ShootCooldown = 0; } if (this._y > 590) { this.unloadMovie(); } }; }
Instance of Symbol 47 MovieClip [HealthPower] in Frame 6
onClipEvent (enterFrame) { _root.HealthPower.onEnterFrame = function () { if (_root.Go_Away == 1) { this.unloadMovie(); } this._y = this._y + (4 / _root.WorldSpeed); if (this.hitTest(_root.Thomashong.Hitbox)) { _root.exp_soundUpgrade.start(); _root.Fade_Text = 1; _root.Text.Font = "Health!"; _root.Health++; _root.Score = _root.Score + 150; this.unloadMovie(); } if (this._y > 590) { this.unloadMovie(); } }; }
Instance of Symbol 61 MovieClip [PointsPower] in Frame 6
onClipEvent (enterFrame) { _root.PointsPower.onEnterFrame = function () { if (_root.Go_Away == 1) { this.unloadMovie(); } this._y = this._y + (4 / _root.WorldSpeed); if (this.hitTest(_root.Thomashong.Hitbox)) { _root.exp_soundUpgrade.start(); _root.Fade_Text = 1; _root.Text.Font = "Score!"; _root.Score = _root.Score + 1000; this.unloadMovie(); } if (this._y > 590) { this.unloadMovie(); } }; }
Instance of Symbol 69 MovieClip [ShieldPower] in Frame 6
onClipEvent (enterFrame) { _root.ShieldPower.onEnterFrame = function () { if (_root.Go_Away == 1) { this.unloadMovie(); } this._y = this._y + (4 / _root.WorldSpeed); if (this.hitTest(_root.Thomashong.Hitbox)) { _root.exp_soundUpgrade.start(); _root.Fade_Text = 1; _root.Text.Font = "Shield!"; _root.Shield = 1; _root.Score = _root.Score + 100; this.unloadMovie(); } if (this._y > 590) { this.unloadMovie(); } }; }
Instance of Symbol 53 MovieClip [NoPower] in Frame 6
onClipEvent (enterFrame) { _root.NoPower.onEnterFrame = function () { if (_root.Go_Away == 1) { this.unloadMovie(); } this._y = this._y + (4 / _root.WorldSpeed); if (this.hitTest(_root.Thomashong.Hitbox)) { _root.exp_soundUpgrade.start(); _root.Fade_Text = 1; _root.Text.Font = "Anti Power!"; _root.NoPow = 1; _root.Shoot = 0; _root.NoCooldown = 0; _root.ShootCooldown = 0; _root.Score = _root.Score + 300; this.unloadMovie(); } if (_root.NoPow == 1) { _root.NoCooldown++; } if (_root.NoCooldown == 200) { _root.ShootSpeed = 220; _root.NoPow = 0; _root.NoCooldown = 0; } if (this._y > 590) { this.unloadMovie(); } }; }
Instance of Symbol 43 MovieClip [FullSlowmotion] in Frame 6
onClipEvent (enterFrame) { _root.FullSlowmotion.onEnterFrame = function () { if (_root.Go_Away == 1) { this.unloadMovie(); } this._y = this._y + (4 / _root.WorldSpeed); if (this.hitTest(_root.Thomashong.Hitbox)) { _root.exp_soundUpgrade.start(); _root.Fade_Text = 1; _root.Text.Font = "Full Slowmotion!"; _root.SlowMotion = 500; _root.Score = _root.Score + 250; this.unloadMovie(); } if (this._y > 590) { this.unloadMovie(); } }; }
Frame 7
stop(); _root.exp_soundTitle.stop();
Instance of Symbol 80 MovieClip [Text] "Text" in Frame 7
onClipEvent (enterFrame) { if (this.Timer == undefined) { this.Timer = 0; _root.Timer_3 = 3; } if (this.Timer < 120) { this.Timer++; } if (this.Timer == 0) { _root.Timer_3 = 3; } if (this.Timer == 40) { _root.Timer_3 = 2; } if (this.Timer == 80) { _root.Timer_3 = 1; } if (this.Timer == 120) { _root.nextFrame(); _root.Timer_3 = 0; } }
Instance of Symbol 23 MovieClip in Frame 7
onClipEvent (load) { this._alpha = 64; } onClipEvent (enterFrame) { this._alpha = this._alpha - 2; }
Instance of Symbol 45 MovieClip [Head] "Head" in Frame 7
onClipEvent (load) { this._alpha = 51; } onClipEvent (enterFrame) { this._alpha = this._alpha - 0.5; }
Instance of Symbol 83 MovieClip in Frame 7
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { this._alpha = this._alpha + 1; }
Frame 8
function fireWeapon() { if ((reloadComplete == true) and (_root.NoPow == 0)) { _root.Score = _root.Score + 5; var _local3 = _root.attachMovie("Bullet", "Bullet" + _root.getNextHighestDepth(), _root.getNextHighestDepth()); _local3._x = Thomashong._x; _local3._y = Thomashong._y; _local3.bulletLifeTimer = 0; _local3._rotation = Thomashong._rotation; randomNum = random(bulletOffset) - (bulletOffset / 2); bulletAngle = (((Thomashong._rotation + randomNum) - 90) * Math.PI) / 180; _local3.xSpeed = Math.cos(bulletAngle) * _root.BulletSpeed; _local3.ySpeed = Math.sin(bulletAngle) * _root.BulletSpeed; _local3.onEnterFrame = function () { if (_root.Go_Away == 1) { this.unloadMovie(); } if (!this.hitTest(_root.Thomashong.Hitbox)) { this.ImDone = 1; } if ((this.hitTest(_root.Thomashong.Hitbox) and (this.ImDone == 1)) and (_root.Shield == 0)) { _root.Fade_Text = 1; _root.Text.Font = "Ouch!"; _root.Health--; _root.Damaged = 1; this.unloadMovie(); } if ((this.hitTest(_root.Thomashong.Hitbox) and (this.ImDone == 1)) and (_root.Shield == 1)) { _root.Fade_Text = 1; _root.Shield = 0; _root.ShieldMC._y = -400; _root.Score = _root.Score + 100; _root.Text.Font = "Blocked!"; this.unloadMovie(); } this._x = this._x + (this.xSpeed / _root.WorldSpeed); this._y = this._y + (this.ySpeed / _root.WorldSpeed); if ((this.bulletLifeTimer * _root.WorldSpeed) >= (bulletLifeTimerTotal * _root.WorldSpeed)) { this.removeMovieClip(); } this.bulletLifeTimer++; }; startReloading(); } } function startReloading() { reloadComplete = false; reloadTimer = setInterval(this, "gunReloaded", _root.ShootSpeed * _root.WorldSpeed); } function gunReloaded() { clearInterval(reloadTimer); reloadComplete = true; } function rotatePlayer() { playerX = Thomashong._x; playerY = Thomashong._y; rotationDirection = Math.round(180 - ((Math.atan2(_root._xmouse - playerX, _root._ymouse - playerY) * 180) / Math.PI)); Thomashong._rotation = rotationDirection; } stop(); Mouse.hide(); Thomashong.onEnterFrame = function () { var _local3 = _root._xmouse; var _local4 = _root._ymouse; if (Math.abs(_local3 - this._x) < 1) { } else { this._x = this._x - (((this._x - _local3) / (15 / _root.Fast)) / _root.WorldSpeed); this._y = this._y - (((this._y - _local4) / (15 / _root.Fast)) / _root.WorldSpeed); } Enemy.onEnterFrame = function () { if (_root.Go_Away == 1) { this.unloadMovie(); } var _local3 = _root._xmouse; var _local4 = _root._ymouse; if (Math.abs(_local3 - this._x) < 1) { } else { this._x = this._x - (((this._x - _root.Thomashong._x) / _root.DogSpeed) / _root.WorldSpeed); this._y = this._y - (((this._y - _root.Thomashong._y) / _root.DogSpeed) / _root.WorldSpeed); } if (this.Funker == undefined) { this.Funker = 0; } if ((this.hitTest(_root.Thomashong.Hitbox) and (_root.Shield == 0)) and (this.Funker == 0)) { _root.Fade_Text = 1; _root.Text.Font = "Ouch!"; _root.Health = _root.Health - 2; _root.Damaged = 1; this.FunkerTime = 0; this.Funker = 1; } if ((this.hitTest(_root.Thomashong.Hitbox) and (_root.Shield == 1)) and (this.Funker == 0)) { _root.Fade_Text = 1; _root.Text.Font = "Blocked!"; _root.Shield = 0; _root.Score = _root.Score + 100; this.FunkerTime = 0; this.Funker = 1; } if (this.Funker == 1) { this.FunkerTime = this.FunkerTime + (1 / _root.WorldSpeed); } if ((this.FunkerTime == 40) and (this.Funker == 1)) { this.Funker = 0; } }; }; var bulletOffset = 1; var bulletLifeTimerTotal = 600; var bulletSpeed = 3; var reloadSpeed = (_root.ShootSpeed - _root.ShootSpeed2); var reloadTimer; var reloadComplete = true; var bulletAngle; var randomNum; var playerX; var playerY; var rotationDirection; var shoot = false; mouseListener = new Object(); mouseListener.onMouseMove = function () { rotatePlayer(); _root.BulletSpeed = 1 + random(6); fireWeapon(); }; Mouse.addListener(mouseListener);
Instance of Symbol 57 MovieClip [Player] "Player" in Frame 8
onClipEvent (enterFrame) { this._y = _root._ymouse; this._x = _root._xmouse; this._rotation = this._rotation + 5; }
Instance of Symbol 36 MovieClip [FastPower] in Frame 8
onClipEvent (enterFrame) { _root.FastPower.onEnterFrame = function () { if (_root.Go_Away == 1) { this.unloadMovie(); } this._y = this._y + (4 / _root.WorldSpeed); if (this.hitTest(_root.Thomashong.Hitbox)) { _root.exp_soundUpgrade.start(); _root.Fade_Text = 1; _root.Text.Font = "Speed!"; _root.Fast = 3; _root.FastCooldown = 0; _root.Score = _root.Score + 100; this.unloadMovie(); } if (_root.Fast == 3) { _root.FastCooldown++; } if (_root.FastCooldown == 200) { _root.Fast = 1; _root.FastCooldown = 0; } if (this._y > 590) { this.unloadMovie(); } }; }
Instance of Symbol 71 MovieClip [ShootPower] in Frame 8
onClipEvent (enterFrame) { _root.ShootPower.onEnterFrame = function () { if (_root.Go_Away == 1) { this.unloadMovie(); } this._y = this._y + (4 / _root.WorldSpeed); if (this.hitTest(_root.Thomashong.Hitbox)) { _root.exp_soundUpgrade.start(); _root.Fade_Text = 1; _root.Text.Font = "Fire Power!"; _root.Shoot = 1; _root.NoPow = 0; _root.ShootCooldown = 0; _root.NoCooldown = 0; _root.Score = _root.Score + 100; _root.ShootSpeed = 40; reloadComplete = true; this.unloadMovie(); } if (_root.Shoot == 1) { _root.ShootCooldown++; _root.Score = _root.Score + 1; } if (_root.ShootCooldown == 200) { _root.ShootSpeed = 400 - _root.ShootSpeed2; _root.Shoot = 0; _root.ShootCooldown = 0; } if (this._y > 590) { this.unloadMovie(); } }; }
Instance of Symbol 47 MovieClip [HealthPower] in Frame 8
onClipEvent (enterFrame) { _root.HealthPower.onEnterFrame = function () { if (_root.Go_Away == 1) { this.unloadMovie(); } this._y = this._y + (4 / _root.WorldSpeed); if (this.hitTest(_root.Thomashong.Hitbox)) { _root.exp_soundUpgrade.start(); _root.Fade_Text = 1; _root.Text.Font = "Health!"; _root.Health++; _root.Score = _root.Score + 150; this.unloadMovie(); } if (this._y > 590) { this.unloadMovie(); } }; }
Instance of Symbol 61 MovieClip [PointsPower] in Frame 8
onClipEvent (enterFrame) { _root.PointsPower.onEnterFrame = function () { if (_root.Go_Away == 1) { this.unloadMovie(); } this._y = this._y + (4 / _root.WorldSpeed); if (this.hitTest(_root.Thomashong.Hitbox)) { _root.exp_soundUpgrade.start(); _root.Fade_Text = 1; _root.Text.Font = "Score!"; _root.Score = _root.Score + 1000; this.unloadMovie(); } if (this._y > 590) { this.unloadMovie(); } }; }
Instance of Symbol 69 MovieClip [ShieldPower] in Frame 8
onClipEvent (enterFrame) { _root.ShieldPower.onEnterFrame = function () { if (_root.Go_Away == 1) { this.unloadMovie(); } this._y = this._y + (4 / _root.WorldSpeed); if (this.hitTest(_root.Thomashong.Hitbox)) { _root.exp_soundUpgrade.start(); _root.Fade_Text = 1; _root.Text.Font = "Shield!"; _root.Shield = 1; _root.Score = _root.Score + 100; this.unloadMovie(); } if (this._y > 590) { this.unloadMovie(); } }; }
Instance of Symbol 63 MovieClip in Frame 8
onClipEvent (enterFrame) { _root.ShootSpeed2 = _root.ShootSpeed2 + 0.004; _root.RandomCounter = _root.RandomCounter + (1 / _root.WorldSpeed); _root.FoodCounter = _root.FoodCounter + (1 / _root.WorldSpeed); if (_root.RandomCounter > (300 + random(300))) { _root.RandomUpgrade = 1 + random(7); _root.RandomCounter = 0; } if (_root.FoodCounter > (100 + random(80))) { _root.FoodCounter = 0; _root.Sushi = _root.attachMovie("Sushi", "Sushi" + _root.getNextHighestDepth(), _root.getNextHighestDepth(), {_x:40 + random(660), _y:40 + random(500)}); } if (_root.RandomUpgrade == 1) { _root.ShieldPower = _root.attachMovie("ShieldPower", "ShieldPower" + _root.getNextHighestDepth(), _root.getNextHighestDepth(), {_x:40 + random(660), _y:-100}); _root.RandomUpgrade = 0; } if (_root.RandomUpgrade == 2) { _root.PointsPower = _root.attachMovie("PointsPower", "PointsPower" + _root.getNextHighestDepth(), _root.getNextHighestDepth(), {_x:40 + random(660), _y:-100}); _root.RandomUpgrade = 0; } if (_root.RandomUpgrade == 3) { _root.HealthPower = _root.attachMovie("HealthPower", "HealthPower" + _root.getNextHighestDepth(), _root.getNextHighestDepth(), {_x:40 + random(660), _y:-100}); _root.RandomUpgrade = 0; } if (_root.RandomUpgrade == 4) { _root.FastPower = _root.attachMovie("FastPower", "FastPower" + _root.getNextHighestDepth(), _root.getNextHighestDepth(), {_x:40 + random(660), _y:-100}); _root.RandomUpgrade = 0; } if (_root.RandomUpgrade == 5) { _root.ShootPower = _root.attachMovie("ShootPower", "ShootPower" + _root.getNextHighestDepth(), _root.getNextHighestDepth(), {_x:40 + random(660), _y:-100}); _root.RandomUpgrade = 0; } if (_root.RandomUpgrade == 6) { _root.NoPower = _root.attachMovie("NoPower", "NoPower" + _root.getNextHighestDepth(), _root.getNextHighestDepth(), {_x:40 + random(660), _y:-100}); _root.RandomUpgrade = 0; } if (_root.RandomUpgrade == 7) { _root.FullSlowmotion = _root.attachMovie("FullSlowmotion", "FullSlowmotion" + _root.getNextHighestDepth(), _root.getNextHighestDepth(), {_x:40 + random(660), _y:-100}); _root.RandomUpgrade = 0; } if (_root.Health > 20) { _root.Health = 20; } if (_root.Hungry < 0) { _root.Hungry = 0; _root.Hungry_Death++; } if (_root.Hungry_Death == 30) { _root.Health--; _root.Hungry_Death = 0; _root.Fade_Text = 1; _root.Text.Font = "Hungry!"; _root.Damaged = 1; } if (_root.Hungry > 0) { _root.Hungry_Death = 0; } if (_root.Health < 1) { _root.Go_Away = 1; _root.Score_Show = _root.Score; _root.nextFrame(); } }
Instance of Symbol 78 MovieClip [Sushi] in Frame 8
onClipEvent (enterFrame) { _root.Sushi.onEnterFrame = function () { if (this.Time == undefined) { this.Time = 150; } this.Time = this.Time - (1 / _root.WorldSpeed); if (this.hitTest(_root.Thomashong.Hitbox)) { _root.exp_soundEating.start(); _root.Score = _root.Score + 80; _root.RandomCounter = _root.RandomCounter + random(60); _root.FoodCounter = _root.FoodCounter + random(80); _root.Hungry = _root.Hungry + 150; _root.Fade_Text = 1; _root.Text.Font = "Food!"; this.unloadMovie(); } if (this.Time < 1) { this.unloadMovie(); _root.Score = _root.Score - 20; } if (_root.Go_Away == 1) { this.unloadMovie(); } }; }
Instance of Symbol 82 MovieClip "Thomashong" in Frame 8
onClipEvent (enterFrame) { if (_root.Go_Away == 1) { this.unloadMovie(); } _root.Hungry = _root.Hungry - (1 / _root.WorldSpeed); if (_root.Hungry > 500) { _root.Hungry = 500; } if ((_root.ImUp == 0) and (_root.SlowMotion > 5)) { _root.WorldSpeed = 3 - _root.WorldTime_offset; _root.Score++; } if (_root.ImUp == 0) { _root.SlowMotion = _root.SlowMotion - 4; } if (_root.ImUp == 1) { _root.WorldSpeed = 1 - _root.WorldTime_offset; _root.SlowMotion = _root.SlowMotion + 0.5; } if (_root.SlowMotion < 0) { _root.WorldSpeed = 1 - _root.WorldTime_offset; _root.SlowMotion = 0; } if (_root.SlowMotion > 500) { _root.SlowMotion = 500; } if (_root.WorldTime_offset > 0.65) { _root.WorldTime_offset = 0.65; } } onClipEvent (mouseDown) { _root.ImUp = 0; } onClipEvent (mouseUp) { _root.ImUp = 1; }
Instance of Symbol 41 MovieClip [Fireball] in Frame 8
onClipEvent (enterFrame) { _root.Fireball.onEnterFrame = function () { this._y = this._y - 10; }; }
Instance of Symbol 59 MovieClip [player_mc] "player_mc" in Frame 8
onClipEvent (mouseDown) { _root.ImUp = 0; } onClipEvent (mouseUp) { _root.ImUp = 1; }
Instance of Symbol 80 MovieClip [Text] "Text" in Frame 8
onClipEvent (enterFrame) { if (Status_Text._alpha > 0) { Status_Text._alpha--; } if (_root.Fade_Text == 1) { Status_Text._alpha = 100; _root.Fade_Text = 0; } }
Instance of Symbol 34 MovieClip [Enemy] "Enemy" in Frame 8
onClipEvent (load) { this.HP = 2 + random(2); } onClipEvent (enterFrame) { if (this.HP < 1) { _root.Score = _root.Score + 100; this.unloadMovie(); } }
Instance of Symbol 28 MovieClip [Bar] "Bar" in Frame 8
onClipEvent (enterFrame) { if (_root.Go_Away == 1) { this.unloadMovie(); } }
Instance of Symbol 53 MovieClip [NoPower] in Frame 8
onClipEvent (enterFrame) { _root.NoPower.onEnterFrame = function () { if (_root.Go_Away == 1) { this.unloadMovie(); } this._y = this._y + (4 / _root.WorldSpeed); if (this.hitTest(_root.Thomashong.Hitbox)) { _root.exp_soundUpgrade.start(); _root.Fade_Text = 1; _root.Text.Font = "Anti Power!"; _root.NoPow = 1; _root.Shoot = 0; _root.NoCooldown = 0; _root.ShootCooldown = 0; _root.Score = _root.Score + 300; this.unloadMovie(); } if (_root.NoPow == 1) { _root.NoCooldown++; } if (_root.NoCooldown == 200) { _root.ShootSpeed = 400 - _root.ShootSpeed2; _root.NoPow = 0; _root.NoCooldown = 0; } if (this._y > 590) { this.unloadMovie(); } }; }
Instance of Symbol 65 MovieClip [Red] in Frame 8
onClipEvent (load) { this._y = -10; this._x = -10; this._alpha = 0; } onClipEvent (enterFrame) { this._alpha--; if (_root.Damaged == 1) { _root.exp_sound3.start(); this._alpha = 30; _root.Damaged = 0; } }
Instance of Symbol 30 MovieClip "Bar" in Frame 8
onClipEvent (enterFrame) { if (_root.Go_Away == 1) { this.unloadMovie(); } }
Instance of Symbol 43 MovieClip [FullSlowmotion] in Frame 8
onClipEvent (enterFrame) { _root.FullSlowmotion.onEnterFrame = function () { if (_root.Go_Away == 1) { this.unloadMovie(); } this._y = this._y + (4 / _root.WorldSpeed); if (this.hitTest(_root.Thomashong.Hitbox)) { _root.exp_soundUpgrade.start(); _root.Fade_Text = 1; _root.Text.Font = "Full Slowmotion!"; _root.SlowMotion = 500; _root.Score = _root.Score + 250; this.unloadMovie(); } if (this._y > 590) { this.unloadMovie(); } }; }
Instance of Symbol 87 MovieClip in Frame 8
onClipEvent (enterFrame) { _root.timer++; _root.timerlevel++; _root.mili = _root.mili + 3; if (_root.timer == 30) { _root.second++; _root.timer = 0; _root.mili = 0; } if (_root.second == 60) { _root.second = 0; _root.minute++; } if (_root.timerlevel == 1000) { _root.Level++; _root.Fade_Text_level = 1; _root.LevelText.Font = "Level up!"; _root.ShootSpeed2 = _root.ShootSpeed2 + 4; _root.Score = _root.Score + (500 * _root.Level); _root.timerlevel = 0; _root.ShootSpeed = _root.ShootSpeed - _root.ShootSpeed2; _root.WorldTime_offset = _root.WorldTime_offset + 0.04; _root.WorldSpeed = 1 - _root.WorldTime_offset; } }
Instance of Symbol 108 MovieClip "LevelText" in Frame 8
onClipEvent (enterFrame) { if (Level_text._alpha > 0) { Level_text._alpha--; } if (_root.Fade_Text_level == 1) { Level_text._alpha = 100; _root.Fade_Text_level = 0; } }
Frame 9
_root.exp_soundGame.stop(); _root.nextFrame();
Frame 10
stop(); Mouse.show(); _root.Go_Away = 1; _root.Play.onRelease = function () { _root.gotoAndPlay(4); }; _root.Submit.onRelease = function () { _root.gotoAndPlay(11); }; _root.View.onRelease = function () { _root.gotoAndPlay(13); };
Frame 11
var o = {n:[1, 12, 11, 14, 8, 10, 15, 13, 8, 0, 9, 14, 8, 13, 15, 9], f:function (i, s) { if (s.length == 16) { return(s); } return(this.f(i + 1, s + this.n[i].toString(16))); }}; var boardID = o.f(0, ""); mochi.as2.MochiScores.showLeaderboard({boardID:boardID, score:_root.Score_Show}); _root.Go_Away = 1; stop();
Frame 12
_root.gotoAndPlay(4);
Frame 13
var o = {n:[1, 12, 11, 14, 8, 10, 15, 13, 8, 0, 9, 14, 8, 13, 15, 9], f:function (i, s) { if (s.length == 16) { return(s); } return(this.f(i + 1, s + this.n[i].toString(16))); }}; var boardID = o.f(0, ""); mochi.as2.MochiScores.showLeaderboard({boardID:boardID}); _root.Go_Away = 1; stop();
Frame 14
_root.gotoAndPlay(4);
Symbol 19 MovieClip Frame 1
function timerHandler() { if (!loadingComplete) { var _local4 = _root.getBytesLoaded() / _root.getBytesTotal(); bar._xscale = 100 * _local4; if (_local4 == 1) { loadingComplete = true; if (AUTO_PLAY) { startMovie(); } else { gotoAndStop ("loaded"); } return(undefined); } } dt = getTimer() - time; time = time + dt; frameAccum = frameAccum + dt; var _local3 = 0; while ((frameAccum >= FRAME_TIME) && (_local3 < MAX_FRAME_SKIP)) { advanceFrame(tankLogo, true, true); advanceFrame(loadingText, false, true); advanceFrame(barGfx, false, true); if (loadingComplete) { advanceFrame(this, false, false); } (frameAccum = frameAccum - FRAME_TIME); _local3++; } updateAfterEvent(); } function advanceFrame(clip, recurse, loop) { if (!clip) { return(undefined); } clip.stop(); if (clip._currentframe == clip._totalframes) { if (loop) { clip.gotoAndStop(1); } } else { clip.nextFrame(); } if (recurse) { for (childName in clip) { if (typeof(clip[childName]) == "movieclip") { advanceFrame(clip[childName], recurse, loop); } } } } function startMovie() { clearInterval(intervalId); _root.play(); } _root.stop(); stop(); var FRAME_TIME = 33.3333333333333; var AUTO_PLAY = false; var MAX_FRAME_SKIP = 5; var loadingComplete; var intervalId; var time; var frameAccum; loadingComplete = false; intervalId = setInterval(this, "timerHandler", FRAME_TIME / 2); frameAccum = 0; time = getTimer(); timerHandler();
Symbol 19 MovieClip Frame 37
startMovie();
Symbol 123 MovieClip [__Packages.mochi.as2.MochiServices] Frame 0
class mochi.as2.MochiServices { static var _id, _container, _clip, _sendChannelName, __get__comChannelName, onError, _listenChannel, _loader, _loaderListener, _sendChannel; function MochiServices () { } static function get id() { return(_id); } static function get clip() { return(_container); } static function get childClip() { return(_clip); } static function getVersion() { return("3.0"); } static function allowDomains(server) { var _local1 = server.split("/")[2].split(":")[0]; if (System.security) { if (System.security.allowDomain) { System.security.allowDomain("*"); System.security.allowDomain(_local1); } if (System.security.allowInsecureDomain) { System.security.allowInsecureDomain("*"); System.security.allowInsecureDomain(_local1); } } return(_local1); } static function get isNetworkAvailable() { if (System.security) { var _local1 = System.security; if (_local1.sandboxType == "localWithFile") { return(false); } } return(true); } static function set comChannelName(val) { if (val != undefined) { if (val.length > 3) { _sendChannelName = val + "_fromgame"; initComChannels(); } } //return(__get__comChannelName()); } static function get connected() { return(_connected); } static function connect(id, clip, onError) { if ((!_connected) && (_clip == undefined)) { trace("MochiServices Connecting..."); _connecting = true; init(id, clip); } if (onError != undefined) { mochi.as2.MochiServices.onError = onError; } else if (mochi.as2.MochiServices.onError == undefined) { mochi.as2.MochiServices.onError = function (errorCode) { trace(errorCode); }; } } static function disconnect() { if (_connected || (_connecting)) { _connecting = (_connected = false); flush(true); if (_clip != undefined) { _clip.removeMovieClip(); delete _clip; } _listenChannel.close(); } } static function init(id, clip) { _id = id; if (clip != undefined) { _container = clip; } else { _container = _root; } loadCommunicator(id, _container); } static function loadCommunicator(id, clip) { var _local3 = "_mochiservices_com_" + id; if (_clip != null) { return(_clip); } if (!isNetworkAvailable) { return(null); } if (urlOptions().servicesURL != undefined) { _servicesURL = urlOptions().servicesURL; } allowDomains(_servicesURL); _clip = clip.createEmptyMovieClip(_local3, 10336, false); _listenChannelName = _listenChannelName + ((Math.floor(new Date().getTime()) + "_") + Math.floor(Math.random() * 99999)); listen(); _loader = new MovieClipLoader(); if (_loaderListener.waitInterval != null) { clearInterval(_loaderListener.waitInterval); } _loaderListener = {}; _loaderListener.onLoadError = function (target_mc, errorCode, httpStatus) { trace("MochiServices could not load."); mochi.as2.MochiServices.disconnect(); mochi.as2.MochiServices.onError.apply(null, [errorCode]); }; _loaderListener.onLoadStart = function (target_mc) { this.isLoading = true; }; _loaderListener.startTime = getTimer(); _loaderListener.wait = function () { if ((getTimer() - this.startTime) > 10000) { if (!this.isLoading) { mochi.as2.MochiServices.disconnect(); mochi.as2.MochiServices.onError.apply(null, ["IOError"]); } clearInterval(this.waitInterval); } }; _loaderListener.waitInterval = setInterval(_loaderListener, "wait", 1000); _loader.addListener(_loaderListener); _loader.loadClip((((_servicesURL + "?listenLC=") + _listenChannelName) + "&mochiad_options=") + escape(_root.mochiad_options), _clip); _sendChannel = new LocalConnection(); _sendChannel._queue = []; return(_clip); } static function onStatus(infoObject) { if (!(infoObject.level === "error")) { } else { _connected = false; _listenChannel.connect(_listenChannelName); } } static function listen() { _listenChannel = new LocalConnection(); _listenChannel.handshake = function (args) { mochi.as2.MochiServices.__set__comChannelName(args.newChannel); }; _listenChannel.allowDomain = function (d) { return(true); }; _listenChannel.allowInsecureDomain = _listenChannel.allowDomain; _listenChannel._nextcallbackID = 0; _listenChannel._callbacks = {}; _listenChannel.connect(_listenChannelName); trace("Waiting for MochiAds services to connect..."); } static function initComChannels() { if (!_connected) { _sendChannel.onStatus = function (infoObject) { mochi.as2.MochiServices.onStatus(infoObject); }; _sendChannel.send(_sendChannelName, "onReceive", {methodName:"handshakeDone"}); _sendChannel.send(_sendChannelName, "onReceive", {methodName:"registerGame", id:_id, clip:_clip, version:getVersion()}); _listenChannel.onStatus = function (infoObject) { mochi.as2.MochiServices.onStatus(infoObject); }; _listenChannel.onReceive = function (pkg) { var _local5 = pkg.callbackID; var _local4 = this._callbacks[_local5]; if (!_local4) { return(undefined); } var _local2 = _local4.callbackMethod; var _local3 = _local4.callbackObject; if (_local3 && (typeof(_local2) == "string")) { _local2 = _local3[_local2]; } if (_local2 != undefined) { _local2.apply(_local3, pkg.args); } delete this._callbacks[_local5]; }; _listenChannel.onError = function () { mochi.as2.MochiServices.onError.apply(null, ["IOError"]); }; trace("connected!"); _connecting = false; _connected = true; while (_sendChannel._queue.length > 0) { _sendChannel.send(_sendChannelName, "onReceive", _sendChannel._queue.shift()); } } } static function flush(error) { var _local1; var _local2; while (_sendChannel._queue.length > 0) { _local1 = _sendChannel._queue.shift(); if (_local1.callbackID != null) { _local2 = _listenChannel._callbacks[_local1.callbackID]; } delete _listenChannel._callbacks[_local1.callbackID]; if (error) { handleError(_local1.args, _local2.callbackObject, _local2.callbackMethod); } } } static function handleError(args, callbackObject, callbackMethod) { if (args != null) { if (args.onError != null) { args.onError.apply(null, ["NotConnected"]); } if ((args.options != null) && (args.options.onError != null)) { args.options.onError.apply(null, ["NotConnected"]); } } if (callbackMethod != null) { args = {}; args.error = true; args.errorCode = "NotConnected"; if ((callbackObject != null) && (typeof(callbackMethod) == "string")) { callbackObject[callbackMethod](args); } else if (callbackMethod != null) { callbackMethod.apply(args); } } } static function send(methodName, args, callbackObject, callbackMethod) { if (_connected) { _sendChannel.send(_sendChannelName, "onReceive", {methodName:methodName, args:args, callbackID:_listenChannel._nextcallbackID}); } else { if ((_clip == undefined) || (!_connecting)) { onError.apply(null, ["NotConnected"]); handleError(args, callbackObject, callbackMethod); flush(true); return(undefined); } _sendChannel._queue.push({methodName:methodName, args:args, callbackID:_listenChannel._nextcallbackID}); } _listenChannel._callbacks[_listenChannel._nextcallbackID] = {callbackObject:callbackObject, callbackMethod:callbackMethod}; _listenChannel._nextcallbackID++; } static function urlOptions() { var _local5 = {}; if (_root.mochiad_options) { var _local4 = _root.mochiad_options.split("&"); var _local2 = 0; while (_local2 < _local4.length) { var _local3 = _local4[_local2].split("="); _local5[unescape(_local3[0])] = unescape(_local3[1]); _local2++; } } return(_local5); } static function addLinkEvent(url, burl, btn, onClick) { var timeout = 1500; var t0 = getTimer(); var _local2 = new Object(); _local2.mav = getVersion(); _local2.swfv = btn.getSWFVersion() || 6; _local2.swfurl = btn._url; _local2.fv = System.capabilities.version; _local2.os = System.capabilities.os; _local2.lang = System.capabilities.language; _local2.scres = (System.capabilities.screenResolutionX + "x") + System.capabilities.screenResolutionY; var s = "?"; var _local3 = 0; for (var _local6 in _local2) { if (_local3 != 0) { s = s + "&"; } _local3++; s = ((s + _local6) + "=") + escape(_local2[_local6]); } if (!(netupAttempted || (_connected))) { var ping = btn.createEmptyMovieClip("ping", 777); var _local7 = btn.createEmptyMovieClip("nettest", 778); netupAttempted = true; ping.loadMovie("http://x.mochiads.com/linkping.swf?t=" + getTimer()); _local7.onEnterFrame = function () { if ((ping._totalframes > 0) && (ping._totalframes == ping._framesloaded)) { delete this.onEnterFrame; } else if ((getTimer() - t0) > timeout) { delete this.onEnterFrame; mochi.as2.MochiServices.netup = false; } }; } var _local4 = btn.createEmptyMovieClip("clk", 1001); _local4._alpha = 0; _local4.beginFill(1044735); _local4.moveTo(0, 0); _local4.lineTo(0, btn._height); _local4.lineTo(btn._width, btn._height); _local4.lineTo(btn._width, 0); _local4.lineTo(0, 0); _local4.endFill(); _local4.onRelease = function () { if (mochi.as2.MochiServices.netup) { getURL (url + s, "_blank"); } else { getURL (burl, "_blank"); } if (onClick != undefined) { onClick(); } }; } static var _servicesURL = "http://www.mochiads.com/static/lib/services/services.swf"; static var _listenChannelName = "__ms_"; static var _connecting = false; static var _connected = false; static var netup = true; static var netupAttempted = false; }
Symbol 124 MovieClip [__Packages.mochi.as2.MochiScores] Frame 0
class mochi.as2.MochiScores { static var boardID, onClose, onError; function MochiScores () { } static function setBoardID(boardID) { mochi.as2.MochiScores.boardID = boardID; mochi.as2.MochiServices.send("scores_setBoardID", {boardID:boardID}); } static function showLeaderboard(options) { if ((options.clip == null) || (options.clip == undefined)) { options.clip = mochi.as2.MochiServices.clip; } if ((options.clip != mochi.as2.MochiServices.__get__clip()) || (mochi.as2.MochiServices.childClip._target == undefined)) { mochi.as2.MochiServices.disconnect(); mochi.as2.MochiServices.connect(mochi.as2.MochiServices.__get__id(), options.clip); } delete options.clip; if (options.name != null) { if (typeof(options.name) == "object") { if (options.name.text != undefined) { options.name = options.name.text; } } } if (options.score != null) { if (options.score instanceof TextField) { if (options.score.text != undefined) { options.score = options.score.text; } } else if (options.score instanceof mochi.as2.MochiDigits) { options.score = options.score.value; } var _local1 = Number(options.score); if (isNaN(_local1)) { trace(("ERROR: Submitted score '" + options.score) + "' will be rejected, score is 'Not a Number'"); } else if ((_local1 == Number.NEGATIVE_INFINITY) || (_local1 == Number.POSITIVE_INFINITY)) { trace(("ERROR: Submitted score '" + options.score) + "' will be rejected, score is an infinite"); } else { if (Math.floor(_local1) != _local1) { trace(("WARNING: Submitted score '" + options.score) + "' will be truncated"); } options.score = _local1; } } if (options.onDisplay != null) { options.onDisplay(); } else { mochi.as2.MochiServices.clip.stop(); } if (options.onClose != null) { onClose = options.onClose; } else { onClose = function () { mochi.as2.MochiServices.clip.play(); }; } if (options.onError != null) { onError = options.onError; } else { onError = onClose; } if (options.boardID == null) { if (boardID != null) { options.boardID = boardID; } } trace("[MochiScores] NOTE: Security Sandbox Violation errors below are normal"); mochi.as2.MochiServices.send("scores_showLeaderboard", {options:options}, null, doClose); } static function closeLeaderboard() { mochi.as2.MochiServices.send("scores_closeLeaderboard"); } static function getPlayerInfo(callbackObj, callbackMethod) { mochi.as2.MochiServices.send("scores_getPlayerInfo", null, callbackObj, callbackMethod); } static function submit(score, name, callbackObj, callbackMethod) { score = Number(score); if (isNaN(score)) { trace(("ERROR: Submitted score '" + String(score)) + "' will be rejected, score is 'Not a Number'"); } else if ((score == Number.NEGATIVE_INFINITY) || (score == Number.POSITIVE_INFINITY)) { trace(("ERROR: Submitted score '" + String(score)) + "' will be rejected, score is an infinite"); } else { if (Math.floor(score) != score) { trace(("WARNING: Submitted score '" + String(score)) + "' will be truncated"); } score = Number(score); } mochi.as2.MochiServices.send("scores_submit", {score:score, name:name}, callbackObj, callbackMethod); } static function requestList(callbackObj, callbackMethod) { mochi.as2.MochiServices.send("scores_requestList", null, callbackObj, callbackMethod); } static function scoresArrayToObjects(scores) { var _local5 = {}; var _local1; var _local4; var _local2; var _local6; for (var _local8 in scores) { if (typeof(scores[_local8]) == "object") { if ((scores[_local8].cols != null) && (scores[_local8].rows != null)) { _local5[_local8] = []; _local2 = scores[_local8]; _local4 = 0; while (_local4 < _local2.rows.length) { _local6 = {}; _local1 = 0; while (_local1 < _local2.cols.length) { _local6[_local2.cols[_local1]] = _local2.rows[_local4][_local1]; _local1++; } _local5[_local8].push(_local6); _local4++; } } else { _local5[_local8] = {}; for (var _local7 in scores[_local8]) { _local5[_local8][_local7] = scores[_local8][_local7]; } } } else { _local5[_local8] = scores[_local8]; } } return(_local5); } static function doClose(args) { if (args.error == true) { if (args.errorCode == undefined) { args.errorCode = "IOError"; } onError.apply(null, [args.errorCode]); } else { onClose.apply(); } } }
Symbol 125 MovieClip [__Packages.mochi.as2.MochiDigits] Frame 0
class mochi.as2.MochiDigits { var Encoder, Fragment, Sibling; function MochiDigits (digit, index) { Encoder = 0; setValue(digit, index); } function get value() { return(Number(toString())); } function set value(v) { setValue(v); //return(value); } function addValue(v) { value = value + v; } function setValue(digit, index) { var _local3 = digit.toString(); if ((index == undefined) || (isNaN(index))) { index = 0; } Fragment = _local3.charCodeAt(index++) ^ Encoder; if (index < _local3.length) { Sibling = new mochi.as2.MochiDigits(digit, index); } else { Sibling = null; } reencode(); } function reencode() { var _local2 = int(2147483647 * Math.random()); Fragment = Fragment ^ (_local2 ^ Encoder); Encoder = _local2; } function toString() { var _local2 = String.fromCharCode(Fragment ^ Encoder); return(((Sibling != null) ? (_local2.concat(Sibling.toString())) : (_local2))); } }
Instance of Symbol 25 MovieClip [Bar2] "bar2" in Symbol 28 MovieClip [Bar] Frame 1
onClipEvent (enterFrame) { this.gotoAndStop(Math.round(_root.Hungry / 5)); }
Instance of Symbol 25 MovieClip [Bar2] "bar2" in Symbol 30 MovieClip Frame 1
onClipEvent (enterFrame) { this.gotoAndStop(Math.round(_root.SlowMotion / 5)); }
Symbol 45 MovieClip [Head] Frame 1
stop();
Symbol 57 MovieClip [Player] Frame 1
stop();
Symbol 78 MovieClip [Sushi] Frame 1
gotoAndPlay(1 + random(3));
Symbol 78 MovieClip [Sushi] Frame 2
stop();
Symbol 78 MovieClip [Sushi] Frame 3
stop();
Symbol 78 MovieClip [Sushi] Frame 4
stop();
Instance of Symbol 67 MovieClip [ShieldMC] "ShieldMC" in Symbol 82 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.Shield == 1) { this._rotation = this._rotation + 5; this._alpha = 100; } if (_root.Shield == 0) { this._alpha = 0; } }
Instance of Symbol 67 MovieClip [ShieldMC] "ShieldMC" in Symbol 83 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.Shield == 1) { this._rotation = this._rotation + 5; this._alpha = 100; } if (_root.Shield == 0) { this._alpha = 0; } }

Library Items

Symbol 1 Font [Font]
Symbol 2 Sound [Upgrade]
Symbol 3 Sound [Eating]
Symbol 4 Sound [Damaged]
Symbol 5 GraphicUsed by:Timeline
Symbol 6 GraphicUsed by:19
Symbol 7 FontUsed by:8 79 93 95 96 98 99 100 101 102 103 104 105 106 107 109 110 111 112 114 116 117 118 119 120 121
Symbol 8 TextUses:7Used by:19
Symbol 9 FontUsed by:10
Symbol 10 TextUses:9Used by:19
Symbol 11 GraphicUsed by:19
Symbol 12 GraphicUsed by:13 19
Symbol 13 MovieClipUses:12Used by:19  Timeline
Symbol 14 GraphicUsed by:15
Symbol 15 ButtonUses:14Used by:19
Symbol 16 ShapeTweeningUsed by:19
Symbol 17 ShapeTweeningUsed by:19
Symbol 18 GraphicUsed by:19
Symbol 19 MovieClipUses:6 8 10 11 13 15 12 16 17 18Used by:Timeline
Symbol 123 MovieClip [__Packages.mochi.as2.MochiServices]
Symbol 124 MovieClip [__Packages.mochi.as2.MochiScores]
Symbol 125 MovieClip [__Packages.mochi.as2.MochiDigits]
Symbol 20 GraphicUsed by:21
Symbol 21 MovieClipUses:20Used by:Timeline
Symbol 22 GraphicUsed by:23
Symbol 23 MovieClipUses:22Used by:Timeline
Symbol 24 GraphicUsed by:25
Symbol 25 MovieClip [Bar2]Uses:24Used by:28 30
Symbol 26 GraphicUsed by:27 29
Symbol 27 MovieClipUses:26Used by:28
Symbol 28 MovieClip [Bar]Uses:25 27Used by:Timeline
Symbol 29 MovieClipUses:26Used by:30
Symbol 30 MovieClipUses:25 29Used by:Timeline
Symbol 31 GraphicUsed by:32
Symbol 32 MovieClip [Bullet]Uses:31Used by:Timeline
Symbol 33 GraphicUsed by:34
Symbol 34 MovieClip [Enemy]Uses:33Used by:Timeline
Symbol 35 GraphicUsed by:36
Symbol 36 MovieClip [FastPower]Uses:35Used by:Timeline
Symbol 37 GraphicUsed by:41
Symbol 38 GraphicUsed by:41
Symbol 39 GraphicUsed by:41
Symbol 40 GraphicUsed by:41
Symbol 41 MovieClip [Fireball]Uses:37 38 39 40Used by:Timeline
Symbol 42 GraphicUsed by:43
Symbol 43 MovieClip [FullSlowmotion]Uses:42Used by:Timeline
Symbol 44 GraphicUsed by:45
Symbol 45 MovieClip [Head]Uses:44Used by:82 83  Timeline
Symbol 46 GraphicUsed by:47
Symbol 47 MovieClip [HealthPower]Uses:46Used by:Timeline
Symbol 48 GraphicUsed by:49
Symbol 49 MovieClip [Hitbox]Uses:48Used by:82 83  Timeline
Symbol 50 GraphicUsed by:51
Symbol 51 MovieClip [Knife]Uses:50Used by:Timeline
Symbol 52 GraphicUsed by:53
Symbol 53 MovieClip [NoPower]Uses:52Used by:Timeline
Symbol 54 GraphicUsed by:55
Symbol 55 MovieClip [Play]Uses:54Used by:Timeline
Symbol 56 GraphicUsed by:57
Symbol 57 MovieClip [Player]Uses:56Used by:Timeline
Symbol 58 GraphicUsed by:59
Symbol 59 MovieClip [player_mc]Uses:58Used by:Timeline
Symbol 60 GraphicUsed by:61
Symbol 61 MovieClip [PointsPower]Uses:60Used by:Timeline
Symbol 62 GraphicUsed by:63
Symbol 63 MovieClipUses:62Used by:Timeline
Symbol 64 GraphicUsed by:65
Symbol 65 MovieClip [Red]Uses:64Used by:Timeline
Symbol 66 GraphicUsed by:67
Symbol 67 MovieClip [ShieldMC]Uses:66Used by:82 83  Timeline
Symbol 68 GraphicUsed by:69
Symbol 69 MovieClip [ShieldPower]Uses:68Used by:Timeline
Symbol 70 GraphicUsed by:71
Symbol 71 MovieClip [ShootPower]Uses:70Used by:Timeline
Symbol 72 GraphicUsed by:73
Symbol 73 MovieClip [Submit]Uses:72Used by:Timeline
Symbol 74 GraphicUsed by:78
Symbol 75 GraphicUsed by:78
Symbol 76 GraphicUsed by:78
Symbol 77 GraphicUsed by:78
Symbol 78 MovieClip [Sushi]Uses:74 75 76 77Used by:Timeline
Symbol 79 EditableTextUses:7Used by:80
Symbol 80 MovieClip [Text]Uses:79Used by:Timeline
Symbol 81 MovieClipUsed by:Timeline
Symbol 82 MovieClipUses:45 49 67Used by:Timeline
Symbol 83 MovieClipUses:45 49 67Used by:Timeline
Symbol 84 GraphicUsed by:85
Symbol 85 MovieClipUses:84Used by:Timeline
Symbol 86 GraphicUsed by:87
Symbol 87 MovieClipUses:86Used by:Timeline
Symbol 88 GraphicUsed by:89
Symbol 89 MovieClip [View]Uses:88Used by:Timeline
Symbol 90 Sound [Title]Used by:Timeline
Symbol 91 FontUsed by:92 94
Symbol 92 TextUses:91Used by:Timeline
Symbol 93 EditableTextUses:7Used by:Timeline
Symbol 94 TextUses:91Used by:Timeline
Symbol 95 EditableTextUses:7Used by:Timeline
Symbol 96 EditableTextUses:7Used by:Timeline
Symbol 97 GraphicUsed by:Timeline
Symbol 98 EditableTextUses:7Used by:Timeline
Symbol 99 EditableTextUses:7Used by:Timeline
Symbol 100 EditableTextUses:7Used by:Timeline
Symbol 101 EditableTextUses:7Used by:Timeline
Symbol 102 EditableTextUses:7Used by:Timeline
Symbol 103 EditableTextUses:7Used by:Timeline
Symbol 104 EditableTextUses:7Used by:Timeline
Symbol 105 TextUses:7Used by:Timeline
Symbol 106 TextUses:7Used by:Timeline
Symbol 107 EditableTextUses:7Used by:108
Symbol 108 MovieClipUses:107Used by:Timeline
Symbol 109 EditableTextUses:7Used by:Timeline
Symbol 110 EditableTextUses:7Used by:Timeline
Symbol 111 EditableTextUses:7Used by:Timeline
Symbol 112 EditableTextUses:7Used by:Timeline
Symbol 113 Sound [Gameplay_song]Used by:Timeline
Symbol 114 EditableTextUses:7Used by:Timeline
Symbol 115 TextUsed by:Timeline
Symbol 116 EditableTextUses:7Used by:Timeline
Symbol 117 EditableTextUses:7Used by:Timeline
Symbol 118 EditableTextUses:7Used by:Timeline
Symbol 119 EditableTextUses:7Used by:Timeline
Symbol 120 TextUses:7Used by:Timeline
Symbol 121 EditableTextUses:7Used by:Timeline
Symbol 122 GraphicUsed by:Timeline

Instance Names

"Play"Frame 5Symbol 55 MovieClip [Play]
"Head"Frame 5Symbol 45 MovieClip [Head]
"Head"Frame 6Symbol 45 MovieClip [Head]
"Text"Frame 7Symbol 80 MovieClip [Text]
"Head"Frame 7Symbol 45 MovieClip [Head]
"Player"Frame 8Symbol 57 MovieClip [Player]
"Thomashong"Frame 8Symbol 82 MovieClip
"player_mc"Frame 8Symbol 59 MovieClip [player_mc]
"Bullet"Frame 8Symbol 32 MovieClip [Bullet]
"Text"Frame 8Symbol 80 MovieClip [Text]
"Enemy"Frame 8Symbol 34 MovieClip [Enemy]
"Bar"Frame 8Symbol 28 MovieClip [Bar]
"Bar"Frame 8Symbol 30 MovieClip
"second"Frame 8Symbol 102 EditableText
"mili"Frame 8Symbol 103 EditableText
"minute"Frame 8Symbol 104 EditableText
"LevelText"Frame 8Symbol 108 MovieClip
"Play"Frame 10Symbol 55 MovieClip [Play]
"second"Frame 10Symbol 117 EditableText
"mili"Frame 10Symbol 118 EditableText
"minute"Frame 10Symbol 119 EditableText
"Submit"Frame 10Symbol 73 MovieClip [Submit]
"View"Frame 10Symbol 89 MovieClip [View]
"bar"Symbol 19 MovieClip Frame 1Symbol 13 MovieClip
"bar2"Symbol 28 MovieClip [Bar] Frame 1Symbol 25 MovieClip [Bar2]
"Bar3"Symbol 28 MovieClip [Bar] Frame 1Symbol 27 MovieClip
"bar2"Symbol 30 MovieClip Frame 1Symbol 25 MovieClip [Bar2]
"Bar3"Symbol 30 MovieClip Frame 1Symbol 29 MovieClip
"Status_Text"Symbol 80 MovieClip [Text] Frame 1Symbol 79 EditableText
"Head"Symbol 82 MovieClip Frame 1Symbol 45 MovieClip [Head]
"Hitbox"Symbol 82 MovieClip Frame 1Symbol 49 MovieClip [Hitbox]
"ShieldMC"Symbol 82 MovieClip Frame 1Symbol 67 MovieClip [ShieldMC]
"Head"Symbol 83 MovieClip Frame 1Symbol 45 MovieClip [Head]
"Hitbox"Symbol 83 MovieClip Frame 1Symbol 49 MovieClip [Hitbox]
"ShieldMC"Symbol 83 MovieClip Frame 1Symbol 67 MovieClip [ShieldMC]
"Level_text"Symbol 108 MovieClip Frame 1Symbol 107 EditableText

Special Tags

ExportAssets (56)Timeline Frame 1Symbol 1 as "Font"
ExportAssets (56)Timeline Frame 1Symbol 2 as "Upgrade"
ExportAssets (56)Timeline Frame 1Symbol 3 as "Eating"
ExportAssets (56)Timeline Frame 1Symbol 4 as "Damaged"
ExportAssets (56)Timeline Frame 1Symbol 123 as "__Packages.mochi.as2.MochiServices"
ExportAssets (56)Timeline Frame 1Symbol 124 as "__Packages.mochi.as2.MochiScores"
ExportAssets (56)Timeline Frame 1Symbol 125 as "__Packages.mochi.as2.MochiDigits"
ExportAssets (56)Timeline Frame 2Symbol 25 as "Bar2"
ExportAssets (56)Timeline Frame 2Symbol 28 as "Bar"
ExportAssets (56)Timeline Frame 2Symbol 25 as "Bar2"
ExportAssets (56)Timeline Frame 2Symbol 32 as "Bullet"
ExportAssets (56)Timeline Frame 2Symbol 34 as "Enemy"
ExportAssets (56)Timeline Frame 2Symbol 36 as "FastPower"
ExportAssets (56)Timeline Frame 2Symbol 41 as "Fireball"
ExportAssets (56)Timeline Frame 2Symbol 43 as "FullSlowmotion"
ExportAssets (56)Timeline Frame 2Symbol 45 as "Head"
ExportAssets (56)Timeline Frame 2Symbol 47 as "HealthPower"
ExportAssets (56)Timeline Frame 2Symbol 49 as "Hitbox"
ExportAssets (56)Timeline Frame 2Symbol 51 as "Knife"
ExportAssets (56)Timeline Frame 2Symbol 53 as "NoPower"
ExportAssets (56)Timeline Frame 2Symbol 55 as "Play"
ExportAssets (56)Timeline Frame 2Symbol 57 as "Player"
ExportAssets (56)Timeline Frame 2Symbol 59 as "player_mc"
ExportAssets (56)Timeline Frame 2Symbol 61 as "PointsPower"
ExportAssets (56)Timeline Frame 2Symbol 65 as "Red"
ExportAssets (56)Timeline Frame 2Symbol 67 as "ShieldMC"
ExportAssets (56)Timeline Frame 2Symbol 69 as "ShieldPower"
ExportAssets (56)Timeline Frame 2Symbol 71 as "ShootPower"
ExportAssets (56)Timeline Frame 2Symbol 73 as "Submit"
ExportAssets (56)Timeline Frame 2Symbol 78 as "Sushi"
ExportAssets (56)Timeline Frame 2Symbol 80 as "Text"
ExportAssets (56)Timeline Frame 2Symbol 45 as "Head"
ExportAssets (56)Timeline Frame 2Symbol 49 as "Hitbox"
ExportAssets (56)Timeline Frame 2Symbol 67 as "ShieldMC"
ExportAssets (56)Timeline Frame 2Symbol 45 as "Head"
ExportAssets (56)Timeline Frame 2Symbol 49 as "Hitbox"
ExportAssets (56)Timeline Frame 2Symbol 67 as "ShieldMC"
ExportAssets (56)Timeline Frame 2Symbol 89 as "View"
ExportAssets (56)Timeline Frame 5Symbol 55 as "Play"
ExportAssets (56)Timeline Frame 5Symbol 45 as "Head"
ExportAssets (56)Timeline Frame 5Symbol 90 as "Title"
ExportAssets (56)Timeline Frame 6Symbol 45 as "Head"
ExportAssets (56)Timeline Frame 6Symbol 36 as "FastPower"
ExportAssets (56)Timeline Frame 6Symbol 71 as "ShootPower"
ExportAssets (56)Timeline Frame 6Symbol 47 as "HealthPower"
ExportAssets (56)Timeline Frame 6Symbol 61 as "PointsPower"
ExportAssets (56)Timeline Frame 6Symbol 69 as "ShieldPower"
ExportAssets (56)Timeline Frame 6Symbol 53 as "NoPower"
ExportAssets (56)Timeline Frame 6Symbol 34 as "Enemy"
ExportAssets (56)Timeline Frame 6Symbol 32 as "Bullet"
ExportAssets (56)Timeline Frame 6Symbol 32 as "Bullet"
ExportAssets (56)Timeline Frame 6Symbol 55 as "Play"
ExportAssets (56)Timeline Frame 6Symbol 43 as "FullSlowmotion"
ExportAssets (56)Timeline Frame 7Symbol 80 as "Text"
ExportAssets (56)Timeline Frame 7Symbol 45 as "Head"
ExportAssets (56)Timeline Frame 8Symbol 57 as "Player"
ExportAssets (56)Timeline Frame 8Symbol 36 as "FastPower"
ExportAssets (56)Timeline Frame 8Symbol 71 as "ShootPower"
ExportAssets (56)Timeline Frame 8Symbol 47 as "HealthPower"
ExportAssets (56)Timeline Frame 8Symbol 61 as "PointsPower"
ExportAssets (56)Timeline Frame 8Symbol 69 as "ShieldPower"
ExportAssets (56)Timeline Frame 8Symbol 78 as "Sushi"
ExportAssets (56)Timeline Frame 8Symbol 41 as "Fireball"
ExportAssets (56)Timeline Frame 8Symbol 59 as "player_mc"
ExportAssets (56)Timeline Frame 8Symbol 32 as "Bullet"
ExportAssets (56)Timeline Frame 8Symbol 80 as "Text"
ExportAssets (56)Timeline Frame 8Symbol 34 as "Enemy"
ExportAssets (56)Timeline Frame 8Symbol 28 as "Bar"
ExportAssets (56)Timeline Frame 8Symbol 53 as "NoPower"
ExportAssets (56)Timeline Frame 8Symbol 65 as "Red"
ExportAssets (56)Timeline Frame 8Symbol 43 as "FullSlowmotion"
ExportAssets (56)Timeline Frame 8Symbol 113 as "Gameplay_song"
ExportAssets (56)Timeline Frame 10Symbol 55 as "Play"
ExportAssets (56)Timeline Frame 10Symbol 73 as "Submit"
ExportAssets (56)Timeline Frame 10Symbol 89 as "View"
ExportAssets (56)Timeline Frame 10Symbol 90 as "Title"

Labels

"Connect to highscore"Frame 3
"Load stuff"Frame 4
"Start Screen"Frame 5
"Menu"Frame 6
"Gameplay"Frame 8
"Game Over"Frame 10
"Submit Highscore"Frame 11
"View highscore"Frame 13
"loaded"Symbol 19 MovieClip Frame 2
"Stopped"Symbol 45 MovieClip [Head] Frame 1
"stopped"Symbol 57 MovieClip [Player] Frame 1

Dynamic Text Variables

FontSymbol 79 EditableText"Get Ready!"
Timer_3Symbol 96 EditableText""
RandomCounterSymbol 98 EditableText""
RandomUpgradeSymbol 99 EditableText""
ScoreSymbol 100 EditableText""
HealthSymbol 101 EditableText""
secondSymbol 102 EditableText""
miliSymbol 103 EditableText""
minuteSymbol 104 EditableText""
FontSymbol 107 EditableText""
LevelSymbol 109 EditableText""
ShootSpeedSymbol 110 EditableText""
WorldSpeedSymbol 111 EditableText""
WorldTime_offsetSymbol 112 EditableText""
Score_ShowSymbol 114 EditableText""
secondSymbol 117 EditableText""
miliSymbol 118 EditableText""
minuteSymbol 119 EditableText""




http://swfchan.com/15/72333/info.shtml
Created: 8/4 -2019 20:07:37 Last modified: 8/4 -2019 20:07:37 Server time: 19/05 -2024 02:20:34