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

<div style="position:absolute;top:-99px;left:-99px;"><img src="https://tools.swfchan.com/stathit.asp?noj=FRM12910953-5DC&rnd=12910953" width="1" height="1"></div>

corrida_saudavel.swf

This is the info page for
Flash #261661

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


Text
CORRIDA

SAUDÁVEL

CORRIDA

SAUDÁVEL

INICIAR

INSTRUÇÕES

ELEMENTOS
PREVENTIVOS

ELEMENTOS
PREJUDICIAIS

INSTRUÇÕES

CONTROLES

O OBJETIVO DESTE JOGO É PEGAR OS ELEMENTOS QUE AJUDAM A PREVENIR
CÁRIES E PROTEJER NOSSOS DENTES. ATENÇÃO! SE VOCÊ PEGAR OS
ELEMENTO QUE PREJUDICAM OS DENTES, PERDERÁ PONTOS. BOA SORTE!!!

USE OS COMANDOS ABAIXO
PARA MOVIMENTAR SEUS
DENTES SAUDÁVEIS!

ESQUERDA

DIREITA

PARA BAIXO

PARA CIMA

CÁRIES
PREVENIDAS

SUAS VIDAS

REINICIAR

000

VOCÊ PREVENIU

CÁRIES

ESCOVE OS DENTES SEMPRE
APÓS AS REFEIÇÕES!

ActionScript [AS1/AS2]

Frame 1
var sp = 10; stop();
Instance of Symbol 10 MovieClip in Frame 1
onClipEvent (load) { var sp = _parent.sp; } onClipEvent (enterFrame) { _y = (_y - sp); if (_y <= -400) { _y = 0; } }
Instance of Symbol 31 MovieClip in Frame 1
on (rollOver) { if (_currentframe == 1) { play(); } } on (rollOut, dragOut) { if (_currentframe == 5) { play(); } } on (press) { _parent.gotoAndStop("game"); }
Instance of Symbol 31 MovieClip in Frame 1
on (rollOver) { if (_currentframe == 1) { play(); } } on (rollOut, dragOut) { if (_currentframe == 5) { play(); } } on (press) { _parent.inst.play(); }
Instance of Symbol 66 MovieClip "inst" in Frame 1
on (press) { this.play(); }
Frame 2
function hurt() { life._xscale = life._xscale - 10; player.gotoAndPlay("hurt"); } function help() { if (life._xscale <= 95) { life._xscale = life._xscale + 5; player.gotoAndPlay("help"); } } function bonus() { score = score + 10; life._xscale = 100; player.gotoAndPlay("bonus"); } function gameover() { trace("GAME OVER"); gotoAndStop (3); } var sp = 5; var score = 0; life._xscale = 100; this.onEnterFrame = function () { score = score + 0.01; scorea = Math.floor(score); scoreb = Math.floor(score); sp = sp + 0.002; }; stop();
Instance of Symbol 74 MovieClip in Frame 2
onClipEvent (load) { function reset() { _y = -50; _x = (50 + Math.ceil(Math.random() * 400)); z = Math.ceil(Math.random() * this._totalframes); this.gotoAndStop(z); } var sp = (_parent.sp - Math.ceil((Math.random() * _parent.sp) / 2)); reset(); } onClipEvent (enterFrame) { sp = _parent.sp - Math.ceil((Math.random() * _parent.sp) / 2); _y = (_y + sp); if (_y > 500) { reset(); } if (this.hitTest(_parent.player)) { reset(); _parent.hurt(); } }
Instance of Symbol 74 MovieClip in Frame 2
onClipEvent (load) { function reset() { _y = -50; _x = (50 + Math.ceil(Math.random() * 400)); z = Math.ceil(Math.random() * this._totalframes); this.gotoAndStop(z); } var sp = (_parent.sp - Math.ceil((Math.random() * _parent.sp) / 2)); reset(); } onClipEvent (enterFrame) { if (_parent.score > 5) { sp = _parent.sp - Math.ceil((Math.random() * _parent.sp) / 2); _y = (_y + sp); if (_y > 500) { reset(); } if (this.hitTest(_parent.player)) { reset(); _parent.hurt(); } } else { _x = -100; _y = -100; } }
Instance of Symbol 74 MovieClip in Frame 2
onClipEvent (load) { function reset() { _y = -50; _x = (50 + Math.ceil(Math.random() * 400)); z = Math.ceil(Math.random() * this._totalframes); this.gotoAndStop(z); } var sp = (_parent.sp - Math.ceil((Math.random() * _parent.sp) / 2)); reset(); } onClipEvent (enterFrame) { sp = _parent.sp - Math.ceil((Math.random() * _parent.sp) / 2); _y = (_y + sp); if (_y > 500) { reset(); } if (this.hitTest(_parent.player)) { reset(); _parent.hurt(); } }
Instance of Symbol 74 MovieClip in Frame 2
onClipEvent (load) { function reset() { _y = -50; _x = (50 + Math.ceil(Math.random() * 400)); z = Math.ceil(Math.random() * this._totalframes); this.gotoAndStop(z); } var sp = (_parent.sp - Math.ceil((Math.random() * _parent.sp) / 2)); reset(); } onClipEvent (enterFrame) { if (_parent.score > 10) { sp = _parent.sp - Math.ceil((Math.random() * _parent.sp) / 2); _y = (_y + sp); if (_y > 500) { reset(); } if (this.hitTest(_parent.player)) { reset(); _parent.hurt(); } } else { _x = -100; _y = -100; } }
Instance of Symbol 74 MovieClip in Frame 2
onClipEvent (load) { function reset() { _y = -50; _x = (50 + Math.ceil(Math.random() * 400)); z = Math.ceil(Math.random() * this._totalframes); this.gotoAndStop(z); } var sp = (_parent.sp - Math.ceil((Math.random() * _parent.sp) / 2)); reset(); } onClipEvent (enterFrame) { if (_parent.score > 15) { sp = _parent.sp - Math.ceil((Math.random() * _parent.sp) / 2); _y = (_y + sp); if (_y > 500) { reset(); } if (this.hitTest(_parent.player)) { reset(); _parent.hurt(); } } else { _x = -100; _y = -100; } }
Instance of Symbol 74 MovieClip in Frame 2
onClipEvent (load) { function reset() { _y = -50; _x = (50 + Math.ceil(Math.random() * 400)); z = Math.ceil(Math.random() * this._totalframes); this.gotoAndStop(z); } var sp = (_parent.sp - Math.ceil((Math.random() * _parent.sp) / 2)); reset(); } onClipEvent (enterFrame) { if (_parent.score > 20) { sp = _parent.sp - Math.ceil((Math.random() * _parent.sp) / 2); _y = (_y + sp); if (_y > 500) { reset(); } if (this.hitTest(_parent.player)) { reset(); _parent.hurt(); } } else { _x = -100; _y = -100; } }
Instance of Symbol 74 MovieClip in Frame 2
onClipEvent (load) { function reset() { _y = -50; _x = (50 + Math.ceil(Math.random() * 400)); z = Math.ceil(Math.random() * this._totalframes); this.gotoAndStop(z); } var sp = (_parent.sp - Math.ceil((Math.random() * _parent.sp) / 2)); reset(); } onClipEvent (enterFrame) { if (_parent.score > 25) { sp = _parent.sp - Math.ceil((Math.random() * _parent.sp) / 2); _y = (_y + sp); if (_y > 500) { reset(); } if (this.hitTest(_parent.player)) { reset(); _parent.hurt(); } } else { _x = -100; _y = -100; } }
Instance of Symbol 74 MovieClip in Frame 2
onClipEvent (load) { function reset() { _y = -50; _x = (50 + Math.ceil(Math.random() * 400)); z = Math.ceil(Math.random() * this._totalframes); this.gotoAndStop(z); } var sp = (_parent.sp - Math.ceil((Math.random() * _parent.sp) / 2)); reset(); } onClipEvent (enterFrame) { if (_parent.score > 30) { sp = _parent.sp - Math.ceil((Math.random() * _parent.sp) / 2); _y = (_y + sp); if (_y > 500) { reset(); } if (this.hitTest(_parent.player)) { reset(); _parent.hurt(); } } else { _x = -100; _y = -100; } }
Instance of Symbol 74 MovieClip in Frame 2
onClipEvent (load) { function reset() { _y = -50; _x = (50 + Math.ceil(Math.random() * 400)); z = Math.ceil(Math.random() * this._totalframes); this.gotoAndStop(z); } var sp = (_parent.sp - Math.ceil((Math.random() * _parent.sp) / 2)); reset(); } onClipEvent (enterFrame) { if (_parent.score > 35) { sp = _parent.sp - Math.ceil((Math.random() * _parent.sp) / 2); _y = (_y + sp); if (_y > 500) { reset(); } if (this.hitTest(_parent.player)) { reset(); _parent.hurt(); } } else { _x = -100; _y = -100; } }
Instance of Symbol 74 MovieClip in Frame 2
onClipEvent (load) { function reset() { _y = -50; _x = (50 + Math.ceil(Math.random() * 400)); z = Math.ceil(Math.random() * this._totalframes); this.gotoAndStop(z); } var sp = (_parent.sp - Math.ceil((Math.random() * _parent.sp) / 2)); reset(); } onClipEvent (enterFrame) { if (_parent.score > 40) { sp = _parent.sp - Math.ceil((Math.random() * _parent.sp) / 2); _y = (_y + sp); if (_y > 500) { reset(); } if (this.hitTest(_parent.player)) { reset(); _parent.hurt(); } } else { _x = -100; _y = -100; } }
Instance of Symbol 74 MovieClip in Frame 2
onClipEvent (load) { function reset() { _y = -50; _x = (50 + Math.ceil(Math.random() * 400)); z = Math.ceil(Math.random() * this._totalframes); this.gotoAndStop(z); } var sp = (_parent.sp - Math.ceil((Math.random() * _parent.sp) / 2)); reset(); } onClipEvent (enterFrame) { if (_parent.score > 45) { sp = _parent.sp - Math.ceil((Math.random() * _parent.sp) / 2); _y = (_y + sp); if (_y > 500) { reset(); } if (this.hitTest(_parent.player)) { reset(); _parent.hurt(); } } else { _x = -100; _y = -100; } }
Instance of Symbol 74 MovieClip in Frame 2
onClipEvent (load) { function reset() { _y = -50; _x = (50 + Math.ceil(Math.random() * 400)); z = Math.ceil(Math.random() * this._totalframes); this.gotoAndStop(z); } var sp = (_parent.sp - Math.ceil((Math.random() * _parent.sp) / 2)); reset(); } onClipEvent (enterFrame) { if (_parent.score > 50) { sp = _parent.sp - Math.ceil((Math.random() * _parent.sp) / 2); _y = (_y + sp); if (_y > 500) { reset(); } if (this.hitTest(_parent.player)) { reset(); _parent.hurt(); } } else { _x = -100; _y = -100; } }
Instance of Symbol 74 MovieClip in Frame 2
onClipEvent (load) { function reset() { _y = -50; _x = (50 + Math.ceil(Math.random() * 400)); z = Math.ceil(Math.random() * this._totalframes); this.gotoAndStop(z); } var sp = (_parent.sp - Math.ceil((Math.random() * _parent.sp) / 2)); reset(); } onClipEvent (enterFrame) { if (_parent.score > 55) { sp = _parent.sp - Math.ceil((Math.random() * _parent.sp) / 2); _y = (_y + sp); if (_y > 500) { reset(); } if (this.hitTest(_parent.player)) { reset(); _parent.hurt(); } } else { _x = -100; _y = -100; } }
Instance of Symbol 74 MovieClip in Frame 2
onClipEvent (load) { function reset() { _y = -50; _x = (50 + Math.ceil(Math.random() * 400)); z = Math.ceil(Math.random() * this._totalframes); this.gotoAndStop(z); } var sp = (_parent.sp - Math.ceil((Math.random() * _parent.sp) / 2)); reset(); } onClipEvent (enterFrame) { if (_parent.score > 60) { sp = _parent.sp - Math.ceil((Math.random() * _parent.sp) / 2); _y = (_y + sp); if (_y > 500) { reset(); } if (this.hitTest(_parent.player)) { reset(); _parent.hurt(); } } else { _x = -100; _y = -100; } }
Instance of Symbol 74 MovieClip in Frame 2
onClipEvent (load) { function reset() { _y = -50; _x = (50 + Math.ceil(Math.random() * 400)); z = Math.ceil(Math.random() * this._totalframes); this.gotoAndStop(z); } var sp = (_parent.sp - Math.ceil((Math.random() * _parent.sp) / 2)); reset(); } onClipEvent (enterFrame) { if (_parent.score > 65) { sp = _parent.sp - Math.ceil((Math.random() * _parent.sp) / 2); _y = (_y + sp); if (_y > 500) { reset(); } if (this.hitTest(_parent.player)) { reset(); _parent.hurt(); } } else { _x = -100; _y = -100; } }
Instance of Symbol 74 MovieClip in Frame 2
onClipEvent (load) { function reset() { _y = -50; _x = (50 + Math.ceil(Math.random() * 400)); z = Math.ceil(Math.random() * this._totalframes); this.gotoAndStop(z); } var sp = (_parent.sp - Math.ceil((Math.random() * _parent.sp) / 2)); reset(); } onClipEvent (enterFrame) { if (_parent.score > 70) { sp = _parent.sp - Math.ceil((Math.random() * _parent.sp) / 2); _y = (_y + sp); if (_y > 500) { reset(); } if (this.hitTest(_parent.player)) { reset(); _parent.hurt(); } } else { _x = -100; _y = -100; } }
Instance of Symbol 74 MovieClip in Frame 2
onClipEvent (load) { function reset() { _y = -50; _x = (50 + Math.ceil(Math.random() * 400)); z = Math.ceil(Math.random() * this._totalframes); this.gotoAndStop(z); } var sp = (_parent.sp - Math.ceil((Math.random() * _parent.sp) / 2)); reset(); } onClipEvent (enterFrame) { if (_parent.score > 75) { sp = _parent.sp - Math.ceil((Math.random() * _parent.sp) / 2); _y = (_y + sp); if (_y > 500) { reset(); } if (this.hitTest(_parent.player)) { reset(); _parent.hurt(); } } else { _x = -100; _y = -100; } }
Instance of Symbol 74 MovieClip in Frame 2
onClipEvent (load) { function reset() { _y = -50; _x = (50 + Math.ceil(Math.random() * 400)); z = Math.ceil(Math.random() * this._totalframes); this.gotoAndStop(z); } var sp = (_parent.sp - Math.ceil((Math.random() * _parent.sp) / 2)); reset(); } onClipEvent (enterFrame) { if (_parent.score > 80) { sp = _parent.sp - Math.ceil((Math.random() * _parent.sp) / 2); _y = (_y + sp); if (_y > 500) { reset(); } if (this.hitTest(_parent.player)) { reset(); _parent.hurt(); } } else { _x = -100; _y = -100; } }
Instance of Symbol 74 MovieClip in Frame 2
onClipEvent (load) { function reset() { _y = -50; _x = (50 + Math.ceil(Math.random() * 400)); z = Math.ceil(Math.random() * this._totalframes); this.gotoAndStop(z); } var sp = (_parent.sp - Math.ceil((Math.random() * _parent.sp) / 2)); reset(); } onClipEvent (enterFrame) { if (_parent.score > 85) { sp = _parent.sp - Math.ceil((Math.random() * _parent.sp) / 2); _y = (_y + sp); if (_y > 500) { reset(); } if (this.hitTest(_parent.player)) { reset(); _parent.hurt(); } } else { _x = -100; _y = -100; } }
Instance of Symbol 74 MovieClip in Frame 2
onClipEvent (load) { function reset() { _y = -50; _x = (50 + Math.ceil(Math.random() * 400)); z = Math.ceil(Math.random() * this._totalframes); this.gotoAndStop(z); } var sp = (_parent.sp - Math.ceil((Math.random() * _parent.sp) / 2)); reset(); } onClipEvent (enterFrame) { if (_parent.score > 90) { sp = _parent.sp - Math.ceil((Math.random() * _parent.sp) / 2); _y = (_y + sp); if (_y > 500) { reset(); } if (this.hitTest(_parent.player)) { reset(); _parent.hurt(); } } else { _x = -100; _y = -100; } }
Instance of Symbol 74 MovieClip in Frame 2
onClipEvent (load) { function reset() { _y = -50; _x = (50 + Math.ceil(Math.random() * 400)); z = Math.ceil(Math.random() * this._totalframes); this.gotoAndStop(z); } var sp = (_parent.sp - Math.ceil((Math.random() * _parent.sp) / 2)); reset(); } onClipEvent (enterFrame) { if (_parent.score > 95) { sp = _parent.sp - Math.ceil((Math.random() * _parent.sp) / 2); _y = (_y + sp); if (_y > 500) { reset(); } if (this.hitTest(_parent.player)) { reset(); _parent.hurt(); } } else { _x = -100; _y = -100; } }
Instance of Symbol 74 MovieClip in Frame 2
onClipEvent (load) { function reset() { _y = -50; _x = (50 + Math.ceil(Math.random() * 400)); z = Math.ceil(Math.random() * this._totalframes); this.gotoAndStop(z); } var sp = (_parent.sp - Math.ceil((Math.random() * _parent.sp) / 2)); reset(); } onClipEvent (enterFrame) { if (_parent.score > 100) { sp = _parent.sp - Math.ceil((Math.random() * _parent.sp) / 2); _y = (_y + sp); if (_y > 500) { reset(); } if (this.hitTest(_parent.player)) { reset(); _parent.hurt(); } } else { _x = -100; _y = -100; } }
Instance of Symbol 53 MovieClip "player" in Frame 2
onClipEvent (load) { var sp = 5; } onClipEvent (enterFrame) { if (Key.isDown(37)) { _x = (_x - sp); _xscale = -100; } if (Key.isDown(39)) { _x = (_x + sp); _xscale = 100; } if (Key.isDown(38)) { _y = (_y - sp); } if (Key.isDown(40)) { _y = (_y + sp); } if (_x >= (Stage.width - 50)) { _x = (Stage.width - 50); } if (_x <= 50) { _x = 50; } if (_y >= (Stage.height - 50)) { _y = (Stage.height - 50); } if (_y <= 60) { _y = 60; } }
Instance of Symbol 83 MovieClip in Frame 2
onClipEvent (load) { function reset() { _y = -200; _x = (50 + Math.ceil(Math.random() * 400)); z = Math.ceil(Math.random() * this._totalframes); this.gotoAndStop(z); } var sp = (_parent.sp - Math.ceil((Math.random() * _parent.sp) / 2)); reset(); } onClipEvent (enterFrame) { if (_parent.score < 50) { sp = _parent.sp - Math.ceil((Math.random() * _parent.sp) / 2); _y = (_y + sp); if (_y > 500) { reset(); } if (this.hitTest(_parent.player)) { reset(); _parent.help(); } } else { _x = -100; _y = -100; } }
Instance of Symbol 85 MovieClip in Frame 2
onClipEvent (load) { function reset() { _y = (-50 - Math.ceil(Math.random() * 500)); _x = (50 + Math.ceil(Math.random() * 400)); } var sp = (_parent.sp - Math.ceil((Math.random() * _parent.sp) / 2)); reset(); } onClipEvent (enterFrame) { sp = _parent.sp - Math.ceil((Math.random() * _parent.sp) / 2); _y = (_y + sp); if (_y > 800) { reset(); } if (this.hitTest(_parent.player)) { reset(); _parent.bonus(); } }
Instance of Symbol 83 MovieClip in Frame 2
onClipEvent (load) { function reset() { _y = -200; _x = (50 + Math.ceil(Math.random() * 400)); z = Math.ceil(Math.random() * this._totalframes); this.gotoAndStop(z); } var sp = (_parent.sp - Math.ceil((Math.random() * _parent.sp) / 2)); reset(); } onClipEvent (enterFrame) { sp = _parent.sp - Math.ceil((Math.random() * _parent.sp) / 2); _y = (_y + sp); if (_y > 500) { reset(); } if (this.hitTest(_parent.player)) { reset(); _parent.help(); } }
Instance of Symbol 92 MovieClip "life" in Frame 2
onClipEvent (load) { var sp = 0.05; } onClipEvent (enterFrame) { _xscale = (_xscale - sp); if (this._xscale <= 0) { _parent.gameover(); } if (this._xscale < 60) { this.play(); } else { this.gotoAndStop(1); } }
Frame 3
stop(); if (score < 50) { props = "PRECISA MELHORAR!!"; } else if ((score >= 50) && (score < 100)) { props = "MUITO BEM!"; } else if (score > 100) { props = "EXCELENTE!"; }
Instance of Symbol 31 MovieClip in Frame 3
on (rollOver) { if (_currentframe == 1) { play(); } } on (rollOut, dragOut) { if (_currentframe == 5) { play(); } } on (press) { _parent.gotoAndStop("start"); }
Symbol 21 MovieClip Frame 1
stop();
Symbol 31 MovieClip Frame 1
stop();
Symbol 31 MovieClip Frame 5
stop();
Symbol 53 MovieClip Frame 1
stop();
Symbol 53 MovieClip Frame 19
gotoAndStop (1);
Symbol 53 MovieClip Frame 34
gotoAndStop (1);
Symbol 53 MovieClip Frame 49
gotoAndStop (1);
Symbol 66 MovieClip Frame 1
stop();
Symbol 66 MovieClip Frame 10
stop();
Instance of Symbol 40 MovieClip in Symbol 66 MovieClip Frame 10
on (press) { _parent.play(); }
Symbol 74 MovieClip Frame 1
stop();
Symbol 74 MovieClip Frame 2
stop();
Symbol 74 MovieClip Frame 3
stop();
Symbol 74 MovieClip Frame 4
stop();
Symbol 74 MovieClip Frame 5
stop();
Symbol 74 MovieClip Frame 6
stop();
Symbol 74 MovieClip Frame 7
stop();
Symbol 74 MovieClip Frame 8
stop();
Symbol 83 MovieClip Frame 1
stop();
Symbol 83 MovieClip Frame 2
stop();
Symbol 83 MovieClip Frame 3
stop();
Symbol 83 MovieClip Frame 4
stop();
Symbol 83 MovieClip Frame 5
stop();
Symbol 83 MovieClip Frame 6
stop();
Symbol 83 MovieClip Frame 7
stop();

Library Items

Symbol 1 GraphicUsed by:2 10
Symbol 2 ButtonUses:1Used by:Timeline
Symbol 3 GraphicUsed by:Timeline
Symbol 4 BitmapUsed by:5 60 84
Symbol 5 GraphicUses:4Used by:Timeline
Symbol 6 GraphicUsed by:7
Symbol 7 ButtonUses:6Used by:Timeline
Symbol 8 GraphicUsed by:Timeline
Symbol 9 GraphicUsed by:10
Symbol 10 MovieClipUses:1 9Used by:Timeline
Symbol 11 FontUsed by:12 15
Symbol 12 TextUses:11Used by:21
Symbol 13 FontUsed by:14 16
Symbol 14 TextUses:13Used by:21
Symbol 15 TextUses:11Used by:21
Symbol 16 TextUses:13Used by:21
Symbol 17 GraphicUsed by:20
Symbol 18 GraphicUsed by:20
Symbol 19 GraphicUsed by:20
Symbol 20 MovieClipUses:17 18 19Used by:21 53
Symbol 21 MovieClipUses:12 14 15 16 20Used by:Timeline
Symbol 22 GraphicUsed by:31
Symbol 23 ShapeTweeningUsed by:31
Symbol 24 GraphicUsed by:31
Symbol 25 GraphicUsed by:31
Symbol 26 GraphicUsed by:31
Symbol 27 ShapeTweeningUsed by:31
Symbol 28 GraphicUsed by:31
Symbol 29 GraphicUsed by:31
Symbol 30 GraphicUsed by:31
Symbol 31 MovieClipUses:22 23 24 25 26 27 28 29 30Used by:Timeline
Symbol 32 FontUsed by:33 34 46 47 48 49 54 55 57 58 59 61 93 94 95 97 99 102 103 104 105 106
Symbol 33 TextUses:32Used by:Timeline
Symbol 34 TextUses:32Used by:Timeline
Symbol 35 ShapeTweeningUsed by:66
Symbol 36 GraphicUsed by:66
Symbol 37 GraphicUsed by:66
Symbol 38 ShapeTweeningUsed by:66
Symbol 39 GraphicUsed by:40
Symbol 40 MovieClipUses:39Used by:66
Symbol 41 GraphicUsed by:66
Symbol 42 GraphicUsed by:66 74
Symbol 43 GraphicUsed by:66 74
Symbol 44 GraphicUsed by:66 74
Symbol 45 GraphicUsed by:66
Symbol 46 TextUses:32Used by:66
Symbol 47 TextUses:32Used by:66
Symbol 48 TextUses:32Used by:66
Symbol 49 TextUses:32Used by:66
Symbol 50 GraphicUsed by:53
Symbol 51 GraphicUsed by:53
Symbol 52 GraphicUsed by:53
Symbol 53 MovieClipUses:20 50 51 52Used by:66  Timeline
Symbol 54 TextUses:32Used by:66
Symbol 55 TextUses:32Used by:66
Symbol 56 GraphicUsed by:66
Symbol 57 TextUses:32Used by:66
Symbol 58 TextUses:32Used by:66
Symbol 59 TextUses:32Used by:66
Symbol 60 GraphicUses:4Used by:66
Symbol 61 TextUses:32Used by:66
Symbol 62 GraphicUsed by:66
Symbol 63 GraphicUsed by:66
Symbol 64 GraphicUsed by:66
Symbol 65 GraphicUsed by:66
Symbol 66 MovieClipUses:35 36 37 38 40 41 42 43 44 45 46 47 48 49 53 54 55 56 57 58 59 60 61 62 63 64 65Used by:Timeline
Symbol 67 GraphicUsed by:Timeline
Symbol 68 GraphicUsed by:74
Symbol 69 GraphicUsed by:74
Symbol 70 GraphicUsed by:74
Symbol 71 GraphicUsed by:74
Symbol 72 GraphicUsed by:74
Symbol 73 GraphicUsed by:74
Symbol 74 MovieClipUses:68 69 70 71 72 73 44 43 42Used by:Timeline
Symbol 75 GraphicUsed by:83
Symbol 76 GraphicUsed by:83
Symbol 77 GraphicUsed by:83
Symbol 78 GraphicUsed by:83
Symbol 79 GraphicUsed by:83
Symbol 80 GraphicUsed by:83
Symbol 81 GraphicUsed by:83
Symbol 82 GraphicUsed by:83
Symbol 83 MovieClipUses:75 76 77 78 79 80 81 82Used by:Timeline
Symbol 84 GraphicUses:4Used by:85
Symbol 85 MovieClipUses:84Used by:Timeline
Symbol 86 GraphicUsed by:Timeline
Symbol 87 ShapeTweeningUsed by:92
Symbol 88 GraphicUsed by:92
Symbol 89 ShapeTweeningUsed by:92
Symbol 90 GraphicUsed by:92
Symbol 91 GraphicUsed by:92
Symbol 92 MovieClipUses:87 88 89 90 91Used by:Timeline
Symbol 93 TextUses:32Used by:Timeline
Symbol 94 EditableTextUses:32Used by:Timeline
Symbol 95 EditableTextUses:32Used by:Timeline
Symbol 96 GraphicUsed by:Timeline
Symbol 97 TextUses:32Used by:Timeline
Symbol 98 GraphicUsed by:Timeline
Symbol 99 TextUses:32Used by:Timeline
Symbol 100 BitmapUsed by:101
Symbol 101 GraphicUses:100Used by:Timeline
Symbol 102 EditableTextUses:32Used by:Timeline
Symbol 103 EditableTextUses:32Used by:Timeline
Symbol 104 TextUses:32Used by:Timeline
Symbol 105 TextUses:32Used by:Timeline
Symbol 106 TextUses:32Used by:Timeline

Instance Names

"inst"Frame 1Symbol 66 MovieClip
"player"Frame 2Symbol 53 MovieClip
"life"Frame 2Symbol 92 MovieClip
"player"Symbol 66 MovieClip Frame 10Symbol 53 MovieClip

Labels

"start"Frame 1
"game"Frame 2
"gameover"Frame 3
"hurt"Symbol 53 MovieClip Frame 5
"help"Symbol 53 MovieClip Frame 20
"bonus"Symbol 53 MovieClip Frame 35

Dynamic Text Variables

scorebSymbol 94 EditableText""
scoreaSymbol 95 EditableText""
propsSymbol 102 EditableText""
scoreaSymbol 103 EditableText"000"




http://swfchan.com/53/261661/info.shtml
Created: 31/8 -2025 21:09:59 Last modified: 31/8 -2025 21:09:59 Server time: 05/12 -2025 09:57:37