Frame 1
function __com_mochibot__(swfid, mc, lv, trk) {
var x;
var g;
var s;
var fv;
var sb;
var u;
var res;
var mb;
var mbc;
mb = "__mochibot__";
mbc = "mochibot.com";
g = (_global ? (_global) : (_level0._root));
if (g[mb + swfid]) {
return(g[mb + swfid]);
}
s = System.security;
x = mc._root.getSWFVersion;
fv = (x ? (mc.getSWFVersion()) : ((_global ? 6 : 5)));
if (!s) {
s = {};
}
sb = s.sandboxType;
if (sb == "localWithFile") {
return(null);
}
x = s.allowDomain;
if (x) {
s.allowDomain(mbc);
}
x = s.allowInsecureDomain;
if (x) {
s.allowInsecureDomain(mbc);
}
u = (((((((((((("http://" + mbc) + "/my/core.swf?mv=7&fv=") + fv) + "&v=") + escape(getVersion())) + "&swfid=") + escape(swfid)) + "&l=") + lv) + "&f=") + mc) + (sb ? ("&sb=" + sb) : "")) + (trk ? "&t=1" : "");
lv = ((fv > 6) ? (mc.getNextHighestDepth()) : ((g[mb + "level"] ? (g[mb + "level"] + 1) : (lv))));
g[mb + "level"] = lv;
if (fv == 5) {
res = "_level" + lv;
if (!eval (res)) {
loadMovieNum (u, lv);
}
} else {
res = mc.createEmptyMovieClip(mb + swfid, lv);
res.loadMovie(u);
}
return(res);
}
stop();
var MochiAd = {getVersion:function () {
return("2.1");
}, showPreGameAd:function (options) {
var DEFAULTS = {clip:_root, ad_timeout:3000, fadeout_time:250, regpt:"o", method:"showPreloaderAd", color:16747008, background:16777161, outline:13994812, ad_started:function () {
this.clip.stop();
}, ad_finished:function () {
this.clip.play();
}};
options = MochiAd._parseOptions(options, DEFAULTS);
var clip = options.clip;
var ad_msec = 11000;
var ad_timeout = options.ad_timeout;
delete options.ad_timeout;
var fadeout_time = options.fadeout_time;
delete options.fadeout_time;
if (!MochiAd.load(options)) {
options.ad_finished();
return(undefined);
}
options.ad_started();
var mc = clip._mochiad;
mc.onUnload = function () {
options.ad_finished();
};
var wh = MochiAd._getRes(options);
var w = wh[0];
var h = wh[1];
mc._x = w * 0.5;
mc._y = h * 0.5;
var chk = mc.createEmptyMovieClip("_mochiad_wait", 3);
chk._x = w * -0.5;
chk._y = h * -0.5;
var bar = chk.createEmptyMovieClip("_mochiad_bar", 4);
bar._x = 10;
bar._y = h - 20;
var bar_color = options.color;
delete options.color;
var bar_background = options.background;
delete options.background;
var bar_outline = options.outline;
delete options.outline;
var backing = bar.createEmptyMovieClip("_outline", 1);
backing.beginFill(bar_background);
backing.moveTo(0, 0);
backing.lineTo(w - 20, 0);
backing.lineTo(w - 20, 10);
backing.lineTo(0, 10);
backing.lineTo(0, 0);
backing.endFill();
var inside = bar.createEmptyMovieClip("_inside", 2);
inside.beginFill(bar_color);
inside.moveTo(0, 0);
inside.lineTo(w - 20, 0);
inside.lineTo(w - 20, 10);
inside.lineTo(0, 10);
inside.lineTo(0, 0);
inside.endFill();
inside._xscale = 0;
var outline = bar.createEmptyMovieClip("_outline", 3);
outline.lineStyle(0, bar_outline, 100);
outline.moveTo(0, 0);
outline.lineTo(w - 20, 0);
outline.lineTo(w - 20, 10);
outline.lineTo(0, 10);
outline.lineTo(0, 0);
chk.ad_msec = ad_msec;
chk.ad_timeout = ad_timeout;
chk.started = getTimer();
chk.showing = false;
chk.last_pcnt = 0;
chk.fadeout_time = fadeout_time;
chk.fadeFunction = function () {
var p = (100 * (1 - ((getTimer() - this.fadeout_start) / this.fadeout_time)));
if (p > 0) {
this._parent._alpha = p;
} else {
var _clip = this._parent._parent;
MochiAd.unload(_clip);
delete this.onEnterFrame;
}
};
mc.lc.adLoaded = function (width, height) {
};
mc.lc.adjustProgress = function (msec) {
var _chk = this.mc._mochiad_wait;
_chk.server_control = true;
_chk.started = getTimer();
_chk.ad_msec = msec;
};
chk.onEnterFrame = function () {
var _clip = this._parent._parent;
var ad_clip = this._parent._mochiad_ctr;
var elapsed = (getTimer() - this.started);
var finished = false;
var clip_total = _clip.getBytesTotal();
var clip_loaded = _clip.getBytesLoaded();
var clip_pcnt = ((100 * clip_loaded) / clip_total);
var ad_pcnt = ((100 * elapsed) / chk.ad_msec);
var _inside = this._mochiad_bar._inside;
var pcnt = Math.min(100, Math.min(clip_pcnt || 0, ad_pcnt));
pcnt = Math.max(this.last_pcnt, pcnt);
this.last_pcnt = pcnt;
_inside._xscale = pcnt;
if (!chk.showing) {
var total = ad_clip.getBytesTotal();
if ((total > 0) || (typeof(total) == "undefined")) {
chk.showing = true;
chk.started = getTimer();
} else if (elapsed > chk.ad_timeout) {
finished = true;
}
}
if (elapsed > chk.ad_msec) {
finished = true;
}
if (((clip_total > 0) && (clip_loaded >= clip_total)) && (finished)) {
if (this.server_control) {
delete this.onEnterFrame;
} else {
this.fadeout_start = getTimer();
this.onEnterFrame = chk.fadeFunction;
}
}
};
}, showInterLevelAd:function (options) {
var DEFAULTS = {clip:_root, ad_timeout:2000, fadeout_time:250, regpt:"o", method:"showTimedAd", ad_started:function () {
this.clip.stop();
}, ad_finished:function () {
this.clip.play();
}};
options = MochiAd._parseOptions(options, DEFAULTS);
var clip = options.clip;
var ad_msec = 11000;
var ad_timeout = options.ad_timeout;
delete options.ad_timeout;
var fadeout_time = options.fadeout_time;
delete options.fadeout_time;
if (!MochiAd.load(options)) {
options.ad_finished();
return(undefined);
}
options.ad_started();
var mc = clip._mochiad;
mc.onUnload = function () {
options.ad_finished();
};
var wh = MochiAd._getRes(options);
var w = wh[0];
var h = wh[1];
mc._x = w * 0.5;
mc._y = h * 0.5;
var chk = mc.createEmptyMovieClip("_mochiad_wait", 3);
chk.ad_msec = ad_msec;
chk.ad_timeout = ad_timeout;
chk.started = getTimer();
chk.showing = false;
chk.fadeout_time = fadeout_time;
chk.fadeFunction = function () {
var p = (100 * (1 - ((getTimer() - this.fadeout_start) / this.fadeout_time)));
if (p > 0) {
this._parent._alpha = p;
} else {
var _clip = this._parent._parent;
MochiAd.unload(_clip);
delete this.onEnterFrame;
}
};
mc.lc.adLoaded = function (width, height) {
};
mc.lc.adjustProgress = function (msec) {
var _chk = this.mc._mochiad_wait;
_chk.server_control = true;
_chk.started = getTimer();
_chk.ad_msec = msec - 250;
};
chk.onEnterFrame = function () {
var ad_clip = this._parent._mochiad_ctr;
var elapsed = (getTimer() - this.started);
var finished = false;
if (!chk.showing) {
var total = ad_clip.getBytesTotal();
if ((total > 0) || (typeof(total) == "undefined")) {
chk.showing = true;
chk.started = getTimer();
} else if (elapsed > chk.ad_timeout) {
finished = true;
}
}
if (elapsed > chk.ad_msec) {
finished = true;
}
if (finished) {
if (this.server_control) {
delete this.onEnterFrame;
} else {
this.fadeout_start = getTimer();
this.onEnterFrame = this.fadeFunction;
}
}
};
}, showTimedAd:function (options) {
MochiAd.showInterLevelAd(options);
}, showPreloaderAd:function (options) {
MochiAd.showPreGameAd(options);
}, _allowDomains:function (server) {
var hostname = server.split("/")[2].split(":")[0];
if (System.security) {
if (System.security.allowDomain) {
System.security.allowDomain("*");
System.security.allowDomain(hostname);
}
if (System.security.allowInsecureDomain) {
System.security.allowInsecureDomain("*");
System.security.allowInsecureDomain(hostname);
}
}
return(hostname);
}, _loadCommunicator:function (options) {
var DEFAULTS = {clip:_root, com_server:"http://x.mochiads.com/com/1/", method:"loadCommunicator", depth:10337, id:"_UNKNOWN_"};
options = MochiAd._parseOptions(options, DEFAULTS);
options.swfv = options.clip.getSWFVersion() || 6;
options.mav = MochiAd.getVersion();
var clip = options.clip;
var clipname = ("_mochiad_com_" + options.id);
if (!MochiAd._isNetworkAvailable()) {
return(null);
}
if (clip[clipname]) {
return(clip[clipname].lc);
}
var server = (options.com_server + options.id);
MochiAd._allowDomains(server);
delete options.id;
delete options.com_server;
var depth = options.depth;
delete options.depth;
var mc = clip.createEmptyMovieClip(clipname, depth);
var lv = mc.createEmptyMovieClip("_mochiad_com", 1);
for (var k in options) {
lv[k] = options[k];
}
var lc = new LocalConnection();
var name = ["", Math.floor(new Date().getTime()), random(999999)].join("_");
lc.mc = mc;
lc.name = name;
lc.allowDomain = function (d) {
return(true);
};
lc.allowInsecureDomain = lc.allowDomain;
lc.connect(name);
mc.lc = lc;
lv.lc = name;
lc._id = 0;
lc._queue = [];
lc.rpcResult = function (cb_arg) {
var cb = parseInt(cb_arg);
var cblst = this._callbacks[cb];
if (!cblst) {
return(undefined);
}
delete this._callbacks[cb];
var args = [];
var i = 2;
while (i < cblst.length) {
args.push(cblst[i]);
i++;
}
var i = 1;
while (i < arguments.length) {
args.push(arguments[i]);
i++;
}
var method = cblst[1];
var obj = cblst[0];
if (obj && (typeof(method) == "string")) {
method = obj[method];
}
if (method) {
method.apply(obj, args);
}
};
lc._didConnect = function (endpoint) {
this._endpoint = endpoint;
var q = this._queue;
delete this._queue;
var ds = this.doSend;
var i = 0;
while (i < q.length) {
var item = q[i];
ds.apply(this, item);
i++;
}
};
lc.doSend = function (args, cbobj, cbfn) {
if (this._endpoint == null) {
var qargs = [];
var i = 0;
while (i < arguments.length) {
qargs.push(arguments[i]);
i++;
}
this._queue.push(qargs);
return(undefined);
}
this._id = this._id + 1;
var id = this._id;
if ((cbfn === undefined) || (cbfn === null)) {
cbfn = cbobj;
}
this._callbacks[id] = [cbobj, cbfn];
var slc = new LocalConnection();
var ss = slc.send(this._endpoint, "rpc", id, args);
};
lc._callbacks = {};
lc._callbacks[0] = [lc, "_didConnect"];
lv.st = getTimer();
lv.loadMovie(server + ".swf", "POST");
return(lc);
}, fetchHighScores:function (options, callbackObj, callbackMethod) {
var lc = MochiAd._loadCommunicator({id:options.id});
if (!lc) {
return(false);
}
var fncall = ["fetchHighScores", options];
lc.doSend(["fetchHighScores", options], callbackObj, callbackMethod);
return(true);
}, sendHighScore:function (options, callbackObj, callbackMethod) {
var lc = MochiAd._loadCommunicator({id:options.id});
if (!lc) {
return(false);
}
var fncall = ["sendHighScore", options];
lc.doSend(["sendHighScore", options], callbackObj, callbackMethod);
return(true);
}, load:function (options) {
var DEFAULTS = {clip:_root, server:"http://x.mochiads.com/srv/1/", method:"load", depth:10333, id:"_UNKNOWN_"};
options = MochiAd._parseOptions(options, DEFAULTS);
options.swfv = options.clip.getSWFVersion() || 6;
options.mav = MochiAd.getVersion();
var clip = options.clip;
if (!MochiAd._isNetworkAvailable()) {
return(null);
}
if (clip._mochiad_loaded) {
return(null);
}
var depth = options.depth;
delete options.depth;
var mc = clip.createEmptyMovieClip("_mochiad", depth);
var wh = MochiAd._getRes(options);
options.res = (wh[0] + "x") + wh[1];
options.server = options.server + options.id;
delete options.id;
clip._mochiad_loaded = true;
var lv = mc.createEmptyMovieClip("_mochiad_ctr", 1);
for (var k in options) {
lv[k] = options[k];
}
var server = lv.server;
delete lv.server;
var hostname = MochiAd._allowDomains(server);
mc.onEnterFrame = function () {
if (this._mochiad_ctr._url != this._url) {
this.onEnterFrame = function () {
if (!this._mochiad_ctr) {
delete this.onEnterFrame;
MochiAd.unload(this._parent);
}
};
}
};
var lc = new LocalConnection();
var name = ["", Math.floor(new Date().getTime()), random(999999)].join("_");
lc.mc = mc;
lc.name = name;
lc.hostname = hostname;
lc.allowDomain = function (d) {
return(true);
};
lc.allowInsecureDomain = lc.allowDomain;
lc.connect(name);
mc.lc = lc;
lv.lc = name;
lv.st = getTimer();
lv.loadMovie(server + ".swf", "POST");
return(mc);
}, unload:function (clip) {
if (typeof(clip) == "undefined") {
clip = _root;
}
if (clip.clip && (clip.clip._mochiad)) {
clip = clip.clip;
}
if (!clip._mochiad) {
return(false);
}
clip._mochiad.removeMovieClip();
delete clip._mochiad_loaded;
delete clip._mochiad;
return(true);
}, _isNetworkAvailable:function () {
if (System.security) {
var o = System.security;
if (o.sandboxType == "localWithFile") {
return(false);
}
}
return(true);
}, _getRes:function (options) {
var b = options.clip.getBounds();
var w = 0;
var h = 0;
if (typeof(options.res) != "undefined") {
var xy = options.res.split("x");
w = parseFloat(xy[0]);
h = parseFloat(xy[1]);
} else {
w = b.xMax - b.xMin;
h = b.yMax - b.yMin;
}
if ((w == 0) || (h == 0)) {
w = Stage.width;
h = Stage.height;
}
return([w, h]);
}, _parseOptions:function (options, defaults) {
var optcopy = {};
for (var k in defaults) {
optcopy[k] = defaults[k];
}
if (options) {
for (var k in options) {
optcopy[k] = options[k];
}
}
if (_root.mochiad_options) {
var pairs = _root.mochiad_options.split("&");
var i = 0;
while (i < pairs.length) {
var kv = pairs[i].split("=");
optcopy[unescape(kv[0])] = unescape(kv[1]);
i++;
}
}
return(optcopy);
}, _:null};
MochiAd.showPreGameAd({id:"819d2dae3e70f97f", res:"550x420"});
Stage.scaleMode = "noScale";
Stage.showMenu = false;
fscommand ("trapallkeys", true);
fscommand ("showmenu", "false");
save = SharedObject.getLocal("CCsave");
if (save.data.highScore == undefined) {
highScore = 0;
} else {
highScore = save.data.highScore;
}
napisDol = "<p align='center'>created by <u><a href='http://www.pastelstories.com' target='_blank'>Mateusz Skutnik</a></u> | \u00A9 2007 | <u><a href='http://www.pastelgames.com' target='_blank'>www.PastelGames.com</a></u> | <u><a href='http://www.pastelgames.com/index.php?dzial=comments&co=game&id=49' target='_blank'>comment this game</a></u></p>";
__com_mochibot__("0a0c5bf6", this, 10301, true);
Frame 11
stop();
b1._visible = false;
Frame 21
stop();
_global.root = this;
poczatek = function () {
odliczamy = true;
time--;
newFlake();
newFlake();
newFlake();
newFlake();
newFlake();
newFlake();
dialog._visible = false;
};
saveHighScore = function () {
if (score >= highScore) {
save.data.highScore = score;
save.flush();
}
};
playSound = function (ktory) {
soundFX.gotoAndPlay(ktory);
};
reset = function () {
tloY = tlo._y;
platformY = platform1._y;
shadowY = shadow._y;
hero._x = platform1._x;
hero._y = platform1._y - 22;
odliczamy = false;
miliSec = 30;
time = 30;
timerTime = 13;
combo = 0;
score = 0;
snowFlakeNr = 1;
scorePlusNr = 1000;
comboDisplayNr = 500;
comboHigh = 0;
granicaPrawa = 530;
granicaLewa = 20;
grawitacja = 0;
pozioma = 0;
horyzontalna = 0;
hamulec = 0.5;
krok = 6;
lvl = 1;
silaSkoku = 25;
n = 1;
A = 1;
gotoAndStop (21);
};
reset();
newFlake = function () {
attachMovie("snowFlake", "snowFlake" + snowFlakeNr, snowFlakeNr + 50);
eval ("snowFlake" + snowFlakeNr)._x = random(500) + 25;
eval ("snowFlake" + snowFlakeNr)._y = random(50) - 100;
snowFlakeNr++;
};
this.onEnterFrame = function () {
if (highScore <= score) {
highScore = score;
}
highScoreNapis = "high score: " + highScore;
if (odliczamy == true) {
if (miliSec == 0) {
time--;
timerTime--;
if (timerTime == 0) {
attachMovie("stoper", "stoper", snowFlakeNr + 100);
stoper._x = random(500) + 25;
stoper._y = random(50) - 100;
timerTime = 13;
}
if (time == 0) {
saveHighScore();
gotoAndStop (32);
}
miliSec = 30;
} else {
miliSec--;
}
}
timeNapis = "time: " + time;
if (combo > comboHigh) {
comboHigh = combo;
highestComboMC.play();
}
highestComboMC.comboHighNapis = "highest combo: " + comboHigh;
levelNapis = ("level " + lvl) + "/21";
napis = "score: " + score;
if (gramy == true) {
hero._x = hero._x + pozioma;
pozioma = pozioma * hamulec;
if (Key.isDown(39) && (horyzontalna < 8)) {
pozioma = pozioma + krok;
hero._xscale = 100;
if (dialog._visible == true) {
poczatek();
}
}
if (Key.isDown(37) && (horyzontalna > -8)) {
pozioma = pozioma - krok;
hero._xscale = -100;
if (dialog._visible == true) {
poczatek();
}
}
if (hero._x >= granicaPrawa) {
hero._x = granicaPrawa;
}
if (hero._x <= granicaLewa) {
hero._x = granicaLewa;
}
if (grawitacja == 1) {
hero.gotoAndStop(1);
}
if (grawitacja >= 1) {
hero.gotoAndStop(3);
}
grawitacja++;
if (grawitacja >= 30) {
grawitacja = 30;
}
hero._y = hero._y + grawitacja;
platform1._y = platform1._y - (grawitacja / 6);
tlo._y = tlo._y - (grawitacja / 10);
shadow._x = hero._x;
shadow._y = shadow._y - (grawitacja / 10);
shadow._alpha = -((shadow._y - hero._y) - 100);
i = 0;
while (i < 5) {
czek = eval ("platform" + i);
czek.onEnterFrame = function () {
if ((this.tester.hitTest(hero.tester) && (grawitacja >= 0)) && (hero._y <= this._y)) {
combo = 0;
shadow._y = shadowY;
tlo._y = tloY;
platform1._y = platformY;
grawitacja = -1;
hero._y = this._y - 20;
hero.gotoAndStop(1);
if (this._height >= 35) {
if (this.hitTest(hero)) {
hero._x = hero._x + this.velocity;
hero._y = hero._y + this.velocity2;
hero.gotoAndStop(1);
}
}
}
if ((this.tester.hitTest(hero.tester) && (grawitacja < 0)) && (hero._y >= this._y)) {
grawitacja = 0;
}
};
i++;
}
if (Key.isDown(38) && (hero._currentframe == 1)) {
grawitacja = -silaSkoku;
hero.gotoAndStop(2);
if (dialog._visible == true) {
poczatek();
}
}
}
};
Frame 32
napis2 = ("<p align='center'> score: <br>" + score) + " </p>";
gramy = false;
odliczamy = false;
i = snowFlakeNr - 10;
while (i < (snowFlakeNr + 10)) {
removeMovieClip(eval ("snowFlake" + i));
i++;
}
removeMovieClip(stoper);
Symbol 4 MovieClip [stoper] Frame 1
step = 7;
root.playSound("stoper");
_yscale = skala;
_xscale = skala;
onEnterFrame = function () {
if (this.hitTest(_parent.hero.tester)) {
_parent.time = _parent.time + 10;
root.playSound("chime");
_parent.attachMovie("timerDisplay", "timerDisplay", _parent.comboDisplayNr + 300);
_parent.timerDisplay._x = this._x;
_parent.timerDisplay._y = this._y;
this.removeMovieClip();
}
if (this._y >= 250) {
_alpha = (_alpha - 5);
}
if (this._y <= 450) {
_y = (_y + step);
} else {
this.removeMovieClip();
}
};
Symbol 4 MovieClip [stoper] Frame 20
gotoAndPlay (2);
Symbol 11 MovieClip [snowFlake] Frame 2
step = random(7) + 3;
skala = random(50) + 60;
_yscale = skala;
_xscale = skala;
gotoAndStop(random(6) + 2);
onEnterFrame = function () {
_rotation = (_rotation + step);
if (this.hitTest(_parent.hero.tester)) {
_parent.combo++;
_parent.score = _parent.score + (Math.round(this._width) * _parent.combo);
_parent.soundFX.gotoAndPlay("collect");
_parent.newFlake();
root.playSound("collect");
if (_parent.combo >= 2) {
_parent.attachMovie("comboDisplay", "comboDisplay" + _parent.comboDisplayNr, _parent.comboDisplayNr + 50);
eval ("_parent.comboDisplay" + _parent.comboDisplayNr)._x = this._x;
eval ("_parent.comboDisplay" + _parent.comboDisplayNr)._y = this._y;
eval ("_parent.comboDisplay" + _parent.comboDisplayNr).napis = _parent.combo;
_parent.comboDisplayNr++;
}
_parent.attachMovie("scorePlus", "scorePlus" + _parent.scorePlusNr, _parent.scorePlusNr + 50);
eval ("_parent.scorePlus" + _parent.scorePlusNr)._x = this._x;
eval ("_parent.scorePlus" + _parent.scorePlusNr)._y = this._y;
eval ("_parent.scorePlus" + _parent.scorePlusNr).napis = Math.round(this._width);
_parent.scorePlusNr++;
this.removeMovieClip();
}
if (this._y >= 250) {
_alpha = (_alpha - 5);
}
if (this._y <= 450) {
_y = (_y + step);
} else {
_parent.newFlake();
this.removeMovieClip();
}
};
Symbol 14 MovieClip [scorePlus] Frame 1
onEnterFrame = function () {
if (_alpha >= 0) {
_alpha = (_alpha - 5);
_alpha = (_alpha - 5);
_y = (_y - 4);
} else {
this.removeMovieClip();
}
};
Symbol 16 MovieClip [timerDisplay] Frame 1
onEnterFrame = function () {
if (_alpha >= 0) {
_alpha = (_alpha - 4);
_xscale = (_xscale + 2);
_yscale = (_yscale + 2);
} else {
this.removeMovieClip();
}
};
Symbol 19 MovieClip [comboDisplay] Frame 1
onEnterFrame = function () {
if (_alpha >= 0) {
_alpha = (_alpha - 5);
_xscale = (_xscale + 3);
_yscale = (_yscale + 3);
} else {
this.removeMovieClip();
}
};
Symbol 37 Button
on (press) {
gotoAndStop (21);
}
Symbol 46 MovieClip Frame 139
_parent.b1._visible = true;
Symbol 46 MovieClip Frame 141
_parent.b1._visible = false;
Symbol 46 MovieClip Frame 143
_parent.b1._visible = true;
Symbol 46 MovieClip Frame 145
_parent.b1._visible = false;
Symbol 46 MovieClip Frame 147
stop();
_parent.b1._visible = true;
Symbol 52 MovieClip Frame 1
napis = "music: on";
onPress = function () {
if (napis == "music: on") {
stopAllSounds();
napis = "music: off";
} else if (napis == "music: off") {
napis = "music: on";
play();
}
};
Symbol 52 MovieClip Frame 2
stop();
Symbol 62 MovieClip Frame 1
stop();
Symbol 83 MovieClip Frame 1
onEnterFrame = function () {
if (Math.abs(_parent._parent.pozioma) >= 1) {
play();
} else {
gotoAndStop (1);
}
};
Symbol 102 MovieClip Frame 25
stop();
Symbol 103 MovieClip Frame 1
stop();
Symbol 110 MovieClip Frame 1
stop();
Symbol 110 MovieClip Frame 6
stop();
Symbol 110 MovieClip Frame 14
stop();
Symbol 110 MovieClip Frame 21
stop();
Symbol 114 MovieClip Frame 16
_parent.gramy = true;
_visible = false;
Symbol 123 Button
on (press) {
i = snowFlakeNr - 10;
while (i < (snowFlakeNr + 10)) {
removeMovieClip(eval ("snowFlake" + i));
i++;
}
gotoAndStop (21);
}
Symbol 133 Button
on (release) {
getURL ("http://www.pastelgames.com/index.php?dzial=comments&co=game&id=49", "_blank");
}
Symbol 142 Button
on (release) {
getURL ("http://www.pastelgames.com/index.php?dzial=show_series&series=10", "_blank");
}