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

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

Santa2banner.swf

This is the info page for
Flash #5529

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


Text
madness

rooftop

Santa Claus

featuring

hosted
sponsored
designed & programmed

hosted     sponsored     designed

MERRY CHRISTMAS!

game loading

game loading.

game loading..

game loading...

instructions

instructions

instructions

Use the cursor keys to guide Santa's sleigh around.

Press Space to drop presents.
You can only drop a present when it appears on the back of Santa's sleigh.
Aim presents down the chimneys to gain points, small chimneys are worth more.
There may be a chimney fire or two as well - best avoided.
Beware of the robin.
Also be careful of the disgruntled ex-employee Elf and his flying christmas puds.
The level finishes when either the blue bar or red bar
at the top of the screen is full. Or you lose all your lives...

CLOSE

X

v2.070128

v2.191020

start

game loaded

random robin

random elf

xshifter

Happy Kids

Unhappy Kids

Santa Lives

Your Score

keep scores

GAME OVER

Play again?

GAME OVER

keep scores

Level 2

checking scores...

Sorry, your score of
is not enough to get
on the high score table.

View high scores

4

Please enter your name

CONGRATULATIONS
you've made it onto the high score table

ActionScript [AS1/AS2]

Frame 1
play();
Frame 17
play();
Frame 25
ifFrameLoaded (37) { gotoAndPlay (31); }
Instance of Symbol 77 MovieClip in Frame 27
onClipEvent (enterFrame) { newY = getProperty(this, _y) + 4; setProperty(this, _y , newY); if (600 < this._y) { setProperty(this, _y , -100); } }
Instance of Symbol 78 MovieClip in Frame 27
onClipEvent (enterFrame) { newY = getProperty(this, _y) + 2; setProperty(this, _y , newY); if (600 < this._y) { setProperty(this, _y , -200); } }
Instance of Symbol 79 MovieClip in Frame 27
onClipEvent (enterFrame) { newY = getProperty(this, _y) + 4; setProperty(this, _y , newY); if (600 < this._y) { setProperty(this, _y , -10); } }
Instance of Symbol 80 MovieClip in Frame 27
onClipEvent (enterFrame) { newY = getProperty(this, _y) + 3; setProperty(this, _y , newY); if (600 < this._y) { setProperty(this, _y , -100); } }
Instance of Symbol 81 MovieClip in Frame 27
onClipEvent (enterFrame) { newY = getProperty(this, _y) + 4; setProperty(this, _y , newY); if (600 < this._y) { setProperty(this, _y , -300); } }
Frame 30
gotoAndPlay (17);
Frame 31
stop();
Frame 32
_level0.sLives = 3; _level0.gameid = 3; _level0.cScore = 0; _level0.santaLevel = 1; _level0.happyKids = 0; _level0.unhappyKids = 0; _level0.xshift = 0;
Instance of Symbol 93 MovieClip in Frame 32
onClipEvent (enterFrame) { setProperty(this, _x , (this._x - 2) - (_level0.xshift / 4)); if (this._x < -800) { setProperty(this, _x , 800); } }
Instance of Symbol 93 MovieClip in Frame 32
onClipEvent (enterFrame) { setProperty(this, _x , (this._x - 2) - (_level0.xshift / 4)); if (this._x < -800) { setProperty(this, _x , 800); } }
Instance of Symbol 117 MovieClip "santa" in Frame 32
onClipEvent (enterFrame) { if (750 < this._x) { _level0.xshift = 6; setProperty(this, _x , 745); } else if ((this._x < 50) && (-200 < this._x)) { setProperty(this, _x , 55); } else { _level0.xshift = 0; } if (420 < this._y) { setProperty(this, _y , 415); } if (this._y < 30) { setProperty(this, _y , 35); } } onClipEvent (enterFrame) { if (Key.isDown(Key.SPACE) && (_root.Santa.pCounter.pCounter == 1)) { bombNo = bombNo + 1; if (20 < bombNo) { bombNo = 1; } duplicateMovieClip ("_root.shipbomb", "shipbomb" + bombNo, bombNo); with (_root.Santa.pCounter) { gotoAndPlay(1); } } if (Key.isDown(Key.RIGHT)) { setProperty(this, _x , this._x + 15); tellTarget ("_level0.santa.tail") { gotoAndPlay ("turbo"); tellTarget ("_level0.Santa.nick") { gotoAndPlay ("fast"); }; }; } else if (Key.isDown(Key.LEFT)) { setProperty(this, _x , this._x - 15); tellTarget ("_level0.santa.nose") { gotoAndPlay ("brake"); tellTarget ("_level0.Santa.nick") { gotoAndPlay ("slow"); }; }; } if (Key.isDown(Key.UP)) { setProperty(this, _y , this._y - 15); tellTarget ("_level0.santa.tail") { gotoAndPlay ("up"); tellTarget ("_level0.Santa.nick") { gotoAndPlay ("rise"); }; }; } else if (Key.isDown(Key.DOWN)) { setProperty(this, _y , this._y + 15); tellTarget ("_level0.santa.tail") { gotoAndPlay ("down"); tellTarget ("_level0.Santa.nick") { gotoAndPlay ("fall"); }; }; } }
Instance of Symbol 123 MovieClip "shipbomb" in Frame 32
onClipEvent (enterFrame) { if (500 < this._y) { _level0.unhappyKids = _level0.unhappyKids + 1; removeMovieClip(this); } if (this.hitTest(_level0.cPot1) && (presentDropped == 1)) { _level0.cScore = _level0.cScore + 1; } if (this.hitTest(_level0.cPot2) && (presentDropped == 1)) { _level0.cScore = _level0.cScore + 3; } if ((this.hitTest(_level0.cPot1) or this.hitTest(_level0.cPot2)) && (presentDropped == 1)) { _level0.happyKids = _level0.happyKids + 1; removeMovieClip(this); } }
Instance of Symbol 124 MovieClip "chimney1" in Frame 32
onClipEvent (enterFrame) { if (this.hitTest(_level0.santa)) { setProperty("_level0.santaCrash", _x , _level0.santa._x); setProperty("_level0.santaCrash", _y , _level0.santa._y - 20); tellTarget ("_level0.santaCrash") { play(); }; setProperty("_root.santa", _visible , false); setProperty(_level0.santa, _y , -1000); setProperty(_level0.santa, _x , -1000); tellTarget ("_level0.Santa.sleigh") { play(); }; } }
Instance of Symbol 125 MovieClip "cPot1" in Frame 32
onClipEvent (enterFrame) { setProperty(this, _x , (this._x - 8) - _level0.xshift); setProperty(_root.chimney1, _x , this._x); if (this._x < 0) { setProperty(this, _x , 900); setProperty(_root.chimney1, _x , 900); } if (this.hitTest(_level0.santa)) { setProperty("_level0.santaCrash", _x , _level0.santa._x); setProperty("_level0.santaCrash", _y , _level0.santa._y - 20); tellTarget ("_level0.santaCrash") { play(); }; setProperty("_root.santa", _visible , false); setProperty(_level0.santa, _y , -1000); setProperty(_level0.santa, _x , -1000); tellTarget ("_level0.Santa.sleigh") { play(); }; } }
Instance of Symbol 124 MovieClip "chimney2" in Frame 32
onClipEvent (enterFrame) { if (this.hitTest(_level0.santa)) { setProperty("_level0.santaCrash", _x , _level0.santa._x); setProperty("_level0.santaCrash", _y , _level0.santa._y - 20); tellTarget ("_level0.santaCrash") { play(); }; setProperty("_root.santa", _visible , false); setProperty(_level0.santa, _y , -1000); setProperty(_level0.santa, _x , -1000); tellTarget ("_level0.Santa.sleigh") { play(); }; } }
Instance of Symbol 126 MovieClip "cPot2" in Frame 32
onClipEvent (enterFrame) { setProperty(this, _x , (this._x - 8) - _level0.xshift); setProperty(_root.chimney2, _x , this._x); if (this._x < -80) { setProperty(this, _x , 1200); setProperty(_root.chimney1, _x , 1200); } if (this.hitTest(_level0.santa)) { setProperty("_level0.santaCrash", _x , _level0.santa._x); setProperty("_level0.santaCrash", _y , _level0.santa._y - 20); tellTarget ("_level0.santaCrash") { play(); }; setProperty("_root.santa", _visible , false); setProperty(_level0.santa, _y , -1000); setProperty(_level0.santa, _x , -1000); tellTarget ("_level0.Santa.sleigh") { play(); }; } }
Instance of Symbol 131 MovieClip "fire" in Frame 32
onClipEvent (load) { fScale = 20; } onClipEvent (enterFrame) { if (this.hitTest(_level0.santa)) { tellTarget ("_level0.Santa.sleigh") { play(); }; setProperty("_level0.santa", _y , _level0.santa._y - 10); } setProperty(this, _yscale , fScale); if (20 >= fScale) { fPlus = 10; } else if (fScale >= 120) { fPlus = -10; } fScale = fScale + fPlus; }
Instance of Symbol 124 MovieClip "chimney3" in Frame 32
onClipEvent (enterFrame) { if (this.hitTest(_level0.santa)) { setProperty("_level0.santaCrash", _x , _level0.santa._x); setProperty("_level0.santaCrash", _y , _level0.santa._y - 20); tellTarget ("_level0.santaCrash") { play(); }; setProperty("_root.santa", _visible , false); setProperty(_level0.santa, _y , -1000); setProperty(_level0.santa, _x , -1000); tellTarget ("_level0.Santa.sleigh") { play(); }; } }
Instance of Symbol 132 MovieClip "cPot3" in Frame 32
onClipEvent (enterFrame) { setProperty(this, _x , (this._x - 8) - _level0.xshift); setProperty(_root.chimney3, _x , this._x); setProperty(_root.fire, _x , this._x); if (this._x < -200) { setProperty(this, _x , 1600); setProperty(_root.chimney1, _x , 1600); } if (this.hitTest(_level0.santa)) { setProperty("_level0.santaCrash", _x , _level0.santa._x); setProperty("_level0.santaCrash", _y , _level0.santa._y - 20); tellTarget ("_level0.santaCrash") { play(); }; setProperty("_root.santa", _visible , false); setProperty(_level0.santa, _y , -1000); setProperty(_level0.santa, _x , -1000); tellTarget ("_level0.Santa.sleigh") { play(); }; } }
Instance of Symbol 134 MovieClip "Pudding" in Frame 32
onClipEvent (enterFrame) { if (_level0.elfFire == 1) { movePudX = -((this._x - _level0.santa._x) / 20); movePudY = -((this._y - _level0.santa._y) / 20); _level0.elfFire = 0; } setProperty(this, _x , this._x + movePudX); setProperty(this, _y , this._y + movePudY); if ((((this._x < 20) or (820 < this._x)) or (this._y < -20)) or (570 < this._y)) { _level0.elfFire = 0; setProperty(this, _x , -100); setProperty(this, _y , -100); } if (this.hitTest(_level0.santa)) { setProperty("_root.pudding", _x , this._x - 5); setProperty("_level0.santaCrash", _x , _level0.santa._x); setProperty("_level0.santaCrash", _y , _level0.santa._y - 20); tellTarget ("_level0.santaCrash") { play(); }; setProperty("_root.santa", _visible , false); setProperty(_level0.santa, _y , 100); setProperty(_level0.santa, _x , -1000); tellTarget ("_level0.Santa.sleigh") { play(); }; _level0.elfFire = 0; } }
Instance of Symbol 150 MovieClip "robin" in Frame 32
onClipEvent (enterFrame) { if (this.hitTest(_level0.santa)) { tellTarget ("_level0.Santa.sleigh") { play(); }; setProperty("_level0.santaCrash", _x , _level0.santa._x); setProperty("_level0.santaCrash", _y , _level0.santa._y - 20); tellTarget ("_level0.santaCrash") { play(); }; setProperty("_root.santa", _visible , false); setProperty(_level0.santa, _y , 100); setProperty(_level0.santa, _x , -1000); } }
Frame 33
if (_level0.sLives < 1) { gotoAndStop (48); }
Frame 34
if (_level0.sLives < 1) { gotoAndStop (48); } gotoAndPlay (33);
Frame 35
stop();
Frame 41
stop();
Frame 42
stop();
Frame 43
tellTarget ("_level0.showLives") { gotoAndStop(4 - _level0.sLives); }; if (_level0.slives == 3) { tellTarget ("_level0.Santa.sleigh") { gotoAndStop (1); }; } else if (_level0.slives == 2) { tellTarget ("_level0.Santa.sleigh") { gotoAndStop (19); }; } else if (_level0.slives == 1) { tellTarget ("_level0.Santa.sleigh") { gotoAndStop (39); }; } else if (_level0.slives == 0) { tellTarget ("_level0.Santa.sleigh") { gotoAndStop (55); }; } _level0.happyKids = 0; _level0.unhappyKids = 0; _level0.santaLevel = 2; _level0.xshift = 0; stop();
Instance of Symbol 93 MovieClip in Frame 43
onClipEvent (enterFrame) { setProperty(this, _x , (this._x - 2) - (_level0.xshift / 4)); if (this._x < -800) { setProperty(this, _x , 800); } }
Instance of Symbol 93 MovieClip in Frame 43
onClipEvent (enterFrame) { setProperty(this, _x , (this._x - 2) - (_level0.xshift / 4)); if (this._x < -800) { setProperty(this, _x , 800); } }
Instance of Symbol 174 MovieClip "santa" in Frame 43
onClipEvent (enterFrame) { if (750 < this._x) { _level0.xshift = 10; setProperty(this, _x , 745); } else if ((this._x < 50) && (-200 < this._x)) { setProperty(this, _x , 55); } else { _level0.xshift = 0; } if (420 < this._y) { setProperty(this, _y , 415); } if (this._y < 30) { setProperty(this, _y , 35); } } onClipEvent (enterFrame) { if (Key.isDown(Key.SPACE) && (_root.Santa.pCounter.pCounter == 1)) { bombNo = bombNo + 1; if (20 < bombNo) { bombNo = 1; } duplicateMovieClip ("_root.shipbomb", "shipbomb" + bombNo, bombNo); with (_root.Santa.pCounter) { gotoAndPlay(1); } } if (Key.isDown(Key.RIGHT)) { setProperty(this, _x , this._x + 15); tellTarget ("_level0.santa.tail") { gotoAndPlay ("turbo"); tellTarget ("_level0.Santa.nick") { gotoAndPlay ("fast"); }; }; } else if (Key.isDown(Key.LEFT)) { setProperty(this, _x , this._x - 15); tellTarget ("_level0.santa.nose") { gotoAndPlay ("brake"); tellTarget ("_level0.Santa.nick") { gotoAndPlay ("slow"); }; }; } if (Key.isDown(Key.UP)) { setProperty(this, _y , this._y - 15); tellTarget ("_level0.santa.tail") { gotoAndPlay ("up"); tellTarget ("_level0.Santa.nick") { gotoAndPlay ("rise"); }; }; } else if (Key.isDown(Key.DOWN)) { setProperty(this, _y , this._y + 15); tellTarget ("_level0.santa.tail") { gotoAndPlay ("down"); tellTarget ("_level0.Santa.nick") { gotoAndPlay ("fall"); }; }; } }
Instance of Symbol 123 MovieClip "shipbomb" in Frame 44
onClipEvent (enterFrame) { if (500 < this._y) { _level0.unhappyKids = _level0.unhappyKids + 1; removeMovieClip(this); } if (this.hitTest(_level0.cPot1) && (presentDropped == 1)) { _level0.cScore = _level0.cScore + 1; } if (this.hitTest(_level0.cPot2) && (presentDropped == 1)) { _level0.cScore = _level0.cScore + 3; } if ((this.hitTest(_level0.cPot1) or this.hitTest(_level0.cPot2)) && (presentDropped == 1)) { _level0.happyKids = _level0.happyKids + 1; removeMovieClip(this); } }
Instance of Symbol 124 MovieClip "chimney1" in Frame 44
onClipEvent (enterFrame) { if (this.hitTest(_level0.santa)) { setProperty("_level0.santaCrash", _x , _level0.santa._x); setProperty("_level0.santaCrash", _y , _level0.santa._y - 20); tellTarget ("_level0.santaCrash") { play(); }; setProperty("_root.santa", _visible , false); setProperty(_level0.santa, _y , -1000); setProperty(_level0.santa, _x , -1000); tellTarget ("_level0.Santa.sleigh") { play(); }; } }
Instance of Symbol 180 MovieClip "cPot1" in Frame 44
onClipEvent (enterFrame) { setProperty(this, _x , (this._x - 12) - _level0.xshift); setProperty(_root.chimney1, _x , this._x); if (this._x < 0) { setProperty(this, _x , 900); setProperty(_root.chimney1, _x , 900); } if (this.hitTest(_level0.santa)) { setProperty("_level0.santaCrash", _x , _level0.santa._x); setProperty("_level0.santaCrash", _y , _level0.santa._y - 20); tellTarget ("_level0.santaCrash") { play(); }; setProperty("_root.santa", _visible , false); setProperty(_level0.santa, _y , -1000); setProperty(_level0.santa, _x , -1000); tellTarget ("_level0.Santa.sleigh") { play(); }; } }
Instance of Symbol 124 MovieClip "chimney2" in Frame 44
onClipEvent (enterFrame) { if (this.hitTest(_level0.santa)) { setProperty("_level0.santaCrash", _x , _level0.santa._x); setProperty("_level0.santaCrash", _y , _level0.santa._y - 20); tellTarget ("_level0.santaCrash") { play(); }; setProperty("_root.santa", _visible , false); setProperty(_level0.santa, _y , -1000); setProperty(_level0.santa, _x , -1000); tellTarget ("_level0.Santa.sleigh") { play(); }; } }
Instance of Symbol 181 MovieClip "cPot2" in Frame 44
onClipEvent (enterFrame) { setProperty(this, _x , (this._x - 12) - _level0.xshift); setProperty(_root.chimney2, _x , this._x); if (this._x < -80) { setProperty(this, _x , 1200); setProperty(_root.chimney1, _x , 1200); } if (this.hitTest(_level0.santa)) { setProperty("_level0.santaCrash", _x , _level0.santa._x); setProperty("_level0.santaCrash", _y , _level0.santa._y - 20); tellTarget ("_level0.santaCrash") { play(); }; setProperty("_root.santa", _visible , false); setProperty(_level0.santa, _y , -1000); setProperty(_level0.santa, _x , -1000); tellTarget ("_level0.Santa.sleigh") { play(); }; } }
Instance of Symbol 182 MovieClip "fire" in Frame 44
onClipEvent (load) { fScale = 20; } onClipEvent (enterFrame) { if (this.hitTest(_level0.santa)) { tellTarget ("_level0.Santa.sleigh") { play(); }; setProperty("_level0.santa", _y , _level0.santa._y - 10); } setProperty(this, _yscale , fScale); if (20 >= fScale) { fPlus = 10; } else if (fScale >= 200) { fPlus = -10; } fScale = fScale + fPlus; }
Instance of Symbol 124 MovieClip "chimney3" in Frame 44
onClipEvent (enterFrame) { if (this.hitTest(_level0.santa)) { setProperty("_level0.santaCrash", _x , _level0.santa._x); setProperty("_level0.santaCrash", _y , _level0.santa._y - 20); tellTarget ("_level0.santaCrash") { play(); }; setProperty("_root.santa", _visible , false); setProperty(_level0.santa, _y , -1000); setProperty(_level0.santa, _x , -1000); tellTarget ("_level0.Santa.sleigh") { play(); }; } }
Instance of Symbol 183 MovieClip "cPot3" in Frame 44
onClipEvent (enterFrame) { setProperty(this, _x , (this._x - 12) - _level0.xshift); setProperty(_root.chimney3, _x , this._x); setProperty(_root.fire, _x , this._x); if (this._x < -200) { setProperty(this, _x , 1600); setProperty(_root.chimney3, _x , 1600); } if (this.hitTest(_level0.santa)) { setProperty("_level0.santaCrash", _x , _level0.santa._x); setProperty("_level0.santaCrash", _y , _level0.santa._y - 20); tellTarget ("_level0.santaCrash") { play(); }; setProperty("_root.santa", _visible , false); setProperty(_level0.santa, _y , -1000); setProperty(_level0.santa, _x , -1000); tellTarget ("_level0.Santa.sleigh") { play(); }; } }
Instance of Symbol 184 MovieClip "Pudding" in Frame 44
onClipEvent (enterFrame) { if (_level0.elfFire == 1) { movePudX = -((this._x - _level0.santa._x) / 15); movePudY = -((this._y - _level0.santa._y) / 15); _level0.elfFire = 0; } setProperty(this, _x , this._x + movePudX); setProperty(this, _y , this._y + movePudY); if ((((this._x < 20) or (820 < this._x)) or (this._y < -20)) or (570 < this._y)) { _level0.elfFire = 0; setProperty(this, _x , -100); setProperty(this, _y , -100); } if (this.hitTest(_level0.santa)) { setProperty("_root.pudding", _x , this._x - 5); setProperty("_level0.santaCrash", _x , _level0.santa._x); setProperty("_level0.santaCrash", _y , _level0.santa._y - 20); tellTarget ("_level0.santaCrash") { play(); }; setProperty("_root.santa", _visible , false); setProperty(_level0.santa, _y , 100); setProperty(_level0.santa, _x , -1000); tellTarget ("_level0.Santa.sleigh") { play(); }; _level0.elfFire = 0; } }
Instance of Symbol 150 MovieClip "robin" in Frame 44
onClipEvent (enterFrame) { if (this.hitTest(_level0.santa)) { tellTarget ("_level0.Santa.sleigh") { play(); }; setProperty("_level0.santaCrash", _x , _level0.santa._x); setProperty("_level0.santaCrash", _y , _level0.santa._y - 20); tellTarget ("_level0.santaCrash") { play(); }; setProperty("_root.santa", _visible , false); setProperty(_level0.santa, _y , 100); setProperty(_level0.santa, _x , -1000); } }
Frame 45
if (_level0.sLives < 1) { gotoAndStop (48); }
Frame 46
if (_level0.sLives < 1) { gotoAndStop (48); } gotoAndPlay (45);
Frame 47
stop();
Frame 48
_level0.gameid = 3; _level0.total_score = _level0.total_score + (1000 * _level0.sLives); stop();
Frame 50
loadMovie ("currenthiscoretable.swf", _level0.tableHolder); stop();
Frame 51
stop();
Frame 52
loadMovie ("newhiscoretable.swf", _level0.tableHolder); stop();
Symbol 24 Button
on (press) { getURL ("http://www.software.plc.uk/", "_blank"); }
Symbol 26 Button
on (press) { getURL ("http://www.newmedia.plc.uk/", "_blank"); }
Symbol 27 Button
on (press) { getURL ("http://www.uk-plc.net/", "_blank"); }
Symbol 55 Button
on (release) { gotoAndPlay (2); }
Symbol 64 MovieClip Frame 1
stop();
Symbol 70 Button
on (release) { gotoAndStop (1); }
Symbol 73 MovieClip Frame 1
stop();
Symbol 73 MovieClip Frame 2
stop();
Symbol 87 Button
on (release) { gotoAndStop (32); }
Symbol 101 MovieClip Frame 1
stop();
Symbol 101 MovieClip Frame 8
gotoAndStop (1);
Symbol 101 MovieClip Frame 12
gotoAndStop (1);
Symbol 101 MovieClip Frame 16
gotoAndStop (1);
Symbol 101 MovieClip Frame 20
gotoAndStop (1);
Symbol 104 MovieClip Frame 1
play();
Symbol 106 MovieClip Frame 1
stop();
Symbol 106 MovieClip Frame 2
play();
Symbol 106 MovieClip Frame 18
play(); _level0.sLives = 2; tellTarget ("_level0.showLives") { nextFrame(); };
Symbol 106 MovieClip Frame 19
stop();
Symbol 106 MovieClip Frame 20
play();
Symbol 106 MovieClip Frame 38
_level0.sLives = 1; tellTarget ("_level0.showLives") { nextFrame(); }; play();
Symbol 106 MovieClip Frame 39
stop();
Symbol 106 MovieClip Frame 40
play();
Symbol 106 MovieClip Frame 54
play(); _level0.sLives = 0; tellTarget ("_level0.showLives") { nextFrame(); };
Symbol 106 MovieClip Frame 55
stop();
Symbol 106 MovieClip Frame 56
play();
Symbol 106 MovieClip Frame 90
stop(); tellTarget ("_level0") { gotoAndStop ("checkscore"); }; _level0.sLives = 0;
Symbol 106 MovieClip Frame 91
stop(); tellTarget ("_level0") { gotoAndStop ("checkscore"); }; _level0.sLives = 0;
Symbol 106 MovieClip Frame 92
stop(); tellTarget ("_level0") { gotoAndStop ("setscore"); }; _level0.sLives = 0;
Symbol 106 MovieClip Frame 93
stop(); tellTarget ("_level0") { gotoAndStop ("checkscore"); }; _level0.sLives = 0;
Symbol 109 MovieClip Frame 1
stop();
Symbol 109 MovieClip Frame 4
gotoAndStop (1);
Symbol 115 MovieClip Frame 1
stop();
Symbol 115 MovieClip Frame 4
gotoAndStop (1);
Symbol 115 MovieClip Frame 7
gotoAndStop (1);
Symbol 115 MovieClip Frame 10
gotoAndStop (1);
Symbol 116 MovieClip Frame 1
pCounter = 0;
Symbol 116 MovieClip Frame 30
pCounter = 1;
Symbol 116 MovieClip Frame 31
stop();
Symbol 121 MovieClip Frame 1
stop();
Symbol 121 MovieClip Frame 51
setProperty(this, _y , -500); setProperty("_root.santa", _visible , true); setProperty(_level0.santa, _y , 100); setProperty(_level0.santa, _x , 100);
Symbol 123 MovieClip Frame 1
setProperty(this, _x , getProperty(_level0.santa, _x)); setProperty(this, _y , getProperty(_level0.santa, _y) + 20); setProperty(this, _visible , false); presentDropped = 0; if (this._name != "shipbomb") { gotoAndPlay (3); }
Symbol 123 MovieClip Frame 2
gotoAndPlay (1);
Symbol 123 MovieClip Frame 3
presentDropped = 1; newY = getProperty(this, _y) + 4; setProperty(this, _y , newY); setProperty(this, _visible , true);
Symbol 123 MovieClip Frame 4
gotoAndPlay (3);
Symbol 134 MovieClip Frame 1
stop();
Symbol 146 MovieClip Frame 1
stop();
Symbol 146 MovieClip Frame 10
setProperty("_level0.Pudding", _x , this._x); setProperty("_level0.Pudding", _y , this._y); _level0.elfFire = 1;
Symbol 147 MovieClip Frame 1
pauseDuration = (12 * random(1000)) + 5000; startTime = getTimer();
Symbol 147 MovieClip Frame 2
lapsedTime = getTimer() - startTime; if (pauseDuration < lapsedTime) { rndElfX = (Math.random() * 700) + 50; setProperty("_level0.badElf", _x , rndElfX); with (_level0.badElf) { play(); } startTime = null; gotoAndPlay (1); }
Symbol 147 MovieClip Frame 3
gotoAndPlay (2);
Symbol 150 MovieClip Frame 1
stop();
Symbol 150 MovieClip Frame 2
mLevel = this._y; yMove = -2;
Symbol 150 MovieClip Frame 3
setProperty(this, _x , this._x + 8); setProperty(this, _y , this._y + yMove); if (this._y < (mLevel - 60)) { yMove = 2; } else if (mLevel < this._y) { yMove = -2; } if (820 < this._x) { setProperty(this, _x , -100); gotoAndStop (1); with (_level0.rndRobin) { gotoAndPlay(1); } }
Symbol 150 MovieClip Frame 4
gotoAndPlay (3);
Symbol 151 MovieClip Frame 1
pauseDuration = (15 * random(1000)) + 10000; startTime = getTimer();
Symbol 151 MovieClip Frame 2
lapsedTime = getTimer() - startTime; if (pauseDuration < lapsedTime) { rndRobinY = (Math.random() * 200) + 100; setProperty("_level0.robin", _y , rndRobinY); with (_level0.robin) { gotoAndPlay(2); } startTime = null; stop(); }
Symbol 151 MovieClip Frame 3
gotoAndPlay (2);
Symbol 155 MovieClip Frame 1
_level0.xshift = 0; stop();
Symbol 155 MovieClip Frame 2
play();
Symbol 155 MovieClip Frame 10
_level0.xshift = 0;
Symbol 162 MovieClip Frame 1
hKidsScale = (_level0.happyKids / 40) * 100; vKidsScale = (_level0.unhappyKids / 40) * 100; setProperty("hScale", _xscale , hKidsScale); setProperty("uScale", _xscale , vKidsScale); if ((_level0.happyKids >= 40) && (_level0.santaLevel == 1)) { tellTarget ("_level0") { gotoAndPlay ("startlevB"); }; } else if ((_level0.happyKids >= 40) && (_level0.santaLevel == 2)) { tellTarget ("_level0") { gotoAndPlay ("checkscore"); }; } if (_level0.unhappyKids >= 40) { tellTarget ("_level0") { gotoAndPlay ("checkscore"); }; }
Symbol 165 MovieClip Frame 1
uPercent = (50 - _level0.unhappyKids) / 50; _level0.total_score = Math.floor((_level0.cScore * 100) * uPercent) * 10; if (0 >= _level0.total_score) { _level0.total_score = 0; }
Symbol 167 MovieClip Frame 1
stop();
Symbol 167 MovieClip Frame 2
stop();
Symbol 167 MovieClip Frame 3
stop();
Symbol 167 MovieClip Frame 4
play();
Symbol 167 MovieClip Frame 15
gotoAndPlay (4);
Symbol 167 MovieClip Frame 16
stop();
Symbol 171 Button
on (release) { sLives = 10; happyKids = 0; unhappyKids = 0; gotoAndPlay (32); }
Symbol 179 MovieClip Frame 35
tellTarget ("_level0") { nextFrame(); };
Symbol 184 MovieClip Frame 1
stop();
Symbol 185 MovieClip Frame 1
pauseDuration = (6 * random(1000)) + 5000; startTime = getTimer();
Symbol 185 MovieClip Frame 2
lapsedTime = getTimer() - startTime; if (pauseDuration < lapsedTime) { rndElfX = (Math.random() * 700) + 50; setProperty("_level0.badElf", _x , rndElfX); with (_level0.badElf) { play(); } startTime = null; gotoAndPlay (1); }
Symbol 185 MovieClip Frame 3
gotoAndPlay (2);
Symbol 186 MovieClip Frame 1
pauseDuration = (4 * random(1000)) + 5000; startTime = getTimer();
Symbol 186 MovieClip Frame 2
lapsedTime = getTimer() - startTime; if (pauseDuration < lapsedTime) { rndRobinY = (Math.random() * 200) + 100; setProperty("_level0.robin", _y , rndRobinY); with (_level0.robin) { gotoAndPlay(2); } startTime = null; stop(); }
Symbol 186 MovieClip Frame 3
gotoAndPlay (2);
Symbol 189 MovieClip Frame 1
score10 = "";
Symbol 189 MovieClip Frame 2
gameid = String(_level0.gameid); job = "getscores"; mydate = new Date(); miliseconds = mydate.getUTCMilliseconds() + (1000 * mydate.getUTCSeconds()); loadVariables ("http://www.software.plc.uk/games/counter/newmediasanta.htm", this, "GET"); loadVariables ("hiscores.asp", this, "GET");
Symbol 189 MovieClip Frame 9
if (score10 != "") { gotoAndPlay (10); } else { gotoAndPlay (3); }
Symbol 189 MovieClip Frame 10
function compareNumbers(a, b) { return((b[1] < a[1]) - (a[1] < b[1])); } var hstable = new Array(); hstable[0] = new Array(name1, parseInt(score1)); hstable[1] = new Array(name2, parseInt(score2)); hstable[2] = new Array(name3, parseInt(score3)); hstable[3] = new Array(name4, parseInt(score4)); hstable[4] = new Array(name5, parseInt(score5)); hstable[5] = new Array(name6, parseInt(score6)); hstable[6] = new Array(name7, parseInt(score7)); hstable[7] = new Array(name8, parseInt(score8)); hstable[8] = new Array(name9, parseInt(score9)); hstable[9] = new Array(name10, parseInt(score10)); hstable.sort(compareNumbers); hstable.reverse();
Symbol 189 MovieClip Frame 11
play();
Symbol 189 MovieClip Frame 15
lowestScore = hstable[9][1];
Symbol 189 MovieClip Frame 16
if (lowestScore < _level0.total_score) { tellTarget ("_level0") { gotoAndStop ("goodscore"); }; } else { tellTarget ("_level0") { gotoAndStop ("badscore"); }; } stop();
Symbol 191 Button
on (release) { _level0.happyKids = 0; _level0.unhappyKids = 0; gotoAndPlay (1); }
Symbol 198 Button
on (release) { nextFrame(); }
Symbol 206 Button
on (release) { gotoAndPlay (52); }

Library Items

Symbol 1 GraphicUsed by:2
Symbol 2 MovieClipUses:1Used by:Timeline
Symbol 3 GraphicUsed by:4 93
Symbol 4 MovieClipUses:3Used by:Timeline
Symbol 5 GraphicUsed by:Timeline
Symbol 6 GraphicUsed by:7 26 27 28 39 192
Symbol 7 MovieClipUses:6Used by:Timeline
Symbol 8 FontUsed by:9 10 83 178
Symbol 9 TextUses:8Used by:Timeline
Symbol 10 TextUses:8Used by:Timeline
Symbol 11 GraphicUsed by:Timeline
Symbol 12 FontUsed by:13 15 42
Symbol 13 TextUses:12Used by:Timeline
Symbol 14 GraphicUsed by:Timeline
Symbol 15 TextUses:12Used by:Timeline
Symbol 16 GraphicUsed by:28 192
Symbol 17 GraphicUsed by:28 192
Symbol 18 FontUsed by:19 25 57 67 68 74 75 157 158 159 160 163 164 166 168 169 172 175 176 177 188 193 194 199 203 204 205
Symbol 19 TextUses:18Used by:28 192
Symbol 20 GraphicUsed by:28 192
Symbol 21 GraphicUsed by:22
Symbol 22 ButtonUses:21Used by:24
Symbol 23 GraphicUsed by:24
Symbol 24 ButtonUses:22 23Used by:28 192
Symbol 25 TextUses:18Used by:28 192
Symbol 26 ButtonUses:6Used by:28 192
Symbol 27 ButtonUses:6Used by:28 192
Symbol 28 MovieClipUses:6 16 17 19 20 24 25 26 27Used by:Timeline
Symbol 29 GraphicUsed by:30 124
Symbol 30 MovieClipUses:29Used by:73  Timeline
Symbol 31 GraphicUsed by:32 125 126 132 180 181 183
Symbol 32 MovieClipUses:31Used by:73  Timeline
Symbol 33 GraphicUsed by:41
Symbol 34 GraphicUsed by:39
Symbol 35 GraphicUsed by:39
Symbol 36 GraphicUsed by:39
Symbol 37 GraphicUsed by:39
Symbol 38 GraphicUsed by:39
Symbol 39 MovieClipUses:34 35 6 36 37 38Used by:41
Symbol 40 GraphicUsed by:41
Symbol 41 ButtonUses:33 39 40Used by:Timeline
Symbol 42 TextUses:12Used by:Timeline
Symbol 43 GraphicUsed by:Timeline
Symbol 44 FontUsed by:45 46 47 48 88
Symbol 45 TextUses:44Used by:49
Symbol 46 TextUses:44Used by:49
Symbol 47 TextUses:44Used by:49
Symbol 48 TextUses:44Used by:49
Symbol 49 MovieClipUses:45 46 47 48Used by:Timeline
Symbol 50 FontUsed by:51 52 54
Symbol 51 TextUses:50Used by:55
Symbol 52 TextUses:50Used by:55
Symbol 53 GraphicUsed by:55
Symbol 54 TextUses:50Used by:55
Symbol 55 ButtonUses:51 52 53 54Used by:73
Symbol 56 GraphicUsed by:73
Symbol 57 TextUses:18Used by:73
Symbol 58 GraphicUsed by:73
Symbol 59 GraphicUsed by:73 106
Symbol 60 GraphicUsed by:73 121
Symbol 61 GraphicUsed by:73 121
Symbol 62 GraphicUsed by:73 116
Symbol 63 GraphicUsed by:64 134 184
Symbol 64 MovieClipUses:63Used by:73
Symbol 65 GraphicUsed by:73 149 150
Symbol 66 GraphicUsed by:70
Symbol 67 TextUses:18Used by:70
Symbol 68 TextUses:18Used by:70
Symbol 69 GraphicUsed by:70
Symbol 70 ButtonUses:66 67 68 69Used by:73
Symbol 71 GraphicUsed by:72
Symbol 72 MovieClipUses:71Used by:73 162
Symbol 73 MovieClipUses:55 56 57 58 59 60 61 62 64 65 30 32 70 72Used by:Timeline
Symbol 74 TextUses:18Used by:Timeline
Symbol 75 TextUses:18Used by:Timeline
Symbol 76 GraphicUsed by:77 78 79 80 81
Symbol 77 MovieClipUses:76Used by:Timeline
Symbol 78 MovieClipUses:76Used by:Timeline
Symbol 79 MovieClipUses:76Used by:Timeline
Symbol 80 MovieClipUses:76Used by:Timeline
Symbol 81 MovieClipUses:76Used by:Timeline
Symbol 82 GraphicUsed by:87
Symbol 83 TextUses:8Used by:87
Symbol 84 GraphicUsed by:87
Symbol 85 GraphicUsed by:87
Symbol 86 GraphicUsed by:87
Symbol 87 ButtonUses:82 83 84 85 86Used by:Timeline
Symbol 88 TextUses:44Used by:Timeline
Symbol 89 GraphicUsed by:91
Symbol 90 GraphicUsed by:91
Symbol 91 MovieClipUses:89 90Used by:Timeline
Symbol 92 GraphicUsed by:Timeline
Symbol 93 MovieClipUses:3Used by:Timeline
Symbol 94 GraphicUsed by:Timeline
Symbol 95 GraphicUsed by:101
Symbol 96 GraphicUsed by:101
Symbol 97 GraphicUsed by:101
Symbol 98 GraphicUsed by:101
Symbol 99 GraphicUsed by:101
Symbol 100 GraphicUsed by:101
Symbol 101 MovieClipUses:95 96 97 98 99 100Used by:117 174 190  Timeline
Symbol 102 GraphicUsed by:106
Symbol 103 GraphicUsed by:104
Symbol 104 MovieClipUses:103Used by:106
Symbol 105 GraphicUsed by:106
Symbol 106 MovieClipUses:59 102 104 105Used by:117 174 190
Symbol 107 GraphicUsed by:109
Symbol 108 GraphicUsed by:109
Symbol 109 MovieClipUses:107 108Used by:117 174 190
Symbol 110 GraphicUsed by:115
Symbol 111 GraphicUsed by:115
Symbol 112 GraphicUsed by:115
Symbol 113 GraphicUsed by:115
Symbol 114 GraphicUsed by:115
Symbol 115 MovieClipUses:110 111 112 113 114Used by:117 174 190
Symbol 116 MovieClipUses:62Used by:117 174 190  Timeline
Symbol 117 MovieClipUses:101 106 109 115 116Used by:Timeline
Symbol 118 GraphicUsed by:119
Symbol 119 MovieClipUses:118Used by:121 167
Symbol 120 GraphicUsed by:121
Symbol 121 MovieClipUses:119 120 60 61Used by:Timeline
Symbol 122 GraphicUsed by:123
Symbol 123 MovieClipUses:122Used by:Timeline
Symbol 124 MovieClipUses:29Used by:Timeline
Symbol 125 MovieClipUses:31Used by:Timeline
Symbol 126 MovieClipUses:31Used by:Timeline
Symbol 127 GraphicUsed by:131 182
Symbol 128 GraphicUsed by:131 182
Symbol 129 GraphicUsed by:131 182
Symbol 130 GraphicUsed by:131 182
Symbol 131 MovieClipUses:127 128 129 130Used by:Timeline
Symbol 132 MovieClipUses:31Used by:Timeline
Symbol 133 GraphicUsed by:Timeline
Symbol 134 MovieClipUses:63Used by:Timeline
Symbol 135 GraphicUsed by:146
Symbol 136 GraphicUsed by:146
Symbol 137 GraphicUsed by:146
Symbol 138 GraphicUsed by:146
Symbol 139 GraphicUsed by:146
Symbol 140 GraphicUsed by:146
Symbol 141 GraphicUsed by:146
Symbol 142 GraphicUsed by:146
Symbol 143 GraphicUsed by:146
Symbol 144 GraphicUsed by:146
Symbol 145 GraphicUsed by:146
Symbol 146 MovieClipUses:135 136 137 138 139 140 141 142 143 144 145Used by:Timeline
Symbol 147 MovieClipUsed by:Timeline
Symbol 148 GraphicUsed by:149
Symbol 149 MovieClipUses:65 148Used by:150
Symbol 150 MovieClipUses:65 149Used by:Timeline
Symbol 151 MovieClipUsed by:Timeline
Symbol 152 FontUsed by:153 154 156
Symbol 153 TextUses:152Used by:Timeline
Symbol 154 TextUses:152Used by:Timeline
Symbol 155 MovieClipUsed by:Timeline
Symbol 156 TextUses:152Used by:Timeline
Symbol 157 TextUses:18Used by:Timeline
Symbol 158 TextUses:18Used by:Timeline
Symbol 159 EditableTextUses:18Used by:Timeline
Symbol 160 TextUses:18Used by:Timeline
Symbol 161 GraphicUsed by:162
Symbol 162 MovieClipUses:72 161Used by:Timeline
Symbol 163 TextUses:18Used by:Timeline
Symbol 164 EditableTextUses:18Used by:Timeline
Symbol 165 MovieClipUsed by:Timeline
Symbol 166 EditableTextUses:18Used by:Timeline
Symbol 167 MovieClipUses:119Used by:Timeline
Symbol 168 EditableTextUses:18Used by:Timeline
Symbol 169 TextUses:18Used by:171 191
Symbol 170 GraphicUsed by:171 191
Symbol 171 ButtonUses:169 170Used by:Timeline
Symbol 172 EditableTextUses:18Used by:Timeline
Symbol 173 GraphicUsed by:Timeline
Symbol 174 MovieClipUses:101 106 109 115 116Used by:Timeline
Symbol 175 EditableTextUses:18Used by:Timeline
Symbol 176 EditableTextUses:18Used by:Timeline
Symbol 177 EditableTextUses:18Used by:Timeline
Symbol 178 TextUses:8Used by:179
Symbol 179 MovieClipUses:178Used by:Timeline
Symbol 180 MovieClipUses:31Used by:Timeline
Symbol 181 MovieClipUses:31Used by:Timeline
Symbol 182 MovieClipUses:127 128 129 130Used by:Timeline
Symbol 183 MovieClipUses:31Used by:Timeline
Symbol 184 MovieClipUses:63Used by:Timeline
Symbol 185 MovieClipUsed by:Timeline
Symbol 186 MovieClipUsed by:Timeline
Symbol 187 GraphicUsed by:Timeline
Symbol 188 TextUses:18Used by:189
Symbol 189 MovieClipUses:188Used by:Timeline
Symbol 190 MovieClipUses:101 106 109 115 116Used by:Timeline
Symbol 191 ButtonUses:169 170Used by:Timeline
Symbol 192 MovieClipUses:6 16 17 19 20 24 25 26 27Used by:Timeline
Symbol 193 TextUses:18Used by:Timeline
Symbol 194 TextUses:18Used by:198 206
Symbol 195 FontUsed by:196
Symbol 196 TextUses:195Used by:198 206
Symbol 197 GraphicUsed by:198 206
Symbol 198 ButtonUses:194 196 197Used by:Timeline
Symbol 199 EditableTextUses:18Used by:Timeline
Symbol 200 GraphicUsed by:201
Symbol 201 MovieClipUses:200Used by:202
Symbol 202 MovieClipUses:201Used by:Timeline
Symbol 203 TextUses:18Used by:Timeline
Symbol 204 EditableTextUses:18Used by:Timeline
Symbol 205 TextUses:18Used by:Timeline
Symbol 206 ButtonUses:194 196 197Used by:Timeline
Symbol 207 BitmapUsed by:208
Symbol 208 GraphicUses:207Used by:Timeline

Instance Names

"santa"Frame 32Symbol 117 MovieClip
"pCounter"Frame 32Symbol 116 MovieClip
"santaCrash"Frame 32Symbol 121 MovieClip
"shipbomb"Frame 32Symbol 123 MovieClip
"chimney1"Frame 32Symbol 124 MovieClip
"cPot1"Frame 32Symbol 125 MovieClip
"chimney2"Frame 32Symbol 124 MovieClip
"cPot2"Frame 32Symbol 126 MovieClip
"fire"Frame 32Symbol 131 MovieClip
"chimney3"Frame 32Symbol 124 MovieClip
"cPot3"Frame 32Symbol 132 MovieClip
"Pudding"Frame 32Symbol 134 MovieClip
"badElf"Frame 32Symbol 146 MovieClip
"rndElf"Frame 32Symbol 147 MovieClip
"robin"Frame 32Symbol 150 MovieClip
"rndRobin"Frame 32Symbol 151 MovieClip
"xshifter"Frame 32Symbol 155 MovieClip
"kidScale"Frame 32Symbol 162 MovieClip
"showLives"Frame 32Symbol 167 MovieClip
"santa"Frame 43Symbol 174 MovieClip
"pCounter"Frame 43Symbol 116 MovieClip
"santaCrash"Frame 43Symbol 121 MovieClip
"kidScale"Frame 43Symbol 162 MovieClip
"showLives"Frame 43Symbol 167 MovieClip
"xshifter"Frame 43Symbol 155 MovieClip
"shipbomb"Frame 44Symbol 123 MovieClip
"chimney1"Frame 44Symbol 124 MovieClip
"cPot1"Frame 44Symbol 180 MovieClip
"chimney2"Frame 44Symbol 124 MovieClip
"cPot2"Frame 44Symbol 181 MovieClip
"fire"Frame 44Symbol 182 MovieClip
"chimney3"Frame 44Symbol 124 MovieClip
"cPot3"Frame 44Symbol 183 MovieClip
"Pudding"Frame 44Symbol 184 MovieClip
"badElf"Frame 44Symbol 146 MovieClip
"rndElf"Frame 44Symbol 185 MovieClip
"robin"Frame 44Symbol 150 MovieClip
"rndRobin"Frame 44Symbol 186 MovieClip
"santa"Frame 48Symbol 190 MovieClip
"tableHolder"Frame 50Symbol 202 MovieClip
"tableHolder"Frame 52Symbol 202 MovieClip
"chimney2"Symbol 73 MovieClip Frame 2Symbol 30 MovieClip
"cPot2"Symbol 73 MovieClip Frame 2Symbol 32 MovieClip
"chimney2"Symbol 73 MovieClip Frame 2Symbol 30 MovieClip
"cPot2"Symbol 73 MovieClip Frame 2Symbol 32 MovieClip
"nick"Symbol 117 MovieClip Frame 1Symbol 101 MovieClip
"sleigh"Symbol 117 MovieClip Frame 1Symbol 106 MovieClip
"nose"Symbol 117 MovieClip Frame 1Symbol 109 MovieClip
"tail"Symbol 117 MovieClip Frame 1Symbol 115 MovieClip
"pCounter"Symbol 117 MovieClip Frame 1Symbol 116 MovieClip
"hScale"Symbol 162 MovieClip Frame 1Symbol 72 MovieClip
"uScale"Symbol 162 MovieClip Frame 1Symbol 72 MovieClip
"nick"Symbol 174 MovieClip Frame 1Symbol 101 MovieClip
"sleigh"Symbol 174 MovieClip Frame 1Symbol 106 MovieClip
"nose"Symbol 174 MovieClip Frame 1Symbol 109 MovieClip
"tail"Symbol 174 MovieClip Frame 1Symbol 115 MovieClip
"pCounter"Symbol 174 MovieClip Frame 1Symbol 116 MovieClip
"nick"Symbol 190 MovieClip Frame 1Symbol 101 MovieClip
"sleigh"Symbol 190 MovieClip Frame 1Symbol 106 MovieClip
"nose"Symbol 190 MovieClip Frame 1Symbol 109 MovieClip
"tail"Symbol 190 MovieClip Frame 1Symbol 115 MovieClip
"pCounter"Symbol 190 MovieClip Frame 1Symbol 116 MovieClip
"blankPlace"Symbol 202 MovieClip Frame 1Symbol 201 MovieClip

Labels

"gameover"Frame 41
"startlevB"Frame 43
"checkscore"Frame 48
"badscore"Frame 49
"goodscore"Frame 51
"setscore"Frame 52
"norm"Symbol 101 MovieClip Frame 1
"fast"Symbol 101 MovieClip Frame 5
"slow"Symbol 101 MovieClip Frame 9
"fall"Symbol 101 MovieClip Frame 13
"rise"Symbol 101 MovieClip Frame 17
"brake"Symbol 109 MovieClip Frame 2
"down"Symbol 115 MovieClip Frame 2
"up"Symbol 115 MovieClip Frame 5
"turbo"Symbol 115 MovieClip Frame 8
"frame1"Symbol 189 MovieClip Frame 1
"frame2"Symbol 189 MovieClip Frame 2
"frame3"Symbol 189 MovieClip Frame 3
"frame4"Symbol 189 MovieClip Frame 9
"frame5"Symbol 189 MovieClip Frame 10
"frame6"Symbol 189 MovieClip Frame 15

Dynamic Text Variables

sLivesSymbol 159 EditableText""
total_scoreSymbol 164 EditableText""
TextField12Symbol 166 EditableText"keep scores"
TextField3Symbol 168 EditableText"GAME OVER"
TextField3Symbol 172 EditableText"GAME OVER"
sLivesSymbol 175 EditableText""
total_scoreSymbol 176 EditableText""
TextField12Symbol 177 EditableText"keep scores"
_level0.total_scoreSymbol 199 EditableText""
newNameSymbol 204 EditableText""




http://swfchan.com/2/5529/info.shtml
Created: 15/6 -2019 11:22:43 Last modified: 15/6 -2019 11:22:43 Server time: 19/04 -2024 08:29:55