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

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

Angry Girlfriend.swf

This is the info page for
Flash #25841

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


Text
gift_check

nogift

Timer

firecount

j

i

10ÜÌ û³ÇúÀÏÙ.

ActionScript [AS1/AS2]

Frame 17
if (Number(_totalframes) < Number(_framesloaded)) { gotoAndPlay (20); } else if (Number(_framesloaded) < Number(_totalframes)) { loadC = int((_framesloaded / _totalframes) * 100); setProperty("/loader", _xscale , loadC); loadCount = ("LOADING " add loadC) add " %"; } else if (Number(_framesloaded) == Number(_totalframes)) { loadC = int((_framesloaded / _totalframes) * 100); setProperty("/loader", _xscale , loadC); loadCount = ("LOADING " add loadC) add " %"; gotoAndPlay (20); }
Frame 19
gotoAndPlay (17);
Frame 130
stop();
Frame 131
alive = 3; Set("/:firecount", 1); i = 30; j = 29; jumsu = 0; jumsu_limite = 41; gameLevel = 1; timer = 0;
Instance of Symbol 90 MovieClip "ch" in Frame 131
onClipEvent (keyDown) { _root.fire._visible = false; _root.fire2._visible = false; _root.fire3._visible = false; _root.fire4._visible = false; _root.fire._x = _root.ch._x; _root.fire._y = _root.ch._y; if (60 < this._x) { if (Key.isDown(37)) { this._x = this._x - 20; } } if (this._x < 450) { if (Key.isDown(39)) { this._x = this._x + 20; } } if (Key.isDown(32)) { _root["fire" + /:firecount]._visible = true; duplicateMovieClip ("/fire", "fire" add /:firecount, /:firecount); if (/:firecount >= 10) { Set("/:firecount", 1); } else { Set("/:firecount", /:firecount + 1); } } }
Frame 139
Frame 140
stop(); alive = 3; Set("/:firecount", 1); i = 30; j = 29; jumsu = 0; timer = 0; _root.santa._visible = false; if (gameLevel == 1) { jumsu_limite = 100; } else if (gameLevel == 2) { jumsu_limite = 120; } else if (gameLevel == 3) { jumsu_limite = 130; }
Instance of Symbol 90 MovieClip "ch" in Frame 140
onClipEvent (keyDown) { _root.fire._visible = false; _root.fire2._visible = false; _root.fire3._visible = false; _root.fire4._visible = false; _root.fire._x = _root.ch._x; _root.fire._y = _root.ch._y - 30; if (60 < this._x) { if (Key.isDown(37)) { this._x = this._x - 20; } } if (this._x < 450) { if (Key.isDown(39)) { this._x = this._x + 20; } } if (Key.isDown(32)) { _root["fire" + /:firecount]._visible = true; duplicateMovieClip ("/fire", "fire" add /:firecount, /:firecount); if (/:firecount >= 10) { Set("/:firecount", 1); } else { Set("/:firecount", /:firecount + 1); } } }
Instance of Symbol 90 MovieClip "ch" in Frame 145
onClipEvent (keyDown) { if (0 < this._x) { if (Key.isDown(37)) { this._x = this._x - 20; } } if (this._x < 400) { if (Key.isDown(39)) { this._x = this._x + 20; } } }
Instance of Symbol 141 MovieClip "santa" in Frame 145
onClipEvent (enterFrame) { }
Frame 150
gameLevel = gameLevel + 1; while (/:s < /:i) { removeMovieClip("/santa" + /:s); removeMovieClip("/devil" + /:s); Set("/:s", /:s + 1); } Set("/:t", 20); while (0 < /:t) { removeMovieClip("fire" + /:t); Set("/:t", /:t - 1); } Set("/:s", 0); Set("/:t", 0); Set("/:j", 0);
Frame 179
stopAllSounds();
Frame 180
stop(); while (/:s < /:i) { removeMovieClip("/santa" + /:s); removeMovieClip("/devil" + /:s); Set("/:s", /:s + 1); } Set("/:t", 20); while (0 < /:t) { removeMovieClip("fire" + /:t); Set("/:t", /:t - 1); } Set("/:s", 0); Set("/:t", 0); Set("/:j", 0); Set("/:gameLevel", 1);
Frame 182
stopAllSounds();
Frame 183
stop(); while (/:s < /:i) { removeMovieClip("/santa" + /:s); removeMovieClip("/devil" + /:s); Set("/:s", /:s + 1); } Set("/:t", 20); while (0 < /:t) { removeMovieClip("fire" + /:t); Set("/:t", /:t - 1); } Set("/:s", 0); Set("/:t", 0); Set("/:j", 0); Set("/:gameLevel", 1);
Symbol 69 Button
on (release) { gotoAndPlay (1); stopAllSounds(); }
Symbol 77 Button
on (release) { stopAllSounds(); gotoAndPlay (131); }
Symbol 90 MovieClip Frame 1
stop();
Symbol 90 MovieClip Frame 5
gotoAndStop (1);
Symbol 94 MovieClip Frame 1
Set("/:i", /:i + 1); if ((/:jumsu >= /:jumsu_limite) && (/:gameLevel < 3)) { tellTarget ("../") { gotoAndStop ("levelCheck"); }; } if ((/:jumsu >= /:jumsu_limite) && (/:gameLevel == 3)) { tellTarget ("../") { gotoAndPlay ("win"); }; } if (-100 >= /:jumsu) { tellTarget ("../") { gotoAndPlay ("lose"); }; } if (0 >= /:alive) { tellTarget ("../") { gotoAndPlay ("lose"); }; }
Symbol 94 MovieClip Frame 13
duplicateMovieClip ("/santa", "santa" add /:i, /:i); setProperty("/santa" add /:i, _x , Number(random(330) + 50)); setProperty("/santa" add /:i, _y , -30); if (/:gameLevel == 1) { Set("/:speed", 5); Set("/:xspeed", 4); } else if (/:gameLevel == 2) { Set("/:speed", 7); Set("/:xspeed", 2); } else if (/:gameLevel == 3) { Set("/:speed", 9); Set("/:xspeed", 2); } Set("/:i", /:i + 1); gotoAndPlay (1);
Symbol 141 MovieClip Frame 1
targetSelect = random(7) + 1; x_count = 0; if (targetSelect == 1) { gotoAndPlay (3); } else if (targetSelect == 2) { gotoAndPlay (9); } else if (targetSelect == 3) { gotoAndPlay (14); } else if (targetSelect == 4) { gotoAndPlay (19); } else if (targetSelect == 5) { gotoAndPlay (24); } else if (targetSelect == 6) { gotoAndPlay (29); } else if (targetSelect == 7) { gotoAndPlay (9); }
Symbol 141 MovieClip Frame 4
gift_yposition = _y; if (450 < gift_yposition) { gotoAndPlay (35); } if (this.hitTest(_root.fire1)) { gotoAndPlay (35); removeMovieClip(_root.fire1); Set("/:jumsu", /:jumsu - 5); } else if (this.hitTest(_root.fire2)) { gotoAndPlay (35); removeMovieClip(_root.fire2); Set("/:jumsu", /:jumsu - 5); } else if (this.hitTest(_root.fire3)) { gotoAndPlay (35); removeMovieClip(_root.fire3); Set("/:jumsu", /:jumsu - 5); } else if (this.hitTest(_root.fire4)) { gotoAndPlay (35); removeMovieClip(_root.fire4); Set("/:jumsu", /:jumsu - 5); } else if (this.hitTest(_root.fire5)) { gotoAndPlay (35); removeMovieClip(_root.fire5); Set("/:jumsu", /:jumsu - 5); } else if (this.hitTest(_root.fire6)) { gotoAndPlay (35); removeMovieClip(_root.fire6); Set("/:jumsu", /:jumsu - 5); } else if (this.hitTest(_root.fire7)) { gotoAndPlay (35); removeMovieClip(_root.fire7); Set("/:jumsu", /:jumsu - 5); } else if (this.hitTest(_root.fire8)) { gotoAndPlay (35); removeMovieClip(_root.fire8); Set("/:jumsu", /:jumsu - 5); } else if (this.hitTest(_root.fire9)) { gotoAndPlay (35); removeMovieClip(_root.fire9); Set("/:jumsu", /:jumsu - 5); } else if (this.hitTest(_root.fire10)) { gotoAndPlay (35); removeMovieClip(_root.fire10); Set("/:jumsu", /:jumsu - 5); } if (this.hitTest(_root.ch)) { Set("/:jumsu", /:jumsu - 5); tellTarget ("/sound") { gotoAndPlay (7); }; tellTarget ("/ch") { gotoAndPlay (2); }; gotoAndPlay (35); }
Symbol 141 MovieClip Frame 5
_y = (_y + /:speed); gotoAndPlay (4);
Symbol 141 MovieClip Frame 10
gift_yposition = _y; if (450 < gift_yposition) { gotoAndPlay (41); } if (60 < x_count) { x_count = 0; } if (this.hitTest(_root.fire1)) { gotoAndPlay (41); removeMovieClip(_root.fire1); Set("/:jumsu", /:jumsu + 10); tellTarget ("/sound") { gotoAndPlay (2); }; } else if (this.hitTest(_root.fire2)) { gotoAndPlay (41); removeMovieClip(_root.fire2); Set("/:jumsu", /:jumsu + 10); tellTarget ("/sound") { gotoAndPlay (2); }; } else if (this.hitTest(_root.fire3)) { gotoAndPlay (41); removeMovieClip(_root.fire3); Set("/:jumsu", /:jumsu + 10); tellTarget ("/sound") { gotoAndPlay (2); }; } else if (this.hitTest(_root.fire4)) { gotoAndPlay (41); removeMovieClip(_root.fire4); Set("/:jumsu", /:jumsu + 10); tellTarget ("/sound") { gotoAndPlay (2); }; } else if (this.hitTest(_root.fire5)) { gotoAndPlay (41); removeMovieClip(_root.fire5); Set("/:jumsu", /:jumsu + 10); tellTarget ("/sound") { gotoAndPlay (2); }; } else if (this.hitTest(_root.fire6)) { gotoAndPlay (41); removeMovieClip(_root.fire6); Set("/:jumsu", /:jumsu + 10); tellTarget ("/sound") { gotoAndPlay (2); }; } else if (this.hitTest(_root.fire7)) { gotoAndPlay (41); removeMovieClip(_root.fire7); Set("/:jumsu", /:jumsu + 10); tellTarget ("/sound") { gotoAndPlay (2); }; } else if (this.hitTest(_root.fire8)) { gotoAndPlay (41); removeMovieClip(_root.fire8); Set("/:jumsu", /:jumsu + 10); tellTarget ("/sound") { gotoAndPlay (2); }; } else if (this.hitTest(_root.fire9)) { gotoAndPlay (41); removeMovieClip(_root.fire9); Set("/:jumsu", /:jumsu + 10); tellTarget ("/sound") { gotoAndPlay (2); }; } else if (this.hitTest(_root.fire10)) { gotoAndPlay (41); removeMovieClip(_root.fire10); Set("/:jumsu", /:jumsu + 10); tellTarget ("/sound") { gotoAndPlay (2); }; } if (this.hitTest(_root.ch)) { Set("/:alive", /:alive - 1); tellTarget ("/sound") { gotoAndPlay (7); }; tellTarget ("/ch") { gotoAndPlay (2); }; gotoAndPlay (71); }
Symbol 141 MovieClip Frame 11
_y = (_y + /:speed); if (x_count < 20) { _x = (_x + /:xspeed); } else if (x_count < 40) { _x = (_x - /:xspeed); } x_count = x_count + 1; gotoAndPlay (10);
Symbol 141 MovieClip Frame 15
gift_yposition = _y; if (450 < gift_yposition) { gotoAndPlay (47); } if (this.hitTest(_root.fire1)) { gotoAndPlay (47); removeMovieClip(_root.fire1); Set("/:jumsu", /:jumsu - 5); } else if (this.hitTest(_root.fire2)) { gotoAndPlay (47); removeMovieClip(_root.fire2); Set("/:jumsu", /:jumsu - 5); } else if (this.hitTest(_root.fire3)) { gotoAndPlay (47); removeMovieClip(_root.fire3); Set("/:jumsu", /:jumsu - 5); } else if (this.hitTest(_root.fire4)) { gotoAndPlay (47); removeMovieClip(_root.fire4); Set("/:jumsu", /:jumsu - 5); } else if (this.hitTest(_root.fire5)) { gotoAndPlay (47); removeMovieClip(_root.fire5); Set("/:jumsu", /:jumsu - 5); } else if (this.hitTest(_root.fire6)) { gotoAndPlay (47); removeMovieClip(_root.fire6); Set("/:jumsu", /:jumsu - 5); } else if (this.hitTest(_root.fire7)) { gotoAndPlay (47); removeMovieClip(_root.fire7); Set("/:jumsu", /:jumsu - 5); } else if (this.hitTest(_root.fire8)) { gotoAndPlay (47); removeMovieClip(_root.fire8); Set("/:jumsu", /:jumsu - 5); } else if (this.hitTest(_root.fire9)) { gotoAndPlay (47); removeMovieClip(_root.fire9); Set("/:jumsu", /:jumsu - 5); } else if (this.hitTest(_root.fire10)) { gotoAndPlay (47); removeMovieClip(_root.fire10); Set("/:jumsu", /:jumsu - 5); } if (this.hitTest(_root.ch)) { Set("/:jumsu", /:jumsu - 5); tellTarget ("/sound") { gotoAndPlay (7); }; tellTarget ("/ch") { gotoAndPlay (2); }; gotoAndPlay (47); }
Symbol 141 MovieClip Frame 16
_y = (_y + /:speed); gotoAndPlay (15);
Symbol 141 MovieClip Frame 20
gift_yposition = _y; if (450 < gift_yposition) { gotoAndPlay (53); } if (this.hitTest(_root.fire1)) { gotoAndPlay (53); removeMovieClip(_root.fire1); Set("/:jumsu", /:jumsu - 5); } else if (this.hitTest(_root.fire2)) { gotoAndPlay (53); removeMovieClip(_root.fire2); Set("/:jumsu", /:jumsu - 5); } else if (this.hitTest(_root.fire3)) { gotoAndPlay (53); removeMovieClip(_root.fire3); Set("/:jumsu", /:jumsu - 5); } else if (this.hitTest(_root.fire4)) { gotoAndPlay (53); removeMovieClip(_root.fire4); Set("/:jumsu", /:jumsu - 5); } else if (this.hitTest(_root.fire5)) { gotoAndPlay (53); removeMovieClip(_root.fire5); Set("/:jumsu", /:jumsu - 5); } else if (this.hitTest(_root.fire6)) { gotoAndPlay (53); removeMovieClip(_root.fire6); Set("/:jumsu", /:jumsu - 5); } else if (this.hitTest(_root.fire7)) { gotoAndPlay (53); removeMovieClip(_root.fire7); Set("/:jumsu", /:jumsu - 5); } else if (this.hitTest(_root.fire8)) { gotoAndPlay (53); removeMovieClip(_root.fire8); Set("/:jumsu", /:jumsu - 5); } else if (this.hitTest(_root.fire9)) { gotoAndPlay (53); removeMovieClip(_root.fire9); Set("/:jumsu", /:jumsu - 5); } else if (this.hitTest(_root.fire10)) { gotoAndPlay (53); removeMovieClip(_root.fire10); Set("/:jumsu", /:jumsu - 5); } if (this.hitTest(_root.ch)) { Set("/:jumsu", /:jumsu - 5); tellTarget ("/sound") { gotoAndPlay (7); }; tellTarget ("/ch") { gotoAndPlay (2); }; gotoAndPlay (53); }
Symbol 141 MovieClip Frame 21
_y = (_y + /:speed); gotoAndPlay (20);
Symbol 141 MovieClip Frame 25
gift_yposition = _y; if (450 < gift_yposition) { gotoAndPlay (59); } if (this.hitTest(_root.fire1)) { gotoAndPlay (59); removeMovieClip(_root.fire1); Set("/:jumsu", /:jumsu - 5); } else if (this.hitTest(_root.fire2)) { gotoAndPlay (59); removeMovieClip(_root.fire2); Set("/:jumsu", /:jumsu - 5); } else if (this.hitTest(_root.fire3)) { gotoAndPlay (59); removeMovieClip(_root.fire3); Set("/:jumsu", /:jumsu - 5); } else if (this.hitTest(_root.fire4)) { gotoAndPlay (59); removeMovieClip(_root.fire4); Set("/:jumsu", /:jumsu - 5); } else if (this.hitTest(_root.fire5)) { gotoAndPlay (59); removeMovieClip(_root.fire5); Set("/:jumsu", /:jumsu - 5); } else if (this.hitTest(_root.fire6)) { gotoAndPlay (59); removeMovieClip(_root.fire6); Set("/:jumsu", /:jumsu - 5); } else if (this.hitTest(_root.fire7)) { gotoAndPlay (59); removeMovieClip(_root.fire7); Set("/:jumsu", /:jumsu - 5); } else if (this.hitTest(_root.fire8)) { gotoAndPlay (59); removeMovieClip(_root.fire8); Set("/:jumsu", /:jumsu - 5); } else if (this.hitTest(_root.fire9)) { gotoAndPlay (59); removeMovieClip(_root.fire9); Set("/:jumsu", /:jumsu - 5); } else if (this.hitTest(_root.fire10)) { gotoAndPlay (59); removeMovieClip(_root.fire10); Set("/:jumsu", /:jumsu - 5); } if (this.hitTest(_root.ch)) { Set("/:jumsu", /:jumsu - 5); tellTarget ("/sound") { gotoAndPlay (7); }; tellTarget ("/ch") { gotoAndPlay (2); }; gotoAndPlay (59); }
Symbol 141 MovieClip Frame 26
_y = (_y + /:speed); gotoAndPlay (25);
Symbol 141 MovieClip Frame 30
gift_yposition = _y; if (450 < gift_yposition) { gotoAndPlay (65); } if (this.hitTest(_root.fire1)) { gotoAndPlay (65); removeMovieClip(_root.fire1); Set("/:jumsu", /:jumsu - 5); } else if (this.hitTest(_root.fire2)) { gotoAndPlay (65); removeMovieClip(_root.fire2); Set("/:jumsu", /:jumsu - 5); } else if (this.hitTest(_root.fire3)) { gotoAndPlay (65); removeMovieClip(_root.fire3); Set("/:jumsu", /:jumsu - 5); } else if (this.hitTest(_root.fire4)) { gotoAndPlay (65); removeMovieClip(_root.fire4); Set("/:jumsu", /:jumsu - 5); } else if (this.hitTest(_root.fire5)) { gotoAndPlay (65); removeMovieClip(_root.fire5); Set("/:jumsu", /:jumsu - 5); } else if (this.hitTest(_root.fire6)) { gotoAndPlay (65); removeMovieClip(_root.fire6); Set("/:jumsu", /:jumsu - 5); } else if (this.hitTest(_root.fire7)) { gotoAndPlay (65); removeMovieClip(_root.fire7); Set("/:jumsu", /:jumsu - 5); } else if (this.hitTest(_root.fire8)) { gotoAndPlay (65); removeMovieClip(_root.fire8); Set("/:jumsu", /:jumsu - 5); } else if (this.hitTest(_root.fire9)) { gotoAndPlay (65); removeMovieClip(_root.fire9); Set("/:jumsu", /:jumsu - 5); } else if (this.hitTest(_root.fire10)) { gotoAndPlay (65); removeMovieClip(_root.fire10); Set("/:jumsu", /:jumsu - 5); } if (this.hitTest(_root.ch)) { Set("/:jumsu", /:jumsu - 5); tellTarget ("/sound") { gotoAndPlay (7); }; tellTarget ("/ch") { gotoAndPlay (2); }; gotoAndPlay (65); }
Symbol 141 MovieClip Frame 31
_y = (_y + /:speed); gotoAndPlay (30);
Symbol 141 MovieClip Frame 40
removeMovieClip("");
Symbol 141 MovieClip Frame 46
removeMovieClip("");
Symbol 141 MovieClip Frame 52
removeMovieClip("");
Symbol 141 MovieClip Frame 58
removeMovieClip("");
Symbol 141 MovieClip Frame 64
removeMovieClip("");
Symbol 141 MovieClip Frame 70
removeMovieClip("");
Symbol 141 MovieClip Frame 76
removeMovieClip("");
Symbol 144 MovieClip Frame 1
Symbol 144 MovieClip Frame 30
Symbol 147 MovieClip Frame 15
if (60 < /:timer) { tellTarget ("../") { gotoAndPlay ("lose"); }; } else { Set("/:timer", /:timer + 1); }
Symbol 151 MovieClip Frame 1
stop();
Symbol 151 MovieClip Frame 6
stop();
Symbol 151 MovieClip Frame 11
gotoAndStop (1);
Symbol 154 MovieClip Frame 1
if ((this._visible = true)) { play(); } else { stop(); }
Symbol 154 MovieClip Frame 3
pos_y = _y; if (0 < pos_y) { _y = (pos_y - 10); } else { removeMovieClip(""); } play();
Symbol 154 MovieClip Frame 4
gotoAndPlay (3);
Symbol 171 MovieClip Frame 4
devil_yposition = _y; if (260 < devil_yposition) { gotoAndStop (6); } if (this.hitTest(_root.fire1)) { trace("fire1"); gotoAndStop (6); removeMovieClip(_root.fire1); Set("/:jumsu", /:jumsu - 1); } else if (this.hitTest(_root.fire2)) { trace("fire2"); gotoAndStop (6); removeMovieClip(_root.fire2); Set("/:jumsu", /:jumsu - 1); } else if (this.hitTest(_root.fire3)) { trace("fire3"); gotoAndStop (6); removeMovieClip(_root.fire3); Set("/:jumsu", /:jumsu - 1); } else if (this.hitTest(_root.fire4)) { trace("fire4"); gotoAndStop (6); removeMovieClip(_root.fire4); Set("/:jumsu", /:jumsu - 1); } else if (this.hitTest(_root.fire5)) { trace("fire5"); gotoAndStop (6); removeMovieClip(_root.fire5); Set("/:jumsu", /:jumsu - 1); } else if (this.hitTest(_root.fire6)) { trace("fire6"); gotoAndStop (6); removeMovieClip(_root.fire6); Set("/:jumsu", /:jumsu - 1); } else if (this.hitTest(_root.fire7)) { trace("fire7"); gotoAndStop (6); removeMovieClip(_root.fire7); Set("/:jumsu", /:jumsu - 1); } else if (this.hitTest(_root.fire8)) { trace("fire8"); gotoAndStop (6); removeMovieClip(_root.fire8); Set("/:jumsu", /:jumsu - 1); } else if (this.hitTest(_root.fire9)) { trace("fire9"); gotoAndStop (6); removeMovieClip(_root.fire9); Set("/:jumsu", /:jumsu - 1); } else if (this.hitTest(_root.fire10)) { trace("fire10"); gotoAndStop (6); removeMovieClip(_root.fire10); Set("/:jumsu", /:jumsu - 1); } if (this.hitTest(_root.ch)) { Set("/:alive", /:alive - 1); tellTarget ("/sound") { gotoAndPlay (7); }; gotoAndStop (6); }
Symbol 171 MovieClip Frame 5
_y = (_y + /:speed); gotoAndPlay (4);
Symbol 171 MovieClip Frame 6
removeMovieClip("");
Symbol 178 Button
on (release) { gotoAndPlay (139); stopAllSounds(); }
Symbol 237 MovieClip Frame 130
stop();
Symbol 238 Button
on (release) { gotoAndPlay (139); }
Symbol 285 MovieClip Frame 1
loadVariables ("http://www.ibravo.com/Web/Game/Popup/UpdatePoint.aspx?corn=10", this, "POST");
Symbol 285 MovieClip Frame 26
stop();

Library Items

Symbol 1 GraphicUsed by:Timeline
Symbol 2 GraphicUsed by:Timeline
Symbol 3 GraphicUsed by:Timeline
Symbol 4 GraphicUsed by:8
Symbol 5 GraphicUsed by:8
Symbol 6 GraphicUsed by:8
Symbol 7 GraphicUsed by:8
Symbol 8 MovieClipUses:4 5 6 7Used by:15 140  Timeline
Symbol 9 GraphicUsed by:15
Symbol 10 GraphicUsed by:15
Symbol 11 GraphicUsed by:15
Symbol 12 GraphicUsed by:15
Symbol 13 GraphicUsed by:15
Symbol 14 GraphicUsed by:15
Symbol 15 MovieClipUses:8 9 10 11 12 13 14Used by:Timeline
Symbol 16 GraphicUsed by:Timeline
Symbol 17 GraphicUsed by:18
Symbol 18 MovieClipUses:17Used by:Timeline
Symbol 19 BitmapUsed by:20
Symbol 20 GraphicUses:19Used by:Timeline
Symbol 21 GraphicUsed by:24
Symbol 22 GraphicUsed by:24 257 284
Symbol 23 GraphicUsed by:24
Symbol 24 MovieClipUses:21 22 23Used by:90  Timeline
Symbol 25 GraphicUsed by:Timeline
Symbol 26 GraphicUsed by:Timeline
Symbol 27 GraphicUsed by:237 285  Timeline
Symbol 28 GraphicUsed by:237 285  Timeline
Symbol 29 GraphicUsed by:35
Symbol 30 GraphicUsed by:32
Symbol 31 GraphicUsed by:32
Symbol 32 MovieClipUses:30 31Used by:35 41
Symbol 33 GraphicUsed by:35
Symbol 34 GraphicUsed by:35
Symbol 35 MovieClipUses:29 32 33 34Used by:Timeline
Symbol 36 GraphicUsed by:37
Symbol 37 MovieClipUses:36Used by:Timeline
Symbol 38 SoundUsed by:Timeline
Symbol 39 GraphicUsed by:41
Symbol 40 GraphicUsed by:41
Symbol 41 MovieClipUses:39 32 40Used by:Timeline
Symbol 42 GraphicUsed by:50
Symbol 43 GraphicUsed by:50
Symbol 44 GraphicUsed by:50
Symbol 45 GraphicUsed by:50
Symbol 46 GraphicUsed by:50
Symbol 47 GraphicUsed by:50
Symbol 48 GraphicUsed by:50
Symbol 49 GraphicUsed by:50
Symbol 50 MovieClipUses:42 43 44 45 46 47 48 49Used by:51
Symbol 51 MovieClipUses:50Used by:Timeline
Symbol 52 GraphicUsed by:Timeline
Symbol 53 SoundUsed by:Timeline
Symbol 54 BitmapUsed by:55
Symbol 55 GraphicUses:54Used by:Timeline
Symbol 56 GraphicUsed by:58
Symbol 57 GraphicUsed by:58
Symbol 58 MovieClipUses:56 57Used by:Timeline
Symbol 59 BitmapUsed by:60
Symbol 60 GraphicUses:59Used by:Timeline
Symbol 61 GraphicUsed by:63
Symbol 62 GraphicUsed by:63
Symbol 63 MovieClipUses:61 62Used by:Timeline
Symbol 64 GraphicUsed by:Timeline
Symbol 65 GraphicUsed by:Timeline
Symbol 66 GraphicUsed by:67 69 77
Symbol 67 MovieClipUses:66Used by:69 77
Symbol 68 SoundUsed by:69 77
Symbol 69 ButtonUses:66 67 68Used by:Timeline
Symbol 70 GraphicUsed by:71
Symbol 71 MovieClipUses:70Used by:154  Timeline
Symbol 72 GraphicUsed by:Timeline
Symbol 73 GraphicUsed by:Timeline
Symbol 74 GraphicUsed by:Timeline
Symbol 75 GraphicUsed by:Timeline
Symbol 76 GraphicUsed by:Timeline
Symbol 77 ButtonUses:66 67 68Used by:Timeline
Symbol 78 GraphicUsed by:Timeline
Symbol 79 GraphicUsed by:Timeline
Symbol 80 GraphicUsed by:Timeline
Symbol 81 GraphicUsed by:Timeline
Symbol 82 GraphicUsed by:Timeline
Symbol 83 GraphicUsed by:Timeline
Symbol 84 GraphicUsed by:Timeline
Symbol 85 GraphicUsed by:89
Symbol 86 GraphicUsed by:89
Symbol 87 GraphicUsed by:89
Symbol 88 GraphicUsed by:89
Symbol 89 MovieClipUses:85 86 87 88Used by:90
Symbol 90 MovieClipUses:89 24Used by:Timeline
Symbol 91 GraphicUsed by:94
Symbol 92 FontUsed by:93 143 146
Symbol 93 TextUses:92Used by:94
Symbol 94 MovieClipUses:91 93Used by:Timeline
Symbol 95 GraphicUsed by:99
Symbol 96 GraphicUsed by:99
Symbol 97 GraphicUsed by:99
Symbol 98 GraphicUsed by:99
Symbol 99 MovieClipUses:95 96 97 98Used by:141
Symbol 100 GraphicUsed by:141
Symbol 101 GraphicUsed by:103
Symbol 102 GraphicUsed by:103
Symbol 103 MovieClipUses:101 102Used by:141 171
Symbol 104 GraphicUsed by:108
Symbol 105 GraphicUsed by:108
Symbol 106 GraphicUsed by:108
Symbol 107 GraphicUsed by:108
Symbol 108 MovieClipUses:104 105 106 107Used by:141
Symbol 109 GraphicUsed by:113
Symbol 110 GraphicUsed by:113
Symbol 111 GraphicUsed by:113
Symbol 112 GraphicUsed by:113
Symbol 113 MovieClipUses:109 110 111 112Used by:141
Symbol 114 GraphicUsed by:118
Symbol 115 GraphicUsed by:118
Symbol 116 GraphicUsed by:118
Symbol 117 GraphicUsed by:118
Symbol 118 MovieClipUses:114 115 116 117Used by:141
Symbol 119 GraphicUsed by:123
Symbol 120 GraphicUsed by:123
Symbol 121 GraphicUsed by:123
Symbol 122 GraphicUsed by:123
Symbol 123 MovieClipUses:119 120 121 122Used by:141
Symbol 124 GraphicUsed by:126
Symbol 125 GraphicUsed by:126 131
Symbol 126 MovieClipUses:124 125Used by:141
Symbol 127 GraphicUsed by:129 174 178 238
Symbol 128 GraphicUsed by:129 133 135 137 178 238
Symbol 129 MovieClipUses:127 128Used by:141 174
Symbol 130 GraphicUsed by:131
Symbol 131 MovieClipUses:130 125Used by:141
Symbol 132 GraphicUsed by:133
Symbol 133 MovieClipUses:132 128Used by:141
Symbol 134 GraphicUsed by:135
Symbol 135 MovieClipUses:134 128Used by:141
Symbol 136 GraphicUsed by:137
Symbol 137 MovieClipUses:136 128Used by:141
Symbol 138 GraphicUsed by:140
Symbol 139 GraphicUsed by:140
Symbol 140 MovieClipUses:8 138 139Used by:141
Symbol 141 MovieClipUses:99 100 103 108 113 118 123 126 129 131 133 135 137 140Used by:Timeline
Symbol 142 GraphicUsed by:144
Symbol 143 EditableTextUses:92Used by:144
Symbol 144 MovieClipUses:142 143Used by:Timeline
Symbol 145 GraphicUsed by:147
Symbol 146 TextUses:92Used by:147
Symbol 147 MovieClipUses:145 146Used by:Timeline
Symbol 148 GraphicUsed by:151
Symbol 149 SoundUsed by:151
Symbol 150 SoundUsed by:151
Symbol 151 MovieClipUses:148 149 150Used by:Timeline
Symbol 152 FontUsed by:153 157 166 168
Symbol 153 EditableTextUses:152Used by:Timeline
Symbol 154 MovieClipUses:71Used by:Timeline
Symbol 155 FontUsed by:156 158 159 160 161 162
Symbol 156 EditableTextUses:155Used by:Timeline
Symbol 157 EditableTextUses:152Used by:Timeline
Symbol 158 EditableTextUses:155Used by:Timeline
Symbol 159 EditableTextUses:155Used by:Timeline
Symbol 160 EditableTextUses:155Used by:Timeline
Symbol 161 EditableTextUses:155Used by:Timeline
Symbol 162 EditableTextUses:155Used by:Timeline
Symbol 163 FontUsed by:164 172
Symbol 164 EditableTextUses:163Used by:Timeline
Symbol 165 GraphicUsed by:Timeline
Symbol 166 EditableTextUses:152Used by:Timeline
Symbol 167 GraphicUsed by:Timeline
Symbol 168 EditableTextUses:152Used by:Timeline
Symbol 169 GraphicUsed by:Timeline
Symbol 170 SoundUsed by:Timeline
Symbol 171 MovieClipUses:103Used by:Timeline
Symbol 172 EditableTextUses:163Used by:Timeline
Symbol 173 GraphicUsed by:175 178 238
Symbol 174 MovieClipUses:129 127Used by:178 238
Symbol 175 MovieClipUses:173Used by:178 238
Symbol 176 GraphicUsed by:178 238
Symbol 177 SoundUsed by:178 238
Symbol 178 ButtonUses:127 173 174 175 176 128 177Used by:Timeline
Symbol 179 GraphicUsed by:Timeline
Symbol 180 BitmapUsed by:181 182
Symbol 181 GraphicUses:180Used by:183
Symbol 182 GraphicUses:180Used by:183
Symbol 183 MovieClipUses:181 182Used by:237
Symbol 184 BitmapUsed by:185
Symbol 185 GraphicUses:184Used by:187
Symbol 186 GraphicUsed by:187
Symbol 187 MovieClipUses:185 186Used by:237
Symbol 188 BitmapUsed by:189
Symbol 189 GraphicUses:188Used by:190
Symbol 190 MovieClipUses:189Used by:237
Symbol 191 SoundUsed by:237
Symbol 192 SoundUsed by:237
Symbol 193 GraphicUsed by:237
Symbol 194 BitmapUsed by:195
Symbol 195 GraphicUses:194Used by:237
Symbol 196 GraphicUsed by:197
Symbol 197 MovieClipUses:196Used by:237
Symbol 198 BitmapUsed by:199 206
Symbol 199 GraphicUses:198Used by:237
Symbol 200 BitmapUsed by:201 202
Symbol 201 GraphicUses:200Used by:203
Symbol 202 GraphicUses:200Used by:203
Symbol 203 MovieClipUses:201 202Used by:237
Symbol 204 GraphicUsed by:205
Symbol 205 MovieClipUses:204Used by:237
Symbol 206 GraphicUses:198Used by:237
Symbol 207 BitmapUsed by:208 209
Symbol 208 GraphicUses:207Used by:210
Symbol 209 GraphicUses:207Used by:210
Symbol 210 MovieClipUses:208 209Used by:237
Symbol 211 BitmapUsed by:212
Symbol 212 GraphicUses:211Used by:213
Symbol 213 MovieClipUses:212Used by:237
Symbol 214 BitmapUsed by:215
Symbol 215 GraphicUses:214Used by:216
Symbol 216 MovieClipUses:215Used by:237
Symbol 217 BitmapUsed by:218
Symbol 218 GraphicUses:217Used by:219
Symbol 219 MovieClipUses:218Used by:237
Symbol 220 SoundUsed by:237
Symbol 221 GraphicUsed by:237
Symbol 222 GraphicUsed by:224
Symbol 223 GraphicUsed by:224
Symbol 224 MovieClipUses:222 223Used by:237
Symbol 225 GraphicUsed by:237
Symbol 226 GraphicUsed by:228
Symbol 227 GraphicUsed by:228
Symbol 228 MovieClipUses:226 227Used by:237
Symbol 229 GraphicUsed by:235
Symbol 230 GraphicUsed by:235
Symbol 231 GraphicUsed by:232
Symbol 232 MovieClipUses:231Used by:235
Symbol 233 GraphicUsed by:234
Symbol 234 MovieClipUses:233Used by:235
Symbol 235 MovieClipUses:229 230 232 234Used by:237
Symbol 236 SoundUsed by:237
Symbol 237 MovieClipUses:183 187 190 191 192 193 195 197 199 203 205 206 210 213 216 219 220 27 28 221 224 225 228 235 236Used by:Timeline
Symbol 238 ButtonUses:127 173 174 175 176 128 177Used by:Timeline
Symbol 239 GraphicUsed by:285
Symbol 240 GraphicUsed by:241 244 246 248 250
Symbol 241 MovieClipUses:240Used by:242 243
Symbol 242 MovieClipUses:241Used by:285
Symbol 243 MovieClipUses:241Used by:285
Symbol 244 MovieClipUses:240Used by:245
Symbol 245 MovieClipUses:244Used by:285
Symbol 246 MovieClipUses:240Used by:247
Symbol 247 MovieClipUses:246Used by:285
Symbol 248 MovieClipUses:240Used by:249
Symbol 249 MovieClipUses:248Used by:285
Symbol 250 MovieClipUses:240Used by:251
Symbol 251 MovieClipUses:250Used by:285
Symbol 252 GraphicUsed by:257
Symbol 253 GraphicUsed by:256
Symbol 254 GraphicUsed by:256
Symbol 255 GraphicUsed by:256
Symbol 256 MovieClipUses:253 254 255Used by:257
Symbol 257 MovieClipUses:252 22 256Used by:285
Symbol 258 GraphicUsed by:262
Symbol 259 FontUsed by:261
Symbol 260 FontUsed by:261
Symbol 261 TextUses:259 260Used by:262
Symbol 262 MovieClipUses:258 261Used by:285
Symbol 263 SoundUsed by:285
Symbol 264 GraphicUsed by:284
Symbol 265 GraphicUsed by:284
Symbol 266 GraphicUsed by:284
Symbol 267 GraphicUsed by:284
Symbol 268 GraphicUsed by:284
Symbol 269 GraphicUsed by:284
Symbol 270 GraphicUsed by:284
Symbol 271 GraphicUsed by:284
Symbol 272 GraphicUsed by:284
Symbol 273 GraphicUsed by:284
Symbol 274 GraphicUsed by:284
Symbol 275 GraphicUsed by:284
Symbol 276 GraphicUsed by:284
Symbol 277 GraphicUsed by:284
Symbol 278 GraphicUsed by:284
Symbol 279 GraphicUsed by:284
Symbol 280 GraphicUsed by:284
Symbol 281 GraphicUsed by:284
Symbol 282 GraphicUsed by:284
Symbol 283 GraphicUsed by:284
Symbol 284 MovieClipUses:264 22 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283Used by:285
Symbol 285 MovieClipUses:239 242 243 245 247 249 251 257 262 263 27 28 284 SS2Used by:Timeline
Streaming Sound 1Used by:Timeline
Streaming Sound 2Used by:Symbol 285 MovieClip

Instance Names

"ch"Frame 131Symbol 90 MovieClip
"santa"Frame 140Symbol 141 MovieClip
"sound"Frame 140Symbol 151 MovieClip
"fire"Frame 140Symbol 154 MovieClip
"ch"Frame 140Symbol 90 MovieClip
"ch"Frame 145Symbol 90 MovieClip
"santa"Frame 145Symbol 141 MovieClip
"devil"Frame 145Symbol 171 MovieClip
"sound"Frame 145Symbol 151 MovieClip

Labels

"levelCheck"Frame 150
"lose"Frame 179
"win"Frame 182
"kill"Symbol 141 MovieClip Frame 35
"kill2"Symbol 141 MovieClip Frame 41
"kill3"Symbol 141 MovieClip Frame 47
"kill4"Symbol 141 MovieClip Frame 53
"kill5"Symbol 141 MovieClip Frame 59
"kill6"Symbol 141 MovieClip Frame 65
"kill7"Symbol 141 MovieClip Frame 71

Dynamic Text Variables

TextField6Symbol 143 EditableText"nogift"
timerSymbol 153 EditableText""
firecountSymbol 156 EditableText""
iSymbol 158 EditableText""
jSymbol 160 EditableText""
missileSymbol 162 EditableText""
gameLevelSymbol 164 EditableText""
aliveSymbol 166 EditableText""
jumsuSymbol 168 EditableText""
gameLevelSymbol 172 EditableText""




http://swfchan.com/6/25841/info.shtml
Created: 23/5 -2019 07:46:55 Last modified: 23/5 -2019 07:46:55 Server time: 21/05 -2024 02:23:32