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

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

Bug Patrol.swf

This is the info page for
Flash #24970

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


Text
STORAGE

Arrrrggghhh!
Bugs are out to eat your precious flowers, thankfully you
have a can of spray with which to defend them. But beware
your can only has 20 shots in it, and should you lose all your
flowers - it's game over.

00

Ammo:

Score:

0000

9

Flowers remaining:

0

x 25 = Bonus:

0

Specials Collected:

0

x 50 = Bonus:

0

Total score so far:

00000

Total Bonus:

0

Level    Complete

You killed

000

bugs

with a final score of

0000

000

0000

ActionScript [AS1/AS2]

Frame 1
Frame 24
_global.highscore = 0; gotoAndPlay (26);
Frame 26
this.background.gotoAndStop(random(5) + 1); music = 1; soundtrack = new Sound(); soundtrack.attachSound("bummblebee"); stopAllSounds(); if (music == 1) { soundtrack.start(0, 50); } level = 1; score = 0; killed = 0; plants = 4;
Instance of Symbol 27 MovieClip in Frame 46
onClipEvent (load) { dirx = 0; this.gotoAndPlay(random(6)); } onClipEvent (enterFrame) { if (dirx == 0) { bugspeed = random(30) + 30; x = this._x; y = this._y; tx = random(550); ty = random(400); if (tx < x) { dirx = 1; xdis = x - tx; } else { dirx = 2; xdis = tx - x; } if (ty < y) { diry = 1; ydis = y - ty; } else { diry = 2; ydis = ty - y; } xstep = xdis / bugspeed; ystep = math.abs(ydis / bugspeed); xx = x - tx; yy = (y - ty) * -1; angle = Math.atan(yy / xx) / (Math.PI/180); if (xx < 0) { angle = angle + 180; } if ((xx >= 0) && (yy < 0)) { angle = angle + 360; } angle = math.floor(angle * -1); this._rotation = angle; } x = this._x; y = this._y; trace(x); if (dirx == 1) { this._x = this._x - xstep; } if (dirx == 2) { this._x = this._x + xstep; } if (diry == 1) { this._y = this._y - ystep; } if (diry == 2) { this._y = this._y + ystep; } if ((dirx == 1) && (tx > x)) { dirx = 0; } if ((dirx == 2) && (tx < x)) { dirx = 0; } }
Instance of Symbol 27 MovieClip in Frame 46
onClipEvent (load) { dirx = 0; this.gotoAndPlay(random(6)); } onClipEvent (enterFrame) { if (dirx == 0) { bugspeed = random(30) + 30; x = this._x; y = this._y; tx = random(550); ty = random(400); if (tx < x) { dirx = 1; xdis = x - tx; } else { dirx = 2; xdis = tx - x; } if (ty < y) { diry = 1; ydis = y - ty; } else { diry = 2; ydis = ty - y; } xstep = xdis / bugspeed; ystep = math.abs(ydis / bugspeed); xx = x - tx; yy = (y - ty) * -1; angle = Math.atan(yy / xx) / (Math.PI/180); if (xx < 0) { angle = angle + 180; } if ((xx >= 0) && (yy < 0)) { angle = angle + 360; } angle = math.floor(angle * -1); this._rotation = angle; } x = this._x; y = this._y; if (dirx == 1) { this._x = this._x - xstep; } if (dirx == 2) { this._x = this._x + xstep; } if (diry == 1) { this._y = this._y - ystep; } if (diry == 2) { this._y = this._y + ystep; } if ((dirx == 1) && (tx > x)) { dirx = 0; } if ((dirx == 2) && (tx < x)) { dirx = 0; } }
Instance of Symbol 27 MovieClip in Frame 46
onClipEvent (load) { dirx = 0; this.gotoAndPlay(random(6)); } onClipEvent (enterFrame) { if (dirx == 0) { bugspeed = random(30) + 30; x = this._x; y = this._y; tx = random(550); ty = random(400); if (tx < x) { dirx = 1; xdis = x - tx; } else { dirx = 2; xdis = tx - x; } if (ty < y) { diry = 1; ydis = y - ty; } else { diry = 2; ydis = ty - y; } xstep = xdis / bugspeed; ystep = math.abs(ydis / bugspeed); xx = x - tx; yy = (y - ty) * -1; angle = Math.atan(yy / xx) / (Math.PI/180); if (xx < 0) { angle = angle + 180; } if ((xx >= 0) && (yy < 0)) { angle = angle + 360; } angle = math.floor(angle * -1); this._rotation = angle; } x = this._x; y = this._y; if (dirx == 1) { this._x = this._x - xstep; } if (dirx == 2) { this._x = this._x + xstep; } if (diry == 1) { this._y = this._y - ystep; } if (diry == 2) { this._y = this._y + ystep; } if ((dirx == 1) && (tx > x)) { dirx = 0; } if ((dirx == 2) && (tx < x)) { dirx = 0; } }
Instance of Symbol 27 MovieClip in Frame 46
onClipEvent (load) { dirx = 0; this.gotoAndPlay(random(6)); } onClipEvent (enterFrame) { if (dirx == 0) { bugspeed = random(30) + 30; x = this._x; y = this._y; tx = random(550); ty = random(400); if (tx < x) { dirx = 1; xdis = x - tx; } else { dirx = 2; xdis = tx - x; } if (ty < y) { diry = 1; ydis = y - ty; } else { diry = 2; ydis = ty - y; } xstep = xdis / bugspeed; ystep = math.abs(ydis / bugspeed); xx = x - tx; yy = (y - ty) * -1; angle = Math.atan(yy / xx) / (Math.PI/180); if (xx < 0) { angle = angle + 180; } if ((xx >= 0) && (yy < 0)) { angle = angle + 360; } angle = math.floor(angle * -1); this._rotation = angle; } x = this._x; y = this._y; if (dirx == 1) { this._x = this._x - xstep; } if (dirx == 2) { this._x = this._x + xstep; } if (diry == 1) { this._y = this._y - ystep; } if (diry == 2) { this._y = this._y + ystep; } if ((dirx == 1) && (tx > x)) { dirx = 0; } if ((dirx == 2) && (tx < x)) { dirx = 0; } }
Frame 63
stop();
Frame 64
function fire() { if ((ammo > 0) && (activemissles < maxmissles)) { ttx = _xmouse; tty = _ymouse; xdis = ttx - 278; ydis = tty - 327; xxx = xdis / ammospeed; yyy = ydis / ammospeed; ammo--; activemissles++; xx = 278 - ttx; yy = (327 - tty) * -1; angle = Math.atan(yy / xx) / (Math.PI/180); if (xx < 0) { angle = angle + 180; } if ((xx >= 0) && (yy < 0)) { angle = angle + 360; } angle = math.floor(angle * -1); firesound.start(); attachMovie("fire", "fire" + ammo, 500 + ammo); with (eval ("fire" + ammo)) { _x = 278; _y = 327; fireb.xstep = xxx; fireb.ystep = yyy; fireb.targetx = ttx; fireb._rotation = angle; } } } function generatespray(x, y) { activemissles--; explode++; attachMovie("sprayshell", "spray" + enum, 400 + enum); with (eval ("spray" + enum)) { _x = x; _y = y; } enum++; if (enum > 10) { enum = 1; } } firesound = new Sound(); firesound.attachSound("ploop"); eat = new Sound(); eat.attachSound("flowereat"); aliendie = new Sound(); aliendie.attachSound("die"); getufo = new Sound(); getufo.attachSound("ufosound"); totalenemies = 15 + (level * 5); enemies = 0; maxenemies = 6; speed = 180; totalammo = 20; ammo = totalammo; ammospeed = 35; activemissles = 0; explode = 0; enum = 1; maxmissles = 4; bugskilledthislevel = 0; specials = 0; specc = random(50) + 50; speca = 0; Mouse.hide(); attachMovie("sights", "sights", 600); attachMovie("nozzlecap", "nozzlecap", 599); attachMovie("nozzle", "nozzle", 598); nozzlecap._x = 277; nozzlecap._y = 333; nozzle._x = 278; nozzle._y = 340;
Instance of Symbol 91 MovieClip "shield1" in Frame 64
onClipEvent (load) { state = 3; }
Instance of Symbol 91 MovieClip "shield2" in Frame 64
onClipEvent (load) { state = 3; }
Instance of Symbol 91 MovieClip "shield3" in Frame 64
onClipEvent (load) { state = 3; }
Instance of Symbol 91 MovieClip "shield4" in Frame 64
onClipEvent (load) { state = 3; }
Frame 65
i = 0; v = nozzle._x; w = nozzle._y;
Frame 66
speca++; if ((speca == specc) && (level > 1)) { attachMovie("UFO", "UFO", 99); UFO._x = -10; UFO._y = random(50) + 100; } x = _xmouse; y = _ymouse; if (y > 280) { y = 280; } xx = v - x; yy = (w - y) * -1; sights._x = x; sights._y = y; angle = Math.atan(yy / xx) / (Math.PI/180); if (xx < 0) { angle = angle + 180; } if ((xx >= 0) && (yy < 0)) { angle = angle + 360; } angle = math.floor(angle * -1); if (angle < -353) { angle = -353; } else if (angle > -188) { angle = -188; } nozzle._rotation = angle; if (enemies < maxenemies) { if (totalenemies > 0) { name = "bug" + totalenemies; attachMovie("bug", name, 100 + totalenemies); with (name) { _y = 0; } enemies++; totalenemies--; } } if (plants == 0) { gotoAndPlay ("gameover"); } if ((enemies == 0) && (plants > 0)) { gotoAndPlay ("change level"); }
Frame 67
gotoAndPlay (66);
Frame 68
Frame 69
Mouse.show(); removeMovieClip("sights");
Frame 81
bonusf = 25 * plants; bonuss = 50 * specials; bt = bonuss + bonusf; score = score + (bonusf + bonuss); stop();
Frame 82
Mouse.show(); removeMovieClip("sights"); removeMovieClip("nozzlecap"); removeMovieClip("nozzle"); trace(score); if (score > highscore) { highscore = score; }
Frame 110
stop();
Symbol 5 MovieClip Frame 1
_root.stop(); PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100; if (PercentLoaded != 100) { setProperty(bar, _xscale , PercentLoaded); } else { gotoAndStop ("loaded"); }
Symbol 5 MovieClip Frame 2
gotoAndPlay (1);
Symbol 5 MovieClip Frame 3
setProperty(bar, _xscale , 100); _root.play();
Symbol 27 MovieClip Frame 1
stop();
Symbol 28 MovieClip [bug] Frame 1
aa = random(4) + 1; ty = 320;
Symbol 28 MovieClip [bug] Frame 2
if (aa == 1) { if (_root.shield1.state <= 0) { gotoAndPlay (1); } } else if (aa == 2) { if (_root.shield2.state <= 0) { gotoAndPlay (1); } } else if (aa == 3) { if (_root.shield3.state <= 0) { gotoAndPlay (1); } } else if (aa == 4) { if (_root.shield4.state <= 0) { gotoAndPlay (1); } }
Symbol 28 MovieClip [bug] Frame 3
if (aa == 1) { tx = 68; } else if (aa == 2) { tx = 173; } else if (aa == 3) { tx = 384; } else if (aa == 4) { tx = 489; } choice = aa; bugspeed = _root.speed + random(100); bugg.gotoAndStop(random(6)); x = random(550); this._x = x; y = this._y; xdis = tx - x; ydis = y - ty; xstep = xdis / bugspeed; ystep = math.abs(ydis / bugspeed); xx = x - tx; yy = (y - ty) * -1; angle = Math.atan(yy / xx) / (Math.PI/180); if (xx < 0) { angle = angle + 180; } if ((xx >= 0) && (yy < 0)) { angle = angle + 360; } angle = math.floor(angle * -1); bugg._rotation = angle;
Instance of Symbol 27 MovieClip "bugg" in Symbol 28 MovieClip [bug] Frame 3
/* no clip actions */
Symbol 28 MovieClip [bug] Frame 4
if (_root.explode > 0) { i = 1; while (i < 11) { if (this.hittest(eval ("_root.spray" + i))) { gotoAndPlay (6); } i++; } } bugg._x = bugg._x + xstep; bugg._y = bugg._y + ystep; if (bugg._y > 320) { _root.eat.start(); if (choice == 1) { _root.shield1.state = _root.shield1.state - 1; _root.shield1._alpha = _root.shield1._alpha - 30; if (_root.shield1.state == 0) { _root.flower1.gotoAndPlay(2); } } else if (choice == 2) { _root.shield2.state = _root.shield2.state - 1; _root.shield2._alpha = _root.shield2._alpha - 30; if (_root.shield2.state == 0) { _root.flower2.gotoAndPlay(2); } } else if (choice == 3) { _root.shield3.state = _root.shield3.state - 1; _root.shield3._alpha = _root.shield3._alpha - 30; if (_root.shield3.state == 0) { _root.flower3.gotoAndPlay(2); } } else if (choice == 4) { _root.shield4.state = _root.shield4.state - 1; _root.shield4._alpha = _root.shield4._alpha - 30; if (_root.shield4.state == 0) { _root.flower4.gotoAndPlay(2); } } removeMovieClip(this); enemies--; }
Symbol 28 MovieClip [bug] Frame 5
gotoAndPlay (4);
Symbol 28 MovieClip [bug] Frame 6
_root.aliendie.start(); size = 100;
Symbol 28 MovieClip [bug] Frame 7
bugg._alpha = size; bugg._alpha = size; size = size - 10;
Symbol 28 MovieClip [bug] Frame 8
if (size > 10) { gotoAndPlay (7); }
Symbol 28 MovieClip [bug] Frame 9
_root.enemies--; _root.killed++; _root.score = _root.score + 10; _root.bugskilledthislevel++; removeMovieClip(this);
Symbol 32 MovieClip [fire] Frame 1
if (end == 1) { gotoAndPlay (3); }
Instance of Symbol 31 MovieClip "fireb" in Symbol 32 MovieClip [fire] Frame 1
onClipEvent (enterFrame) { x = _parent._x; if (((xstep < 0) && (x >= (targetx - xstep))) || ((xstep > 0) && (x <= (targetx - xstep)))) { _parent._x = _parent._x + xstep; _parent._y = _parent._y + ystep; } else { _parent.end = 1; } }
Symbol 32 MovieClip [fire] Frame 2
gotoAndPlay (1);
Symbol 32 MovieClip [fire] Frame 3
x = this._x; y = this._y; _root.generatespray(x, y);
Symbol 32 MovieClip [fire] Frame 4
removeMovieClip(this);
Symbol 38 MovieClip Frame 1
stop();
Instance of Symbol 38 MovieClip in Symbol 39 MovieClip [sights] Frame 1
onClipEvent (mouseDown) { _root.fire(); }
Symbol 47 MovieClip [sprayshell] Frame 12
_root.explode--; removeMovieClip(this);
Symbol 49 MovieClip Frame 1
stop();
Instance of Symbol 55 MovieClip in Symbol 56 MovieClip [UFO] Frame 1
onClipEvent (enterFrame) { if (_root.explode > 0) { i = 1; while (i < 11) { if (this.hittest(eval ("_root.spray" + i))) { _root.getufo.start(); removeMovieClip(_parent); specials++; _root.ammo = _root.ammo + 5; } i++; } } this._x = this._x + 2; if (this._x > 555) { removeMovieClip(_parent); _root.specc = random(50) + 50; _root.speca = 0; } }
Symbol 57 MovieClip Frame 1
stop();
Symbol 58 MovieClip Frame 1
stop();
Symbol 66 Button
on (press) { getURL ("mailto:terrypaton1@bigpond.com?subject=Bug Patrol"); }
Symbol 74 Button
on (release) { gotoAndPlay (64); }
Symbol 79 Button
on (release) { if (music == 1) { music = 2; stopAllSounds(); onoff.gotoAndStop(2); } else if (music == 2) { music = 1; soundtrack.start(0, 50); onoff.gotoAndStop(1); } }
Symbol 82 MovieClip Frame 1
stop();
Symbol 87 MovieClip Frame 1
stop();
Symbol 88 MovieClip Frame 1
stop();
Instance of Symbol 87 MovieClip in Symbol 88 MovieClip Frame 1
onClipEvent (load) { this.gotoAndStop(random(5)); }
Symbol 88 MovieClip Frame 31
_root.plants = _root.plants - 1; stop();
Symbol 106 Button
on (release) { level++; gotoAndPlay (64); }
Symbol 133 Button
on (release) { level = 1; score = 0; killed = 0; plants = 4; gotoAndPlay (64); }
Symbol 139 Button
on (release) { gotoAndPlay (26); }

Library Items

Symbol 1 GraphicUsed by:Timeline
Symbol 2 GraphicUsed by:5
Symbol 3 GraphicUsed by:4
Symbol 4 MovieClipUses:3Used by:5
Symbol 5 MovieClipUses:2 4Used by:Timeline
Symbol 6 BitmapUsed by:7
Symbol 7 GraphicUses:6Used by:58  Timeline
Symbol 8 FontUsed by:9 76 96 97 98 99 100 109 111 113 115 117 119 120 122 125 127 128
Symbol 9 TextUses:8Used by:57
Symbol 10 Sound [bummblebee]Used by:57
Symbol 11 SoundUsed by:57
Symbol 12 Sound [flowereat]Used by:57
Symbol 13 Sound [ploop]Used by:57
Symbol 14 Sound [ufosound]Used by:57
Symbol 15 BitmapUsed by:16
Symbol 16 GraphicUses:15Used by:27
Symbol 17 GraphicUsed by:18
Symbol 18 MovieClipUses:17Used by:27
Symbol 19 BitmapUsed by:20
Symbol 20 GraphicUses:19Used by:27
Symbol 21 BitmapUsed by:22
Symbol 22 GraphicUses:21Used by:27
Symbol 23 BitmapUsed by:24
Symbol 24 GraphicUses:23Used by:27
Symbol 25 BitmapUsed by:26
Symbol 26 GraphicUses:25Used by:27
Symbol 27 MovieClipUses:16 18 20 22 24 26Used by:28  Timeline
Symbol 28 MovieClip [bug]Uses:27Used by:57
Symbol 29 BitmapUsed by:30
Symbol 30 GraphicUses:29Used by:31
Symbol 31 MovieClipUses:30Used by:32
Symbol 32 MovieClip [fire]Uses:31Used by:57
Symbol 33 GraphicUsed by:34
Symbol 34 MovieClip [nozzle]Uses:33Used by:57
Symbol 35 GraphicUsed by:36
Symbol 36 MovieClip [nozzlecap]Uses:35Used by:57
Symbol 37 GraphicUsed by:38
Symbol 38 MovieClipUses:37Used by:39
Symbol 39 MovieClip [sights]Uses:38Used by:57
Symbol 40 GraphicUsed by:46
Symbol 41 GraphicUsed by:46
Symbol 42 GraphicUsed by:46
Symbol 43 GraphicUsed by:46
Symbol 44 GraphicUsed by:46
Symbol 45 GraphicUsed by:46
Symbol 46 MovieClipUses:40 41 42 43 44 45Used by:47
Symbol 47 MovieClip [sprayshell]Uses:46Used by:57
Symbol 48 GraphicUsed by:49
Symbol 49 MovieClipUses:48Used by:54
Symbol 50 GraphicUsed by:54
Symbol 51 GraphicUsed by:54
Symbol 52 GraphicUsed by:54
Symbol 53 GraphicUsed by:54
Symbol 54 MovieClipUses:49 50 51 52 53Used by:55
Symbol 55 MovieClipUses:54Used by:56
Symbol 56 MovieClip [UFO]Uses:55Used by:57
Symbol 57 MovieClipUses:9 10 11 12 13 14 28 32 34 36 39 47 56Used by:Timeline
Symbol 58 MovieClipUses:7Used by:Timeline
Symbol 59 BitmapUsed by:63 85
Symbol 60 BitmapUsed by:63 83
Symbol 61 BitmapUsed by:63 86
Symbol 62 BitmapUsed by:63 84
Symbol 63 GraphicUses:59 60 61 62Used by:Timeline
Symbol 64 BitmapUsed by:65
Symbol 65 GraphicUses:64Used by:66
Symbol 66 ButtonUses:65Used by:67
Symbol 67 MovieClipUses:66Used by:Timeline
Symbol 68 GraphicUsed by:69
Symbol 69 MovieClipUses:68Used by:Timeline
Symbol 70 GraphicUsed by:74
Symbol 71 GraphicUsed by:74
Symbol 72 GraphicUsed by:74
Symbol 73 GraphicUsed by:74 79
Symbol 74 ButtonUses:70 71 72 73Used by:Timeline
Symbol 75 FontUsed by:76
Symbol 76 TextUses:8 75Used by:Timeline
Symbol 77 GraphicUsed by:Timeline
Symbol 78 GraphicUsed by:79
Symbol 79 ButtonUses:78 73Used by:Timeline
Symbol 80 GraphicUsed by:82
Symbol 81 GraphicUsed by:82
Symbol 82 MovieClipUses:80 81Used by:Timeline
Symbol 83 GraphicUses:60Used by:87
Symbol 84 GraphicUses:62Used by:87
Symbol 85 GraphicUses:59Used by:87
Symbol 86 GraphicUses:61Used by:87
Symbol 87 MovieClipUses:83 84 85 86Used by:88
Symbol 88 MovieClipUses:87 SS1Used by:Timeline
Symbol 89 BitmapUsed by:90
Symbol 90 GraphicUses:89Used by:91
Symbol 91 MovieClipUses:90Used by:Timeline
Symbol 92 GraphicUsed by:95
Symbol 93 GraphicUsed by:95
Symbol 94 GraphicUsed by:95
Symbol 95 MovieClipUses:92 93 94Used by:Timeline
Symbol 96 EditableTextUses:8Used by:Timeline
Symbol 97 TextUses:8Used by:Timeline
Symbol 98 TextUses:8Used by:Timeline
Symbol 99 EditableTextUses:8Used by:Timeline
Symbol 100 EditableTextUses:8Used by:Timeline
Symbol 101 GraphicUsed by:Timeline
Symbol 102 GraphicUsed by:106
Symbol 103 GraphicUsed by:106
Symbol 104 GraphicUsed by:106
Symbol 105 GraphicUsed by:106
Symbol 106 ButtonUses:102 103 104 105Used by:Timeline
Symbol 107 FontUsed by:108 110 112 114 116 118 121 123 124
Symbol 108 TextUses:107Used by:Timeline
Symbol 109 EditableTextUses:8Used by:Timeline
Symbol 110 TextUses:107Used by:Timeline
Symbol 111 EditableTextUses:8Used by:Timeline
Symbol 112 TextUses:107Used by:Timeline
Symbol 113 EditableTextUses:8Used by:Timeline
Symbol 114 TextUses:107Used by:Timeline
Symbol 115 EditableTextUses:8Used by:Timeline
Symbol 116 TextUses:107Used by:Timeline
Symbol 117 EditableTextUses:8Used by:Timeline
Symbol 118 TextUses:107Used by:Timeline
Symbol 119 EditableTextUses:8Used by:Timeline
Symbol 120 TextUses:8Used by:Timeline
Symbol 121 TextUses:107Used by:126  Timeline
Symbol 122 EditableTextUses:8Used by:126
Symbol 123 TextUses:107Used by:126  Timeline
Symbol 124 TextUses:107Used by:126  Timeline
Symbol 125 EditableTextUses:8Used by:126
Symbol 126 MovieClipUses:121 122 123 124 125Used by:Timeline
Symbol 127 EditableTextUses:8Used by:Timeline
Symbol 128 EditableTextUses:8Used by:Timeline
Symbol 129 GraphicUsed by:133
Symbol 130 GraphicUsed by:133
Symbol 131 GraphicUsed by:133
Symbol 132 GraphicUsed by:133
Symbol 133 ButtonUses:129 130 131 132Used by:Timeline
Symbol 134 GraphicUsed by:Timeline
Symbol 135 GraphicUsed by:139
Symbol 136 GraphicUsed by:139
Symbol 137 GraphicUsed by:139
Symbol 138 GraphicUsed by:139
Symbol 139 ButtonUses:135 136 137 138Used by:Timeline
Symbol 140 GraphicUsed by:Timeline
Symbol 141 GraphicUsed by:Timeline
Streaming Sound 1Used by:Symbol 88 MovieClip

Instance Names

"background"Frame 26Symbol 58 MovieClip
"onoff"Frame 63Symbol 82 MovieClip
"background"Frame 64Symbol 58 MovieClip
"flower1"Frame 64Symbol 88 MovieClip
"flower2"Frame 64Symbol 88 MovieClip
"flower3"Frame 64Symbol 88 MovieClip
"flower4"Frame 64Symbol 88 MovieClip
"shield1"Frame 64Symbol 91 MovieClip
"shield2"Frame 64Symbol 91 MovieClip
"shield3"Frame 64Symbol 91 MovieClip
"shield4"Frame 64Symbol 91 MovieClip
"bar"Symbol 5 MovieClip Frame 1Symbol 4 MovieClip
"bugg"Symbol 28 MovieClip [bug] Frame 3Symbol 27 MovieClip
"fireb"Symbol 32 MovieClip [fire] Frame 1Symbol 31 MovieClip
"hit"Symbol 54 MovieClip Frame 1Symbol 49 MovieClip

Special Tags

ExportAssets (56)Timeline Frame 25Symbol 10 as "bummblebee"
ExportAssets (56)Timeline Frame 25Symbol 12 as "flowereat"
ExportAssets (56)Timeline Frame 25Symbol 13 as "ploop"
ExportAssets (56)Timeline Frame 25Symbol 14 as "ufosound"
ExportAssets (56)Timeline Frame 25Symbol 28 as "bug"
ExportAssets (56)Timeline Frame 25Symbol 32 as "fire"
ExportAssets (56)Timeline Frame 25Symbol 34 as "nozzle"
ExportAssets (56)Timeline Frame 25Symbol 36 as "nozzlecap"
ExportAssets (56)Timeline Frame 25Symbol 39 as "sights"
ExportAssets (56)Timeline Frame 25Symbol 47 as "sprayshell"
ExportAssets (56)Timeline Frame 25Symbol 56 as "UFO"

Labels

"change level"Frame 69
"gameover"Frame 82
"loaded"Symbol 5 MovieClip Frame 3

Dynamic Text Variables

ammoSymbol 96 EditableText"00"
scoreSymbol 99 EditableText"0000"
levelSymbol 100 EditableText"9"
plantsSymbol 109 EditableText"0"
bonusfSymbol 111 EditableText"0"
specialsSymbol 113 EditableText"0"
bonussSymbol 115 EditableText"0"
scoreSymbol 117 EditableText"00000"
btSymbol 119 EditableText"0"
_root.killedSymbol 122 EditableText"000"
_root.scoreSymbol 125 EditableText"0000"
_root.killedSymbol 127 EditableText"000"
_root.scoreSymbol 128 EditableText"0000"




http://swfchan.com/5/24970/info.shtml
Created: 24/5 -2019 07:19:37 Last modified: 24/5 -2019 07:19:37 Server time: 11/03 -2025 12:04:25