STORY LOOP FURRY PORN GAMES C SERVICES [?] [R] RND POPULAR | Archived flashes: 229595 |
/disc/ · /res/ — /show/ · /fap/ · /gg/ · /swf/ | P0001 · P2595 · P5190 |
This is the info page for Flash #72333 |
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 3mochi.as2.MochiServices.connect("8d37f7f73dbfa6a6"); _root.nextFrame();Frame 4Go_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 5stop(); Mouse.show(); _root.Play.onRelease = function () { _root.nextFrame(); };Frame 6stop(); Mouse.show(); _root.Play.onRelease = function () { _root.nextFrame(); };Instance of Symbol 36 MovieClip [FastPower] in Frame 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 7stop(); _root.exp_soundTitle.stop();Instance of Symbol 80 MovieClip [Text] "Text" in Frame 7onClipEvent (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 7onClipEvent (load) { this._alpha = 64; } onClipEvent (enterFrame) { this._alpha = this._alpha - 2; }Instance of Symbol 45 MovieClip [Head] "Head" in Frame 7onClipEvent (load) { this._alpha = 51; } onClipEvent (enterFrame) { this._alpha = this._alpha - 0.5; }Instance of Symbol 83 MovieClip in Frame 7onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { this._alpha = this._alpha + 1; }Frame 8function 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 8onClipEvent (enterFrame) { this._y = _root._ymouse; this._x = _root._xmouse; this._rotation = this._rotation + 5; }Instance of Symbol 36 MovieClip [FastPower] in Frame 8onClipEvent (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 8onClipEvent (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 8onClipEvent (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 8onClipEvent (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 8onClipEvent (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 8onClipEvent (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 8onClipEvent (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 8onClipEvent (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 8onClipEvent (enterFrame) { _root.Fireball.onEnterFrame = function () { this._y = this._y - 10; }; }Instance of Symbol 59 MovieClip [player_mc] "player_mc" in Frame 8onClipEvent (mouseDown) { _root.ImUp = 0; } onClipEvent (mouseUp) { _root.ImUp = 1; }Instance of Symbol 80 MovieClip [Text] "Text" in Frame 8onClipEvent (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 8onClipEvent (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 8onClipEvent (enterFrame) { if (_root.Go_Away == 1) { this.unloadMovie(); } }Instance of Symbol 53 MovieClip [NoPower] in Frame 8onClipEvent (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 8onClipEvent (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 8onClipEvent (enterFrame) { if (_root.Go_Away == 1) { this.unloadMovie(); } }Instance of Symbol 43 MovieClip [FullSlowmotion] in Frame 8onClipEvent (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 8onClipEvent (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 8onClipEvent (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 10stop(); 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 11var 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 13var 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 1function 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 37startMovie();Symbol 123 MovieClip [__Packages.mochi.as2.MochiServices] Frame 0class 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 0class 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 0class 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 1onClipEvent (enterFrame) { this.gotoAndStop(Math.round(_root.Hungry / 5)); }Instance of Symbol 25 MovieClip [Bar2] "bar2" in Symbol 30 MovieClip Frame 1onClipEvent (enterFrame) { this.gotoAndStop(Math.round(_root.SlowMotion / 5)); }Symbol 45 MovieClip [Head] Frame 1stop();Symbol 57 MovieClip [Player] Frame 1stop();Symbol 78 MovieClip [Sushi] Frame 1gotoAndPlay(1 + random(3));Symbol 78 MovieClip [Sushi] Frame 2stop();Symbol 78 MovieClip [Sushi] Frame 3stop();Symbol 78 MovieClip [Sushi] Frame 4stop();Instance of Symbol 67 MovieClip [ShieldMC] "ShieldMC" in Symbol 82 MovieClip Frame 1onClipEvent (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 1onClipEvent (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 Graphic | Used by:Timeline | |
Symbol 6 Graphic | Used by:19 | |
Symbol 7 Font | Used 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 Text | Uses:7 | Used by:19 |
Symbol 9 Font | Used by:10 | |
Symbol 10 Text | Uses:9 | Used by:19 |
Symbol 11 Graphic | Used by:19 | |
Symbol 12 Graphic | Used by:13 19 | |
Symbol 13 MovieClip | Uses:12 | Used by:19 Timeline |
Symbol 14 Graphic | Used by:15 | |
Symbol 15 Button | Uses:14 | Used by:19 |
Symbol 16 ShapeTweening | Used by:19 | |
Symbol 17 ShapeTweening | Used by:19 | |
Symbol 18 Graphic | Used by:19 | |
Symbol 19 MovieClip | Uses:6 8 10 11 13 15 12 16 17 18 | Used 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 Graphic | Used by:21 | |
Symbol 21 MovieClip | Uses:20 | Used by:Timeline |
Symbol 22 Graphic | Used by:23 | |
Symbol 23 MovieClip | Uses:22 | Used by:Timeline |
Symbol 24 Graphic | Used by:25 | |
Symbol 25 MovieClip [Bar2] | Uses:24 | Used by:28 30 |
Symbol 26 Graphic | Used by:27 29 | |
Symbol 27 MovieClip | Uses:26 | Used by:28 |
Symbol 28 MovieClip [Bar] | Uses:25 27 | Used by:Timeline |
Symbol 29 MovieClip | Uses:26 | Used by:30 |
Symbol 30 MovieClip | Uses:25 29 | Used by:Timeline |
Symbol 31 Graphic | Used by:32 | |
Symbol 32 MovieClip [Bullet] | Uses:31 | Used by:Timeline |
Symbol 33 Graphic | Used by:34 | |
Symbol 34 MovieClip [Enemy] | Uses:33 | Used by:Timeline |
Symbol 35 Graphic | Used by:36 | |
Symbol 36 MovieClip [FastPower] | Uses:35 | Used by:Timeline |
Symbol 37 Graphic | Used by:41 | |
Symbol 38 Graphic | Used by:41 | |
Symbol 39 Graphic | Used by:41 | |
Symbol 40 Graphic | Used by:41 | |
Symbol 41 MovieClip [Fireball] | Uses:37 38 39 40 | Used by:Timeline |
Symbol 42 Graphic | Used by:43 | |
Symbol 43 MovieClip [FullSlowmotion] | Uses:42 | Used by:Timeline |
Symbol 44 Graphic | Used by:45 | |
Symbol 45 MovieClip [Head] | Uses:44 | Used by:82 83 Timeline |
Symbol 46 Graphic | Used by:47 | |
Symbol 47 MovieClip [HealthPower] | Uses:46 | Used by:Timeline |
Symbol 48 Graphic | Used by:49 | |
Symbol 49 MovieClip [Hitbox] | Uses:48 | Used by:82 83 Timeline |
Symbol 50 Graphic | Used by:51 | |
Symbol 51 MovieClip [Knife] | Uses:50 | Used by:Timeline |
Symbol 52 Graphic | Used by:53 | |
Symbol 53 MovieClip [NoPower] | Uses:52 | Used by:Timeline |
Symbol 54 Graphic | Used by:55 | |
Symbol 55 MovieClip [Play] | Uses:54 | Used by:Timeline |
Symbol 56 Graphic | Used by:57 | |
Symbol 57 MovieClip [Player] | Uses:56 | Used by:Timeline |
Symbol 58 Graphic | Used by:59 | |
Symbol 59 MovieClip [player_mc] | Uses:58 | Used by:Timeline |
Symbol 60 Graphic | Used by:61 | |
Symbol 61 MovieClip [PointsPower] | Uses:60 | Used by:Timeline |
Symbol 62 Graphic | Used by:63 | |
Symbol 63 MovieClip | Uses:62 | Used by:Timeline |
Symbol 64 Graphic | Used by:65 | |
Symbol 65 MovieClip [Red] | Uses:64 | Used by:Timeline |
Symbol 66 Graphic | Used by:67 | |
Symbol 67 MovieClip [ShieldMC] | Uses:66 | Used by:82 83 Timeline |
Symbol 68 Graphic | Used by:69 | |
Symbol 69 MovieClip [ShieldPower] | Uses:68 | Used by:Timeline |
Symbol 70 Graphic | Used by:71 | |
Symbol 71 MovieClip [ShootPower] | Uses:70 | Used by:Timeline |
Symbol 72 Graphic | Used by:73 | |
Symbol 73 MovieClip [Submit] | Uses:72 | Used by:Timeline |
Symbol 74 Graphic | Used by:78 | |
Symbol 75 Graphic | Used by:78 | |
Symbol 76 Graphic | Used by:78 | |
Symbol 77 Graphic | Used by:78 | |
Symbol 78 MovieClip [Sushi] | Uses:74 75 76 77 | Used by:Timeline |
Symbol 79 EditableText | Uses:7 | Used by:80 |
Symbol 80 MovieClip [Text] | Uses:79 | Used by:Timeline |
Symbol 81 MovieClip | Used by:Timeline | |
Symbol 82 MovieClip | Uses:45 49 67 | Used by:Timeline |
Symbol 83 MovieClip | Uses:45 49 67 | Used by:Timeline |
Symbol 84 Graphic | Used by:85 | |
Symbol 85 MovieClip | Uses:84 | Used by:Timeline |
Symbol 86 Graphic | Used by:87 | |
Symbol 87 MovieClip | Uses:86 | Used by:Timeline |
Symbol 88 Graphic | Used by:89 | |
Symbol 89 MovieClip [View] | Uses:88 | Used by:Timeline |
Symbol 90 Sound [Title] | Used by:Timeline | |
Symbol 91 Font | Used by:92 94 | |
Symbol 92 Text | Uses:91 | Used by:Timeline |
Symbol 93 EditableText | Uses:7 | Used by:Timeline |
Symbol 94 Text | Uses:91 | Used by:Timeline |
Symbol 95 EditableText | Uses:7 | Used by:Timeline |
Symbol 96 EditableText | Uses:7 | Used by:Timeline |
Symbol 97 Graphic | Used by:Timeline | |
Symbol 98 EditableText | Uses:7 | Used by:Timeline |
Symbol 99 EditableText | Uses:7 | Used by:Timeline |
Symbol 100 EditableText | Uses:7 | Used by:Timeline |
Symbol 101 EditableText | Uses:7 | Used by:Timeline |
Symbol 102 EditableText | Uses:7 | Used by:Timeline |
Symbol 103 EditableText | Uses:7 | Used by:Timeline |
Symbol 104 EditableText | Uses:7 | Used by:Timeline |
Symbol 105 Text | Uses:7 | Used by:Timeline |
Symbol 106 Text | Uses:7 | Used by:Timeline |
Symbol 107 EditableText | Uses:7 | Used by:108 |
Symbol 108 MovieClip | Uses:107 | Used by:Timeline |
Symbol 109 EditableText | Uses:7 | Used by:Timeline |
Symbol 110 EditableText | Uses:7 | Used by:Timeline |
Symbol 111 EditableText | Uses:7 | Used by:Timeline |
Symbol 112 EditableText | Uses:7 | Used by:Timeline |
Symbol 113 Sound [Gameplay_song] | Used by:Timeline | |
Symbol 114 EditableText | Uses:7 | Used by:Timeline |
Symbol 115 Text | Used by:Timeline | |
Symbol 116 EditableText | Uses:7 | Used by:Timeline |
Symbol 117 EditableText | Uses:7 | Used by:Timeline |
Symbol 118 EditableText | Uses:7 | Used by:Timeline |
Symbol 119 EditableText | Uses:7 | Used by:Timeline |
Symbol 120 Text | Uses:7 | Used by:Timeline |
Symbol 121 EditableText | Uses:7 | Used by:Timeline |
Symbol 122 Graphic | Used by:Timeline |
Instance Names
"Play" | Frame 5 | Symbol 55 MovieClip [Play] |
"Head" | Frame 5 | Symbol 45 MovieClip [Head] |
"Head" | Frame 6 | Symbol 45 MovieClip [Head] |
"Text" | Frame 7 | Symbol 80 MovieClip [Text] |
"Head" | Frame 7 | Symbol 45 MovieClip [Head] |
"Player" | Frame 8 | Symbol 57 MovieClip [Player] |
"Thomashong" | Frame 8 | Symbol 82 MovieClip |
"player_mc" | Frame 8 | Symbol 59 MovieClip [player_mc] |
"Bullet" | Frame 8 | Symbol 32 MovieClip [Bullet] |
"Text" | Frame 8 | Symbol 80 MovieClip [Text] |
"Enemy" | Frame 8 | Symbol 34 MovieClip [Enemy] |
"Bar" | Frame 8 | Symbol 28 MovieClip [Bar] |
"Bar" | Frame 8 | Symbol 30 MovieClip |
"second" | Frame 8 | Symbol 102 EditableText |
"mili" | Frame 8 | Symbol 103 EditableText |
"minute" | Frame 8 | Symbol 104 EditableText |
"LevelText" | Frame 8 | Symbol 108 MovieClip |
"Play" | Frame 10 | Symbol 55 MovieClip [Play] |
"second" | Frame 10 | Symbol 117 EditableText |
"mili" | Frame 10 | Symbol 118 EditableText |
"minute" | Frame 10 | Symbol 119 EditableText |
"Submit" | Frame 10 | Symbol 73 MovieClip [Submit] |
"View" | Frame 10 | Symbol 89 MovieClip [View] |
"bar" | Symbol 19 MovieClip Frame 1 | Symbol 13 MovieClip |
"bar2" | Symbol 28 MovieClip [Bar] Frame 1 | Symbol 25 MovieClip [Bar2] |
"Bar3" | Symbol 28 MovieClip [Bar] Frame 1 | Symbol 27 MovieClip |
"bar2" | Symbol 30 MovieClip Frame 1 | Symbol 25 MovieClip [Bar2] |
"Bar3" | Symbol 30 MovieClip Frame 1 | Symbol 29 MovieClip |
"Status_Text" | Symbol 80 MovieClip [Text] Frame 1 | Symbol 79 EditableText |
"Head" | Symbol 82 MovieClip Frame 1 | Symbol 45 MovieClip [Head] |
"Hitbox" | Symbol 82 MovieClip Frame 1 | Symbol 49 MovieClip [Hitbox] |
"ShieldMC" | Symbol 82 MovieClip Frame 1 | Symbol 67 MovieClip [ShieldMC] |
"Head" | Symbol 83 MovieClip Frame 1 | Symbol 45 MovieClip [Head] |
"Hitbox" | Symbol 83 MovieClip Frame 1 | Symbol 49 MovieClip [Hitbox] |
"ShieldMC" | Symbol 83 MovieClip Frame 1 | Symbol 67 MovieClip [ShieldMC] |
"Level_text" | Symbol 108 MovieClip Frame 1 | Symbol 107 EditableText |
Special Tags
ExportAssets (56) | Timeline Frame 1 | Symbol 1 as "Font" |
ExportAssets (56) | Timeline Frame 1 | Symbol 2 as "Upgrade" |
ExportAssets (56) | Timeline Frame 1 | Symbol 3 as "Eating" |
ExportAssets (56) | Timeline Frame 1 | Symbol 4 as "Damaged" |
ExportAssets (56) | Timeline Frame 1 | Symbol 123 as "__Packages.mochi.as2.MochiServices" |
ExportAssets (56) | Timeline Frame 1 | Symbol 124 as "__Packages.mochi.as2.MochiScores" |
ExportAssets (56) | Timeline Frame 1 | Symbol 125 as "__Packages.mochi.as2.MochiDigits" |
ExportAssets (56) | Timeline Frame 2 | Symbol 25 as "Bar2" |
ExportAssets (56) | Timeline Frame 2 | Symbol 28 as "Bar" |
ExportAssets (56) | Timeline Frame 2 | Symbol 25 as "Bar2" |
ExportAssets (56) | Timeline Frame 2 | Symbol 32 as "Bullet" |
ExportAssets (56) | Timeline Frame 2 | Symbol 34 as "Enemy" |
ExportAssets (56) | Timeline Frame 2 | Symbol 36 as "FastPower" |
ExportAssets (56) | Timeline Frame 2 | Symbol 41 as "Fireball" |
ExportAssets (56) | Timeline Frame 2 | Symbol 43 as "FullSlowmotion" |
ExportAssets (56) | Timeline Frame 2 | Symbol 45 as "Head" |
ExportAssets (56) | Timeline Frame 2 | Symbol 47 as "HealthPower" |
ExportAssets (56) | Timeline Frame 2 | Symbol 49 as "Hitbox" |
ExportAssets (56) | Timeline Frame 2 | Symbol 51 as "Knife" |
ExportAssets (56) | Timeline Frame 2 | Symbol 53 as "NoPower" |
ExportAssets (56) | Timeline Frame 2 | Symbol 55 as "Play" |
ExportAssets (56) | Timeline Frame 2 | Symbol 57 as "Player" |
ExportAssets (56) | Timeline Frame 2 | Symbol 59 as "player_mc" |
ExportAssets (56) | Timeline Frame 2 | Symbol 61 as "PointsPower" |
ExportAssets (56) | Timeline Frame 2 | Symbol 65 as "Red" |
ExportAssets (56) | Timeline Frame 2 | Symbol 67 as "ShieldMC" |
ExportAssets (56) | Timeline Frame 2 | Symbol 69 as "ShieldPower" |
ExportAssets (56) | Timeline Frame 2 | Symbol 71 as "ShootPower" |
ExportAssets (56) | Timeline Frame 2 | Symbol 73 as "Submit" |
ExportAssets (56) | Timeline Frame 2 | Symbol 78 as "Sushi" |
ExportAssets (56) | Timeline Frame 2 | Symbol 80 as "Text" |
ExportAssets (56) | Timeline Frame 2 | Symbol 45 as "Head" |
ExportAssets (56) | Timeline Frame 2 | Symbol 49 as "Hitbox" |
ExportAssets (56) | Timeline Frame 2 | Symbol 67 as "ShieldMC" |
ExportAssets (56) | Timeline Frame 2 | Symbol 45 as "Head" |
ExportAssets (56) | Timeline Frame 2 | Symbol 49 as "Hitbox" |
ExportAssets (56) | Timeline Frame 2 | Symbol 67 as "ShieldMC" |
ExportAssets (56) | Timeline Frame 2 | Symbol 89 as "View" |
ExportAssets (56) | Timeline Frame 5 | Symbol 55 as "Play" |
ExportAssets (56) | Timeline Frame 5 | Symbol 45 as "Head" |
ExportAssets (56) | Timeline Frame 5 | Symbol 90 as "Title" |
ExportAssets (56) | Timeline Frame 6 | Symbol 45 as "Head" |
ExportAssets (56) | Timeline Frame 6 | Symbol 36 as "FastPower" |
ExportAssets (56) | Timeline Frame 6 | Symbol 71 as "ShootPower" |
ExportAssets (56) | Timeline Frame 6 | Symbol 47 as "HealthPower" |
ExportAssets (56) | Timeline Frame 6 | Symbol 61 as "PointsPower" |
ExportAssets (56) | Timeline Frame 6 | Symbol 69 as "ShieldPower" |
ExportAssets (56) | Timeline Frame 6 | Symbol 53 as "NoPower" |
ExportAssets (56) | Timeline Frame 6 | Symbol 34 as "Enemy" |
ExportAssets (56) | Timeline Frame 6 | Symbol 32 as "Bullet" |
ExportAssets (56) | Timeline Frame 6 | Symbol 32 as "Bullet" |
ExportAssets (56) | Timeline Frame 6 | Symbol 55 as "Play" |
ExportAssets (56) | Timeline Frame 6 | Symbol 43 as "FullSlowmotion" |
ExportAssets (56) | Timeline Frame 7 | Symbol 80 as "Text" |
ExportAssets (56) | Timeline Frame 7 | Symbol 45 as "Head" |
ExportAssets (56) | Timeline Frame 8 | Symbol 57 as "Player" |
ExportAssets (56) | Timeline Frame 8 | Symbol 36 as "FastPower" |
ExportAssets (56) | Timeline Frame 8 | Symbol 71 as "ShootPower" |
ExportAssets (56) | Timeline Frame 8 | Symbol 47 as "HealthPower" |
ExportAssets (56) | Timeline Frame 8 | Symbol 61 as "PointsPower" |
ExportAssets (56) | Timeline Frame 8 | Symbol 69 as "ShieldPower" |
ExportAssets (56) | Timeline Frame 8 | Symbol 78 as "Sushi" |
ExportAssets (56) | Timeline Frame 8 | Symbol 41 as "Fireball" |
ExportAssets (56) | Timeline Frame 8 | Symbol 59 as "player_mc" |
ExportAssets (56) | Timeline Frame 8 | Symbol 32 as "Bullet" |
ExportAssets (56) | Timeline Frame 8 | Symbol 80 as "Text" |
ExportAssets (56) | Timeline Frame 8 | Symbol 34 as "Enemy" |
ExportAssets (56) | Timeline Frame 8 | Symbol 28 as "Bar" |
ExportAssets (56) | Timeline Frame 8 | Symbol 53 as "NoPower" |
ExportAssets (56) | Timeline Frame 8 | Symbol 65 as "Red" |
ExportAssets (56) | Timeline Frame 8 | Symbol 43 as "FullSlowmotion" |
ExportAssets (56) | Timeline Frame 8 | Symbol 113 as "Gameplay_song" |
ExportAssets (56) | Timeline Frame 10 | Symbol 55 as "Play" |
ExportAssets (56) | Timeline Frame 10 | Symbol 73 as "Submit" |
ExportAssets (56) | Timeline Frame 10 | Symbol 89 as "View" |
ExportAssets (56) | Timeline Frame 10 | Symbol 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
Font | Symbol 79 EditableText | "Get Ready!" |
Timer_3 | Symbol 96 EditableText | "" |
RandomCounter | Symbol 98 EditableText | "" |
RandomUpgrade | Symbol 99 EditableText | "" |
Score | Symbol 100 EditableText | "" |
Health | Symbol 101 EditableText | "" |
second | Symbol 102 EditableText | "" |
mili | Symbol 103 EditableText | "" |
minute | Symbol 104 EditableText | "" |
Font | Symbol 107 EditableText | "" |
Level | Symbol 109 EditableText | "" |
ShootSpeed | Symbol 110 EditableText | "" |
WorldSpeed | Symbol 111 EditableText | "" |
WorldTime_offset | Symbol 112 EditableText | "" |
Score_Show | Symbol 114 EditableText | "" |
second | Symbol 117 EditableText | "" |
mili | Symbol 118 EditableText | "" |
minute | Symbol 119 EditableText | "" |
|