Frame 1
function visitSite() {
getURL ("http://www.senseagames.com", "_top");
}
var myMenu = new ContextMenu();
myMenu.hideBuiltInItems();
var copyrightText = new ContextMenuItem("Visite Our Website SenseaGames.com", visitSite);
myMenu.customItems.push(copyrightText);
_root.menu = myMenu;
fscommand ("allowscale", "false");
_root.act = 0;
_root.IntroCount = 1;
_root.TekstFacet = "";
_root.TekstKobieta = "";
_root.dzien = "";
_root.detectMouseDown = "Nie";
_root.dialogiYes = "Tak... tak dobrze";
Mouse.hide();
_root.ile = 0;
_root.akcja = "plus";
_root.czynnikSzybkosc = 0.1;
_root.ileMax = 105;
_root.ileMin = 100;
_root.DzielnikSzybkosciMyszy = 200;
_root.DownZmiennaX = 0;
_root.ClickAndMove = "NIE";
_root.FACET = "";
_root.FACETDWA = "";
_root.FACETTRZYJE = "";
this.onEnterFrame = function () {
_root.frameX = this._currentFrame;
actbar._width = _root.act;
if ((_root.NacisnietyWlasciwy == "Tak") and (_root.ClickAndMove == "NIE")) {
_root.act = _root.act + (int(random(10)) / 20);
}
if ((_root.NacisnietyWlasciwy == "Tak") and (_root.ClickAndMove == "TAK")) {
_root.act = _root.act + (_root.DownZmiennaX / _root.DzielnikSzybkosciMyszy);
}
};
onMouseUp = function () {
_root.NacisnietyWlasciwy = "Nie";
};
stop();
Instance of Symbol 3 MovieClip in Frame 1
onClipEvent (enterFrame) {
_root.ile = this._xscale;
if (_root.akcja == "plus") {
this._xscale = this._xscale + _root.czynnikSzybkosc;
this._yscale = this._yscale + _root.czynnikSzybkosc;
if (_root.ile >= _root.ileMax) {
_root.akcja = "minus";
}
}
if (_root.akcja == "minus") {
this._xscale = this._xscale - _root.czynnikSzybkosc;
this._yscale = this._yscale - _root.czynnikSzybkosc;
if (_root.ile <= _root.ileMin) {
_root.akcja = "plus";
}
}
}
Instance of Symbol 89 MovieClip "wskaznik" in Frame 1
onClipEvent (enterFrame) {
if ((_root.detectMouseDown == "Tak") and (_root.text == "Collision")) {
} else {
_x = (_x + _xmouse);
_y = (_y + _ymouse);
}
if (_root.detectMouseDown == "Nie") {
_x = (_x + _xmouse);
_y = (_y + _ymouse);
}
}
onClipEvent (mouseDown) {
_root.detectMouseDown = "Tak";
}
onClipEvent (mouseUp) {
_root.detectMouseDown = "Nie";
}
Frame 2
_root.detectMouseDown = "Nie";
this.onEnterFrame = function () {
actbar._width = _root.act;
if ((_root.text == "NoCollision") and (_root.detectMouseDown == "Nie")) {
wskaznik.gotoAndStop(1);
}
};
stop();
Frame 3
_root.detectMouseDown = "Nie";
this.onEnterFrame = function () {
actbar._width = _root.act;
if ((_root.text == "NoCollision") and (_root.detectMouseDown == "Nie")) {
wskaznik.gotoAndStop(1);
}
};
stop();
Frame 4
_root.detectMouseDown = "Nie";
this.onEnterFrame = function () {
actbar._width = _root.act;
if ((_root.text == "NoCollision") and (_root.detectMouseDown == "Nie")) {
wskaznik.gotoAndStop(1);
}
};
stop();
Frame 5
_root.detectMouseDown = "Nie";
this.onEnterFrame = function () {
actbar._width = _root.act;
if ((_root.text == "NoCollision") and (_root.detectMouseDown == "Nie")) {
wskaznik.gotoAndStop(1);
}
};
stop();
Frame 9
_root.blackout.gotoAndPlay(2);
_root.IntroCount = 1;
Mouse.hide();
Instance of Symbol 3 MovieClip in Frame 9
onClipEvent (enterFrame) {
_root.ile = this._xscale;
if (_root.akcja == "plus") {
this._xscale = this._xscale + _root.czynnikSzybkosc;
this._yscale = this._yscale + _root.czynnikSzybkosc;
if (_root.ile >= _root.ileMax) {
_root.akcja = "minus";
}
}
if (_root.akcja == "minus") {
this._xscale = this._xscale - _root.czynnikSzybkosc;
this._yscale = this._yscale - _root.czynnikSzybkosc;
if (_root.ile <= _root.ileMin) {
_root.akcja = "plus";
}
}
}
Instance of Symbol 119 MovieClip in Frame 9
onClipEvent (load) {
_root.AdCh = random(4) + 1;
this.gotoAndStop(_root.AdCh);
}
Instance of Symbol 89 MovieClip "wskaznik" in Frame 9
onClipEvent (enterFrame) {
if ((_root.detectMouseDown == "Tak") and (_root.text == "Collision")) {
} else if (((_root.FACET == "tak") or (_root.FACETDWA == "tak")) or (_root.FACETTRZYJE == "tak")) {
if (_y < 250) {
_y = 250;
}
if (_y > 470) {
_y = 470;
}
_x = (_x + (_xmouse / 8));
_y = (_y + (_ymouse / 8));
} else {
_x = (_x + _xmouse);
_y = (_y + _ymouse);
}
if (_root.detectMouseDown == "Nie") {
if (((_root.FACET == "tak") or (_root.FACETDWA == "tak")) or (_root.FACETTRZYJE == "tak")) {
if (_y < 250) {
_y = 250;
}
if (_y > 470) {
_y = 470;
}
_x = (_x + (_xmouse / 8));
_y = (_y + (_ymouse / 8));
} else {
_x = (_x + _xmouse);
_y = (_y + _ymouse);
}
}
}
onClipEvent (mouseDown) {
_root.detectMouseDown = "Tak";
}
onClipEvent (mouseUp) {
_root.detectMouseDown = "Nie";
}
Instance of Symbol 125 MovieClip "blackout" in Frame 9
/* no clip actions */
Frame 10
_root.blackout.gotoAndPlay(2);
_root.blackoutDwa.gotoAndPlay(2);
_root.act = 0;
Mouse.hide();
Instance of Symbol 129 MovieClip in Frame 10
onClipEvent (enterFrame) {
_root.ile = this._xscale;
if (_root.akcja == "plus") {
this._xscale = this._xscale + _root.czynnikSzybkosc;
this._yscale = this._yscale + _root.czynnikSzybkosc;
if (_root.ile >= _root.ileMax) {
_root.akcja = "minus";
}
}
if (_root.akcja == "minus") {
this._xscale = this._xscale - _root.czynnikSzybkosc;
this._yscale = this._yscale - _root.czynnikSzybkosc;
if (_root.ile <= _root.ileMin) {
_root.akcja = "plus";
}
}
}
Instance of Symbol 125 MovieClip "blackout" in Frame 10
/* no clip actions */
Instance of Symbol 125 MovieClip "blackoutDwa" in Frame 10
/* no clip actions */
Instance of Symbol 89 MovieClip "wskaznik" in Frame 10
onClipEvent (enterFrame) {
if ((_root.detectMouseDown == "Tak") and (_root.text == "Collision")) {
} else if (((_root.FACET == "tak") or (_root.FACETDWA == "tak")) or (_root.FACETTRZYJE == "tak")) {
if (_y < 250) {
_y = 250;
}
if (_y > 470) {
_y = 470;
}
_x = (_x + (_xmouse / 8));
_y = (_y + (_ymouse / 8));
} else {
_x = (_x + _xmouse);
_y = (_y + _ymouse);
}
if (_root.detectMouseDown == "Nie") {
if (((_root.FACET == "tak") or (_root.FACETDWA == "tak")) or (_root.FACETTRZYJE == "tak")) {
if (_y < 250) {
_y = 250;
}
if (_y > 470) {
_y = 470;
}
_x = (_x + (_xmouse / 8));
_y = (_y + (_ymouse / 8));
} else {
_x = (_x + _xmouse);
_y = (_y + _ymouse);
}
}
}
onClipEvent (mouseDown) {
_root.detectMouseDown = "Tak";
}
onClipEvent (mouseUp) {
_root.detectMouseDown = "Nie";
}
Frame 11
_root.blackout.gotoAndPlay(2);
Instance of Symbol 178 MovieClip in Frame 11
onClipEvent (enterFrame) {
_root.ile = this._xscale;
if (_root.akcja == "plus") {
this._xscale = this._xscale + _root.czynnikSzybkosc;
this._yscale = this._yscale + _root.czynnikSzybkosc;
if (_root.ile >= _root.ileMax) {
_root.akcja = "minus";
}
}
if (_root.akcja == "minus") {
this._xscale = this._xscale - _root.czynnikSzybkosc;
this._yscale = this._yscale - _root.czynnikSzybkosc;
if (_root.ile <= _root.ileMin) {
_root.akcja = "plus";
}
}
}
Frame 12
_root.blackout.gotoAndPlay(2);
Instance of Symbol 182 MovieClip in Frame 12
onClipEvent (enterFrame) {
_root.ile = this._xscale;
if (_root.akcja == "plus") {
this._xscale = this._xscale + _root.czynnikSzybkosc;
this._yscale = this._yscale + _root.czynnikSzybkosc;
if (_root.ile >= _root.ileMax) {
_root.akcja = "minus";
}
}
if (_root.akcja == "minus") {
this._xscale = this._xscale - _root.czynnikSzybkosc;
this._yscale = this._yscale - _root.czynnikSzybkosc;
if (_root.ile <= _root.ileMin) {
_root.akcja = "plus";
}
}
}
Frame 13
_root.blackout.gotoAndPlay(2);
Instance of Symbol 188 MovieClip in Frame 13
onClipEvent (enterFrame) {
_root.ile = this._xscale;
if (_root.akcja == "plus") {
this._xscale = this._xscale + _root.czynnikSzybkosc;
this._yscale = this._yscale + _root.czynnikSzybkosc;
if (_root.ile >= _root.ileMax) {
_root.akcja = "minus";
}
}
if (_root.akcja == "minus") {
this._xscale = this._xscale - _root.czynnikSzybkosc;
this._yscale = this._yscale - _root.czynnikSzybkosc;
if (_root.ile <= _root.ileMin) {
_root.akcja = "plus";
}
}
}
Frame 14
_root.blackout.gotoAndPlay(2);
_root.alfa = 100;
Instance of Symbol 197 MovieClip in Frame 14
onClipEvent (enterFrame) {
_root.ile = this._xscale;
if (_root.akcja == "plus") {
this._xscale = this._xscale + _root.czynnikSzybkosc;
this._yscale = this._yscale + _root.czynnikSzybkosc;
if (_root.ile >= _root.ileMax) {
_root.akcja = "minus";
}
}
if (_root.akcja == "minus") {
this._xscale = this._xscale - _root.czynnikSzybkosc;
this._yscale = this._yscale - _root.czynnikSzybkosc;
if (_root.ile <= _root.ileMin) {
_root.akcja = "plus";
}
}
}
Frame 15
_root.blackout.gotoAndPlay(2);
Instance of Symbol 205 MovieClip in Frame 15
onClipEvent (enterFrame) {
_root.ile = this._xscale;
if (_root.akcja == "plus") {
this._xscale = this._xscale + _root.czynnikSzybkosc;
this._yscale = this._yscale + _root.czynnikSzybkosc;
if (_root.ile >= _root.ileMax) {
_root.akcja = "minus";
}
}
if (_root.akcja == "minus") {
this._xscale = this._xscale - _root.czynnikSzybkosc;
this._yscale = this._yscale - _root.czynnikSzybkosc;
if (_root.ile <= _root.ileMin) {
_root.akcja = "plus";
}
}
}
Instance of Symbol 210 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (_root.act >= 25) {
_parent.gotoAndStop(16);
}
}
Frame 16
_root.blackout.gotoAndPlay(2);
_root.act = 25;
Instance of Symbol 214 MovieClip in Frame 16
onClipEvent (enterFrame) {
_root.ile = this._xscale;
if (_root.akcja == "plus") {
this._xscale = this._xscale + _root.czynnikSzybkosc;
this._yscale = this._yscale + _root.czynnikSzybkosc;
if (_root.ile >= _root.ileMax) {
_root.akcja = "minus";
}
}
if (_root.akcja == "minus") {
this._xscale = this._xscale - _root.czynnikSzybkosc;
this._yscale = this._yscale - _root.czynnikSzybkosc;
if (_root.ile <= _root.ileMin) {
_root.akcja = "plus";
}
}
}
Instance of Symbol 210 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (_root.act >= 50) {
_root.NacisnietyWlasciwy = "Nie";
_parent.gotoAndStop(17);
}
}
Frame 17
_root.blackout.gotoAndPlay(2);
_root.act = 50;
wskaznik.gotoAndStop(1);
Instance of Symbol 219 MovieClip in Frame 17
onClipEvent (enterFrame) {
_root.ile = this._xscale;
if (_root.akcja == "plus") {
this._xscale = this._xscale + _root.czynnikSzybkosc;
this._yscale = this._yscale + _root.czynnikSzybkosc;
if (_root.ile >= _root.ileMax) {
_root.akcja = "minus";
}
}
if (_root.akcja == "minus") {
this._xscale = this._xscale - _root.czynnikSzybkosc;
this._yscale = this._yscale - _root.czynnikSzybkosc;
if (_root.ile <= _root.ileMin) {
_root.akcja = "plus";
}
}
}
Frame 18
_root.blackout.gotoAndPlay(2);
_root.alfa = 100;
Instance of Symbol 224 MovieClip in Frame 18
onClipEvent (enterFrame) {
_root.ile = this._xscale;
if (_root.akcja == "plus") {
this._xscale = this._xscale + _root.czynnikSzybkosc;
this._yscale = this._yscale + _root.czynnikSzybkosc;
if (_root.ile >= _root.ileMax) {
_root.akcja = "minus";
}
}
if (_root.akcja == "minus") {
this._xscale = this._xscale - _root.czynnikSzybkosc;
this._yscale = this._yscale - _root.czynnikSzybkosc;
if (_root.ile <= _root.ileMin) {
_root.akcja = "plus";
}
}
}
Instance of Symbol 210 MovieClip in Frame 18
onClipEvent (enterFrame) {
if (_root.act >= 100) {
_root.NacisnietyWlasciwy = "Nie";
_root.act = 100;
_parent.gotoAndStop(19);
}
}
Frame 19
_root.blackout.gotoAndPlay(2);
_root.act = 100;
wskaznik.gotoAndStop(1);
Instance of Symbol 229 MovieClip in Frame 19
onClipEvent (enterFrame) {
_root.ile = this._xscale;
if (_root.akcja == "plus") {
this._xscale = this._xscale + _root.czynnikSzybkosc;
this._yscale = this._yscale + _root.czynnikSzybkosc;
if (_root.ile >= _root.ileMax) {
_root.akcja = "minus";
}
}
if (_root.akcja == "minus") {
this._xscale = this._xscale - _root.czynnikSzybkosc;
this._yscale = this._yscale - _root.czynnikSzybkosc;
if (_root.ile <= _root.ileMin) {
_root.akcja = "plus";
}
}
}
Frame 20
_root.blackout.gotoAndPlay(2);
Frame 21
_root.blackout.gotoAndPlay(2);
Instance of Symbol 233 MovieClip in Frame 21
onClipEvent (enterFrame) {
_root.ile = this._xscale;
if (_root.akcja == "plus") {
this._xscale = this._xscale + _root.czynnikSzybkosc;
this._yscale = this._yscale + _root.czynnikSzybkosc;
if (_root.ile >= _root.ileMax) {
_root.akcja = "minus";
}
}
if (_root.akcja == "minus") {
this._xscale = this._xscale - _root.czynnikSzybkosc;
this._yscale = this._yscale - _root.czynnikSzybkosc;
if (_root.ile <= _root.ileMin) {
_root.akcja = "plus";
}
}
}
Frame 22
_root.blackout.gotoAndPlay(2);
_root.wskaznik.black.gotoAndPlay(2);
_root.alfa = 100;
Instance of Symbol 238 MovieClip in Frame 22
onClipEvent (enterFrame) {
_root.ile = this._xscale;
if (_root.akcja == "plus") {
this._xscale = this._xscale + _root.czynnikSzybkosc;
this._yscale = this._yscale + _root.czynnikSzybkosc;
if (_root.ile >= _root.ileMax) {
_root.akcja = "minus";
}
}
if (_root.akcja == "minus") {
this._xscale = this._xscale - _root.czynnikSzybkosc;
this._yscale = this._yscale - _root.czynnikSzybkosc;
if (_root.ile <= _root.ileMin) {
_root.akcja = "plus";
}
}
}
Instance of Symbol 210 MovieClip in Frame 22
onClipEvent (enterFrame) {
if (_root.act >= 150) {
_root.NacisnietyWlasciwy = "Nie";
_root.act = 150;
_parent.gotoAndStop(23);
}
}
Frame 23
_root.blackout.gotoAndPlay(2);
_root.act = 150;
wskaznik.gotoAndStop(1);
Instance of Symbol 243 MovieClip in Frame 23
onClipEvent (enterFrame) {
_root.ile = this._xscale;
if (_root.akcja == "plus") {
this._xscale = this._xscale + _root.czynnikSzybkosc;
this._yscale = this._yscale + _root.czynnikSzybkosc;
if (_root.ile >= _root.ileMax) {
_root.akcja = "minus";
}
}
if (_root.akcja == "minus") {
this._xscale = this._xscale - _root.czynnikSzybkosc;
this._yscale = this._yscale - _root.czynnikSzybkosc;
if (_root.ile <= _root.ileMin) {
_root.akcja = "plus";
}
}
}
Frame 24
_root.blackout.gotoAndPlay(2);
Frame 25
_root.blackout.gotoAndPlay(2);
Frame 26
_root.blackout.gotoAndPlay(2);
Instance of Symbol 251 MovieClip in Frame 26
onClipEvent (enterFrame) {
_root.ile = this._xscale;
if (_root.akcja == "plus") {
this._xscale = this._xscale + _root.czynnikSzybkosc;
this._yscale = this._yscale + _root.czynnikSzybkosc;
if (_root.ile >= _root.ileMax) {
_root.akcja = "minus";
}
}
if (_root.akcja == "minus") {
this._xscale = this._xscale - _root.czynnikSzybkosc;
this._yscale = this._yscale - _root.czynnikSzybkosc;
if (_root.ile <= _root.ileMin) {
_root.akcja = "plus";
}
}
}
Frame 27
_root.blackout.gotoAndPlay(2);
_root.alfa = 100;
Instance of Symbol 256 MovieClip in Frame 27
onClipEvent (enterFrame) {
_root.ile = this._xscale;
if (_root.akcja == "plus") {
this._xscale = this._xscale + _root.czynnikSzybkosc;
this._yscale = this._yscale + _root.czynnikSzybkosc;
if (_root.ile >= _root.ileMax) {
_root.akcja = "minus";
}
}
if (_root.akcja == "minus") {
this._xscale = this._xscale - _root.czynnikSzybkosc;
this._yscale = this._yscale - _root.czynnikSzybkosc;
if (_root.ile <= _root.ileMin) {
_root.akcja = "plus";
}
}
}
Frame 28
_root.blackout.gotoAndPlay(2);
Frame 29
_root.blackout.gotoAndPlay(2);
Frame 30
_root.blackout.gotoAndPlay(2);
Frame 31
_root.blackout.gotoAndPlay(2);
Frame 32
_root.blackout.gotoAndPlay(2);
Instance of Symbol 264 MovieClip in Frame 32
onClipEvent (enterFrame) {
_root.ile = this._xscale;
if (_root.akcja == "plus") {
this._xscale = this._xscale + _root.czynnikSzybkosc;
this._yscale = this._yscale + _root.czynnikSzybkosc;
if (_root.ile >= _root.ileMax) {
_root.akcja = "minus";
}
}
if (_root.akcja == "minus") {
this._xscale = this._xscale - _root.czynnikSzybkosc;
this._yscale = this._yscale - _root.czynnikSzybkosc;
if (_root.ile <= _root.ileMin) {
_root.akcja = "plus";
}
}
}
Frame 33
_root.blackout.gotoAndPlay(2);
Instance of Symbol 270 MovieClip in Frame 33
onClipEvent (enterFrame) {
_root.ile = this._xscale;
if (_root.akcja == "plus") {
this._xscale = this._xscale + _root.czynnikSzybkosc;
this._yscale = this._yscale + _root.czynnikSzybkosc;
if (_root.ile >= _root.ileMax) {
_root.akcja = "minus";
}
}
if (_root.akcja == "minus") {
this._xscale = this._xscale - _root.czynnikSzybkosc;
this._yscale = this._yscale - _root.czynnikSzybkosc;
if (_root.ile <= _root.ileMin) {
_root.akcja = "plus";
}
}
}
Instance of Symbol 210 MovieClip in Frame 33
onClipEvent (enterFrame) {
if (_root.act >= 200) {
_root.NacisnietyWlasciwy = "Nie";
_root.act = 200;
_parent.gotoAndStop(34);
}
}
Frame 34
_root.blackout.gotoAndPlay(2);
_root.act = 200;
wskaznik.gotoAndStop(1);
Instance of Symbol 274 MovieClip in Frame 34
onClipEvent (enterFrame) {
_root.ile = this._xscale;
if (_root.akcja == "plus") {
this._xscale = this._xscale + _root.czynnikSzybkosc;
this._yscale = this._yscale + _root.czynnikSzybkosc;
if (_root.ile >= _root.ileMax) {
_root.akcja = "minus";
}
}
if (_root.akcja == "minus") {
this._xscale = this._xscale - _root.czynnikSzybkosc;
this._yscale = this._yscale - _root.czynnikSzybkosc;
if (_root.ile <= _root.ileMin) {
_root.akcja = "plus";
}
}
}
Frame 35
_root.blackout.gotoAndPlay(2);
Instance of Symbol 280 MovieClip in Frame 35
onClipEvent (enterFrame) {
_root.ile = this._xscale;
if (_root.akcja == "plus") {
this._xscale = this._xscale + _root.czynnikSzybkosc;
this._yscale = this._yscale + _root.czynnikSzybkosc;
if (_root.ile >= _root.ileMax) {
_root.akcja = "minus";
}
}
if (_root.akcja == "minus") {
this._xscale = this._xscale - _root.czynnikSzybkosc;
this._yscale = this._yscale - _root.czynnikSzybkosc;
if (_root.ile <= _root.ileMin) {
_root.akcja = "plus";
}
}
}
Frame 36
_root.blackout.gotoAndPlay(2);
Instance of Symbol 285 MovieClip in Frame 36
onClipEvent (enterFrame) {
_root.ile = this._xscale;
if (_root.akcja == "plus") {
this._xscale = this._xscale + _root.czynnikSzybkosc;
this._yscale = this._yscale + _root.czynnikSzybkosc;
if (_root.ile >= _root.ileMax) {
_root.akcja = "minus";
}
}
if (_root.akcja == "minus") {
this._xscale = this._xscale - _root.czynnikSzybkosc;
this._yscale = this._yscale - _root.czynnikSzybkosc;
if (_root.ile <= _root.ileMin) {
_root.akcja = "plus";
}
}
}
Frame 37
_root.blackout.gotoAndPlay(2);
_root.alfa = 100;
Instance of Symbol 290 MovieClip in Frame 37
onClipEvent (enterFrame) {
_root.ile = this._xscale;
if (_root.akcja == "plus") {
this._xscale = this._xscale + _root.czynnikSzybkosc;
this._yscale = this._yscale + _root.czynnikSzybkosc;
if (_root.ile >= _root.ileMax) {
_root.akcja = "minus";
}
}
if (_root.akcja == "minus") {
this._xscale = this._xscale - _root.czynnikSzybkosc;
this._yscale = this._yscale - _root.czynnikSzybkosc;
if (_root.ile <= _root.ileMin) {
_root.akcja = "plus";
}
}
}
Frame 38
_root.blackout.gotoAndPlay(2);
Instance of Symbol 295 MovieClip in Frame 38
onClipEvent (enterFrame) {
_root.ile = this._xscale;
if (_root.akcja == "plus") {
this._xscale = this._xscale + _root.czynnikSzybkosc;
this._yscale = this._yscale + _root.czynnikSzybkosc;
if (_root.ile >= _root.ileMax) {
_root.akcja = "minus";
}
}
if (_root.akcja == "minus") {
this._xscale = this._xscale - _root.czynnikSzybkosc;
this._yscale = this._yscale - _root.czynnikSzybkosc;
if (_root.ile <= _root.ileMin) {
_root.akcja = "plus";
}
}
}
Frame 39
_root.blackout.gotoAndPlay(2);
Instance of Symbol 301 MovieClip in Frame 39
onClipEvent (enterFrame) {
_root.ile = this._xscale;
if (_root.akcja == "plus") {
this._xscale = this._xscale + _root.czynnikSzybkosc;
this._yscale = this._yscale + _root.czynnikSzybkosc;
if (_root.ile >= _root.ileMax) {
_root.akcja = "minus";
}
}
if (_root.akcja == "minus") {
this._xscale = this._xscale - _root.czynnikSzybkosc;
this._yscale = this._yscale - _root.czynnikSzybkosc;
if (_root.ile <= _root.ileMin) {
_root.akcja = "plus";
}
}
}
Frame 40
_root.blackout.gotoAndPlay(2);
Instance of Symbol 307 MovieClip in Frame 40
onClipEvent (enterFrame) {
_root.ile = this._xscale;
if (_root.akcja == "plus") {
this._xscale = this._xscale + _root.czynnikSzybkosc;
this._yscale = this._yscale + _root.czynnikSzybkosc;
if (_root.ile >= _root.ileMax) {
_root.akcja = "minus";
}
}
if (_root.akcja == "minus") {
this._xscale = this._xscale - _root.czynnikSzybkosc;
this._yscale = this._yscale - _root.czynnikSzybkosc;
if (_root.ile <= _root.ileMin) {
_root.akcja = "plus";
}
}
}
Frame 41
_root.blackout.gotoAndPlay(2);
_root.alfa = 100;
Instance of Symbol 312 MovieClip in Frame 41
onClipEvent (enterFrame) {
_root.ile = this._xscale;
if (_root.akcja == "plus") {
this._xscale = this._xscale + _root.czynnikSzybkosc;
this._yscale = this._yscale + _root.czynnikSzybkosc;
if (_root.ile >= _root.ileMax) {
_root.akcja = "minus";
}
}
if (_root.akcja == "minus") {
this._xscale = this._xscale - _root.czynnikSzybkosc;
this._yscale = this._yscale - _root.czynnikSzybkosc;
if (_root.ile <= _root.ileMin) {
_root.akcja = "plus";
}
}
}
Frame 42
_root.blackout.gotoAndPlay(2);
Instance of Symbol 317 MovieClip in Frame 42
onClipEvent (enterFrame) {
_root.ile = this._xscale;
if (_root.akcja == "plus") {
this._xscale = this._xscale + _root.czynnikSzybkosc;
this._yscale = this._yscale + _root.czynnikSzybkosc;
if (_root.ile >= _root.ileMax) {
_root.akcja = "minus";
}
}
if (_root.akcja == "minus") {
this._xscale = this._xscale - _root.czynnikSzybkosc;
this._yscale = this._yscale - _root.czynnikSzybkosc;
if (_root.ile <= _root.ileMin) {
_root.akcja = "plus";
}
}
}
Frame 43
_root.blackout.gotoAndPlay(2);
Frame 44
_root.blackout.gotoAndPlay(2);
Frame 45
_root.blackout.gotoAndPlay(2);
Frame 46
_root.blackout.gotoAndPlay(2);
Instance of Symbol 325 MovieClip in Frame 46
onClipEvent (enterFrame) {
_root.ile = this._xscale;
if (_root.akcja == "plus") {
this._xscale = this._xscale + _root.czynnikSzybkosc;
this._yscale = this._yscale + _root.czynnikSzybkosc;
if (_root.ile >= _root.ileMax) {
_root.akcja = "minus";
}
}
if (_root.akcja == "minus") {
this._xscale = this._xscale - _root.czynnikSzybkosc;
this._yscale = this._yscale - _root.czynnikSzybkosc;
if (_root.ile <= _root.ileMin) {
_root.akcja = "plus";
}
}
}
Frame 47
_root.blackout.gotoAndPlay(2);
_root.timer = 0;
Instance of Symbol 335 MovieClip in Frame 47
onClipEvent (enterFrame) {
_root.ile = this._xscale;
if (_root.akcja == "plus") {
this._xscale = this._xscale + _root.czynnikSzybkosc;
this._yscale = this._yscale + _root.czynnikSzybkosc;
if (_root.ile >= _root.ileMax) {
_root.akcja = "minus";
}
}
if (_root.akcja == "minus") {
this._xscale = this._xscale - _root.czynnikSzybkosc;
this._yscale = this._yscale - _root.czynnikSzybkosc;
if (_root.ile <= _root.ileMin) {
_root.akcja = "plus";
}
}
}
Instance of Symbol 338 MovieClip in Frame 47
onClipEvent (enterFrame) {
_root.timer = _root.timer + 1;
if (_root.timer >= 100) {
_parent.gotoAndStop(48);
}
}
Frame 48
_root.blackout.gotoAndPlay(2);
_root.timer = 0;
Instance of Symbol 345 MovieClip in Frame 48
onClipEvent (enterFrame) {
_root.ile = this._xscale;
if (_root.akcja == "plus") {
this._xscale = this._xscale + _root.czynnikSzybkosc;
this._yscale = this._yscale + _root.czynnikSzybkosc;
if (_root.ile >= _root.ileMax) {
_root.akcja = "minus";
}
}
if (_root.akcja == "minus") {
this._xscale = this._xscale - _root.czynnikSzybkosc;
this._yscale = this._yscale - _root.czynnikSzybkosc;
if (_root.ile <= _root.ileMin) {
_root.akcja = "plus";
}
}
}
Instance of Symbol 338 MovieClip in Frame 48
onClipEvent (enterFrame) {
_root.timer = _root.timer + 1;
if (_root.timer >= 100) {
_parent.gotoAndStop(49);
}
}
Frame 49
_root.blackout.gotoAndPlay(2);
_root.timer = 0;
Instance of Symbol 353 MovieClip in Frame 49
onClipEvent (enterFrame) {
_root.ile = this._xscale;
if (_root.akcja == "plus") {
this._xscale = this._xscale + _root.czynnikSzybkosc;
this._yscale = this._yscale + _root.czynnikSzybkosc;
if (_root.ile >= _root.ileMax) {
_root.akcja = "minus";
}
}
if (_root.akcja == "minus") {
this._xscale = this._xscale - _root.czynnikSzybkosc;
this._yscale = this._yscale - _root.czynnikSzybkosc;
if (_root.ile <= _root.ileMin) {
_root.akcja = "plus";
}
}
}
Instance of Symbol 338 MovieClip in Frame 49
onClipEvent (enterFrame) {
_root.timer = _root.timer + 1;
if (_root.timer >= 100) {
_parent.gotoAndStop(50);
}
}
Frame 50
_root.blackout.gotoAndPlay(2);
Instance of Symbol 361 MovieClip in Frame 50
onClipEvent (enterFrame) {
_root.ile = this._xscale;
if (_root.akcja == "plus") {
this._xscale = this._xscale + _root.czynnikSzybkosc;
this._yscale = this._yscale + _root.czynnikSzybkosc;
if (_root.ile >= _root.ileMax) {
_root.akcja = "minus";
}
}
if (_root.akcja == "minus") {
this._xscale = this._xscale - _root.czynnikSzybkosc;
this._yscale = this._yscale - _root.czynnikSzybkosc;
if (_root.ile <= _root.ileMin) {
_root.akcja = "plus";
}
}
}
Instance of Symbol 125 MovieClip "blackout" in Frame 50
/* no clip actions */
Frame 51
_root.blackout.gotoAndPlay(2);
Frame 52
_root.blackout.gotoAndPlay(2);
Frame 53
_root.blackout.gotoAndPlay(2);
Instance of Symbol 372 MovieClip in Frame 53
onClipEvent (enterFrame) {
_root.ile = this._xscale;
if (_root.akcja == "plus") {
this._xscale = this._xscale + _root.czynnikSzybkosc;
this._yscale = this._yscale + _root.czynnikSzybkosc;
if (_root.ile >= _root.ileMax) {
_root.akcja = "minus";
}
}
if (_root.akcja == "minus") {
this._xscale = this._xscale - _root.czynnikSzybkosc;
this._yscale = this._yscale - _root.czynnikSzybkosc;
if (_root.ile <= _root.ileMin) {
_root.akcja = "plus";
}
}
}
Frame 54
_root.blackout.gotoAndPlay(2);
_root.timer = 0;
Instance of Symbol 378 MovieClip in Frame 54
onClipEvent (enterFrame) {
_root.ile = this._xscale;
if (_root.akcja == "plus") {
this._xscale = this._xscale + _root.czynnikSzybkosc;
this._yscale = this._yscale + _root.czynnikSzybkosc;
if (_root.ile >= _root.ileMax) {
_root.akcja = "minus";
}
}
if (_root.akcja == "minus") {
this._xscale = this._xscale - _root.czynnikSzybkosc;
this._yscale = this._yscale - _root.czynnikSzybkosc;
if (_root.ile <= _root.ileMin) {
_root.akcja = "plus";
}
}
}
Instance of Symbol 338 MovieClip in Frame 54
onClipEvent (enterFrame) {
_root.timer = _root.timer + 1;
if (_root.timer >= 250) {
_parent.gotoAndStop(55);
}
}
Frame 55
_root.blackout.gotoAndPlay(2);
Instance of Symbol 385 MovieClip in Frame 55
onClipEvent (enterFrame) {
_root.ile = this._xscale;
if (_root.akcja == "plus") {
this._xscale = this._xscale + _root.czynnikSzybkosc;
this._yscale = this._yscale + _root.czynnikSzybkosc;
if (_root.ile >= _root.ileMax) {
_root.akcja = "minus";
}
}
if (_root.akcja == "minus") {
this._xscale = this._xscale - _root.czynnikSzybkosc;
this._yscale = this._yscale - _root.czynnikSzybkosc;
if (_root.ile <= _root.ileMin) {
_root.akcja = "plus";
}
}
}
Frame 56
_root.blackout.gotoAndPlay(2);
Instance of Symbol 391 MovieClip in Frame 56
onClipEvent (enterFrame) {
_root.ile = this._xscale;
if (_root.akcja == "plus") {
this._xscale = this._xscale + _root.czynnikSzybkosc;
this._yscale = this._yscale + _root.czynnikSzybkosc;
if (_root.ile >= _root.ileMax) {
_root.akcja = "minus";
}
}
if (_root.akcja == "minus") {
this._xscale = this._xscale - _root.czynnikSzybkosc;
this._yscale = this._yscale - _root.czynnikSzybkosc;
if (_root.ile <= _root.ileMin) {
_root.akcja = "plus";
}
}
}
Frame 57
_root.blackout.gotoAndPlay(2);
Instance of Symbol 397 MovieClip in Frame 57
onClipEvent (enterFrame) {
_root.ile = this._xscale;
if (_root.akcja == "plus") {
this._xscale = this._xscale + _root.czynnikSzybkosc;
this._yscale = this._yscale + _root.czynnikSzybkosc;
if (_root.ile >= _root.ileMax) {
_root.akcja = "minus";
}
}
if (_root.akcja == "minus") {
this._xscale = this._xscale - _root.czynnikSzybkosc;
this._yscale = this._yscale - _root.czynnikSzybkosc;
if (_root.ile <= _root.ileMin) {
_root.akcja = "plus";
}
}
}
Frame 58
_root.blackout.gotoAndPlay(2);
Instance of Symbol 403 MovieClip in Frame 58
onClipEvent (enterFrame) {
_root.ile = this._xscale;
if (_root.akcja == "plus") {
this._xscale = this._xscale + _root.czynnikSzybkosc;
this._yscale = this._yscale + _root.czynnikSzybkosc;
if (_root.ile >= _root.ileMax) {
_root.akcja = "minus";
}
}
if (_root.akcja == "minus") {
this._xscale = this._xscale - _root.czynnikSzybkosc;
this._yscale = this._yscale - _root.czynnikSzybkosc;
if (_root.ile <= _root.ileMin) {
_root.akcja = "plus";
}
}
}
Frame 59
_root.blackout.gotoAndPlay(2);
Frame 60
_root.blackout.gotoAndPlay(2);
Frame 61
_root.blackout.gotoAndPlay(2);
Frame 62
_root.blackout.gotoAndPlay(2);
Instance of Symbol 412 MovieClip in Frame 62
onClipEvent (enterFrame) {
_root.ile = this._xscale;
if (_root.akcja == "plus") {
this._xscale = this._xscale + _root.czynnikSzybkosc;
this._yscale = this._yscale + _root.czynnikSzybkosc;
if (_root.ile >= _root.ileMax) {
_root.akcja = "minus";
}
}
if (_root.akcja == "minus") {
this._xscale = this._xscale - _root.czynnikSzybkosc;
this._yscale = this._yscale - _root.czynnikSzybkosc;
if (_root.ile <= _root.ileMin) {
_root.akcja = "plus";
}
}
}
Frame 63
_root.blackout.gotoAndPlay(2);
_root.timer = 0;
Instance of Symbol 420 MovieClip in Frame 63
onClipEvent (enterFrame) {
_root.ile = this._xscale;
if (_root.akcja == "plus") {
this._xscale = this._xscale + _root.czynnikSzybkosc;
this._yscale = this._yscale + _root.czynnikSzybkosc;
if (_root.ile >= _root.ileMax) {
_root.akcja = "minus";
}
}
if (_root.akcja == "minus") {
this._xscale = this._xscale - _root.czynnikSzybkosc;
this._yscale = this._yscale - _root.czynnikSzybkosc;
if (_root.ile <= _root.ileMin) {
_root.akcja = "plus";
}
}
}
Frame 64
_root.blackout.gotoAndPlay(2);
_root.timer = 0;
Instance of Symbol 338 MovieClip in Frame 64
onClipEvent (enterFrame) {
_root.timer = _root.timer + 1;
if (_root.timer >= 50) {
_parent.gotoAndStop(65);
}
}
Frame 65
_root.blackout.gotoAndPlay(2);
_root.timer = 0;
Instance of Symbol 439 MovieClip in Frame 65
onClipEvent (enterFrame) {
_root.ile = this._xscale;
if (_root.akcja == "plus") {
this._xscale = this._xscale + _root.czynnikSzybkosc;
this._yscale = this._yscale + _root.czynnikSzybkosc;
if (_root.ile >= _root.ileMax) {
_root.akcja = "minus";
}
}
if (_root.akcja == "minus") {
this._xscale = this._xscale - _root.czynnikSzybkosc;
this._yscale = this._yscale - _root.czynnikSzybkosc;
if (_root.ile <= _root.ileMin) {
_root.akcja = "plus";
}
}
}
Instance of Symbol 338 MovieClip in Frame 65
onClipEvent (enterFrame) {
_root.timer = _root.timer + 1;
if (_root.timer >= 50) {
_parent.gotoAndStop(66);
}
}
Frame 66
_root.blackout.gotoAndPlay(2);
_root.timer = 0;
Instance of Symbol 443 MovieClip in Frame 66
onClipEvent (enterFrame) {
_root.ile = this._xscale;
if (_root.akcja == "plus") {
this._xscale = this._xscale + _root.czynnikSzybkosc;
this._yscale = this._yscale + _root.czynnikSzybkosc;
if (_root.ile >= _root.ileMax) {
_root.akcja = "minus";
}
}
if (_root.akcja == "minus") {
this._xscale = this._xscale - _root.czynnikSzybkosc;
this._yscale = this._yscale - _root.czynnikSzybkosc;
if (_root.ile <= _root.ileMin) {
_root.akcja = "plus";
}
}
}
Instance of Symbol 338 MovieClip in Frame 66
onClipEvent (enterFrame) {
_root.timer = _root.timer + 1;
if (_root.timer >= 50) {
_parent.gotoAndStop(67);
}
}
Frame 67
_root.blackout.gotoAndPlay(2);
_root.timer = 0;
Instance of Symbol 447 MovieClip in Frame 67
onClipEvent (enterFrame) {
_root.ile = this._xscale;
if (_root.akcja == "plus") {
this._xscale = this._xscale + _root.czynnikSzybkosc;
this._yscale = this._yscale + _root.czynnikSzybkosc;
if (_root.ile >= _root.ileMax) {
_root.akcja = "minus";
}
}
if (_root.akcja == "minus") {
this._xscale = this._xscale - _root.czynnikSzybkosc;
this._yscale = this._yscale - _root.czynnikSzybkosc;
if (_root.ile <= _root.ileMin) {
_root.akcja = "plus";
}
}
}
Instance of Symbol 338 MovieClip in Frame 67
onClipEvent (enterFrame) {
_root.timer = _root.timer + 1;
if (_root.timer >= 50) {
_parent.gotoAndStop(68);
}
}
Frame 68
_root.blackout.gotoAndPlay(2);
Instance of Symbol 451 MovieClip in Frame 68
onClipEvent (enterFrame) {
_root.ile = this._xscale;
if (_root.akcja == "plus") {
this._xscale = this._xscale + _root.czynnikSzybkosc;
this._yscale = this._yscale + _root.czynnikSzybkosc;
if (_root.ile >= _root.ileMax) {
_root.akcja = "minus";
}
}
if (_root.akcja == "minus") {
this._xscale = this._xscale - _root.czynnikSzybkosc;
this._yscale = this._yscale - _root.czynnikSzybkosc;
if (_root.ile <= _root.ileMin) {
_root.akcja = "plus";
}
}
}
Instance of Symbol 125 MovieClip "blackout" in Frame 68
/* no clip actions */
Frame 69
_root.blackout.gotoAndPlay(2);
Instance of Symbol 460 MovieClip in Frame 69
onClipEvent (enterFrame) {
_root.ile = this._xscale;
if (_root.akcja == "plus") {
this._xscale = this._xscale + _root.czynnikSzybkosc;
this._yscale = this._yscale + _root.czynnikSzybkosc;
if (_root.ile >= _root.ileMax) {
_root.akcja = "minus";
}
}
if (_root.akcja == "minus") {
this._xscale = this._xscale - _root.czynnikSzybkosc;
this._yscale = this._yscale - _root.czynnikSzybkosc;
if (_root.ile <= _root.ileMin) {
_root.akcja = "plus";
}
}
}
Frame 70
_root.blackout.gotoAndPlay(2);
Frame 71
_root.blackout.gotoAndPlay(2);
Frame 72
_root.blackout.gotoAndPlay(2);
Frame 73
_root.blackout.gotoAndPlay(2);
Frame 74
_root.blackout.gotoAndPlay(2);
_root.timer = 0;
Instance of Symbol 338 MovieClip in Frame 74
onClipEvent (enterFrame) {
_root.timer = _root.timer + 1;
if (_root.timer >= 70) {
if (_root.ENDING == 4) {
_parent.gotoAndStop(79);
}
if (_root.ENDING == 3) {
_parent.gotoAndStop(80);
} else {
_parent.gotoAndStop(76);
}
}
}
Frame 75
_root.blackout.gotoAndPlay(2);
_root.timer = 0;
_root.alfa = 100;
Instance of Symbol 338 MovieClip in Frame 75
onClipEvent (enterFrame) {
_root.timer = _root.timer + 1;
if (_root.timer >= 20) {
if (_root.ENDING == 4) {
_parent.gotoAndStop(79);
}
if (_root.ENDING == 3) {
_parent.gotoAndStop(80);
} else {
_parent.gotoAndStop(76);
}
}
}
Instance of Symbol 470 MovieClip in Frame 75
/* no clip actions */
Frame 76
_root.blackout.gotoAndPlay(2);
Instance of Symbol 475 MovieClip in Frame 76
onClipEvent (enterFrame) {
_root.ile = this._xscale;
if (_root.akcja == "plus") {
this._xscale = this._xscale + _root.czynnikSzybkosc;
this._yscale = this._yscale + _root.czynnikSzybkosc;
if (_root.ile >= _root.ileMax) {
_root.akcja = "minus";
}
}
if (_root.akcja == "minus") {
this._xscale = this._xscale - _root.czynnikSzybkosc;
this._yscale = this._yscale - _root.czynnikSzybkosc;
if (_root.ile <= _root.ileMin) {
_root.akcja = "plus";
}
}
}
Frame 77
_root.blackout.gotoAndPlay(2);
Instance of Symbol 483 MovieClip in Frame 77
onClipEvent (enterFrame) {
_root.ile = this._xscale;
if (_root.akcja == "plus") {
this._xscale = this._xscale + _root.czynnikSzybkosc;
this._yscale = this._yscale + _root.czynnikSzybkosc;
if (_root.ile >= _root.ileMax) {
_root.akcja = "minus";
}
}
if (_root.akcja == "minus") {
this._xscale = this._xscale - _root.czynnikSzybkosc;
this._yscale = this._yscale - _root.czynnikSzybkosc;
if (_root.ile <= _root.ileMin) {
_root.akcja = "plus";
}
}
}
Frame 78
_root.blackout.gotoAndPlay(2);
Instance of Symbol 489 MovieClip in Frame 78
onClipEvent (enterFrame) {
_root.ile = this._xscale;
if (_root.akcja == "plus") {
this._xscale = this._xscale + _root.czynnikSzybkosc;
this._yscale = this._yscale + _root.czynnikSzybkosc;
if (_root.ile >= _root.ileMax) {
_root.akcja = "minus";
}
}
if (_root.akcja == "minus") {
this._xscale = this._xscale - _root.czynnikSzybkosc;
this._yscale = this._yscale - _root.czynnikSzybkosc;
if (_root.ile <= _root.ileMin) {
_root.akcja = "plus";
}
}
}
Frame 79
_root.blackout.gotoAndPlay(2);
Instance of Symbol 475 MovieClip in Frame 79
onClipEvent (enterFrame) {
_root.ile = this._xscale;
if (_root.akcja == "plus") {
this._xscale = this._xscale + _root.czynnikSzybkosc;
this._yscale = this._yscale + _root.czynnikSzybkosc;
if (_root.ile >= _root.ileMax) {
_root.akcja = "minus";
}
}
if (_root.akcja == "minus") {
this._xscale = this._xscale - _root.czynnikSzybkosc;
this._yscale = this._yscale - _root.czynnikSzybkosc;
if (_root.ile <= _root.ileMin) {
_root.akcja = "plus";
}
}
}
Frame 80
_root.blackout.gotoAndPlay(2);
Frame 81
_root.blackout.gotoAndPlay(2);
_root.timer = 0;
_root.alfa = 100;
_root.act = 200;
Instance of Symbol 504 MovieClip in Frame 81
onClipEvent (enterFrame) {
_root.ile = this._xscale;
if (_root.akcja == "plus") {
this._xscale = this._xscale + _root.czynnikSzybkosc;
this._yscale = this._yscale + _root.czynnikSzybkosc;
if (_root.ile >= _root.ileMax) {
_root.akcja = "minus";
}
}
if (_root.akcja == "minus") {
this._xscale = this._xscale - _root.czynnikSzybkosc;
this._yscale = this._yscale - _root.czynnikSzybkosc;
if (_root.ile <= _root.ileMin) {
_root.akcja = "plus";
}
}
}
Instance of Symbol 338 MovieClip in Frame 81
onClipEvent (enterFrame) {
_root.timer = _root.timer + 1;
if (_root.timer >= 100) {
_parent.gotoAndStop(82);
}
}
Frame 82
_root.timer = 0;
_root.alfa = 100;
Instance of Symbol 506 MovieClip in Frame 82
onClipEvent (enterFrame) {
setProperty(this, _alpha , _root.alfa);
_root.alfa = _root.alfa - 5;
}
Instance of Symbol 338 MovieClip in Frame 82
onClipEvent (enterFrame) {
_root.timer = _root.timer + 1;
if (_root.timer >= 20) {
_parent.gotoAndStop(83);
}
}
Frame 83
_root.blackout.gotoAndPlay(2);
Frame 84
_root.blackout.gotoAndPlay(2);
wskaznik.gotoAndStop(32);
Instance of Symbol 512 MovieClip in Frame 84
onClipEvent (enterFrame) {
_root.ile = this._xscale;
if (_root.akcja == "plus") {
this._xscale = this._xscale + _root.czynnikSzybkosc;
this._yscale = this._yscale + _root.czynnikSzybkosc;
if (_root.ile >= _root.ileMax) {
_root.akcja = "minus";
}
}
if (_root.akcja == "minus") {
this._xscale = this._xscale - _root.czynnikSzybkosc;
this._yscale = this._yscale - _root.czynnikSzybkosc;
if (_root.ile <= _root.ileMin) {
_root.akcja = "plus";
}
}
}
Instance of Symbol 210 MovieClip in Frame 84
onClipEvent (enterFrame) {
if ((_root.act >= 205) and (_root.act < 225)) {
_parent.tekst1.gotoAndStop(2);
if (_root.NacisnietyWlasciwy == "Tak") {
_parent.orgazmPanel.gotoAndStop(2);
} else {
_parent.orgazmPanel.gotoAndStop(1);
}
}
if ((_root.act >= 225) and (_root.act < 250)) {
_parent.tekst1.gotoAndStop(3);
if (_root.NacisnietyWlasciwy == "Tak") {
_parent.orgazmPanel.gotoAndStop(3);
} else {
_parent.orgazmPanel.gotoAndStop(1);
}
}
if (_root.act >= 250) {
_parent.orgazmPanel.gotoAndStop(1);
_root.NacisnietyWlasciwy = "Nie";
_root.act = 250;
_parent.gotoAndStop(86);
}
}
Instance of Symbol 125 MovieClip "blackout" in Frame 84
/* no clip actions */
Frame 85
_root.blackout.gotoAndPlay(2);
wskaznik.gotoAndStop(36);
Instance of Symbol 526 MovieClip in Frame 85
onClipEvent (enterFrame) {
_root.ile = this._xscale;
if (_root.akcja == "plus") {
this._xscale = this._xscale + _root.czynnikSzybkosc;
this._yscale = this._yscale + _root.czynnikSzybkosc;
if (_root.ile >= _root.ileMax) {
_root.akcja = "minus";
}
}
if (_root.akcja == "minus") {
this._xscale = this._xscale - _root.czynnikSzybkosc;
this._yscale = this._yscale - _root.czynnikSzybkosc;
if (_root.ile <= _root.ileMin) {
_root.akcja = "plus";
}
}
}
Instance of Symbol 210 MovieClip in Frame 85
onClipEvent (enterFrame) {
if ((_root.act >= 255) and (_root.act < 275)) {
_parent.tekst2.gotoAndStop(2);
if (_root.NacisnietyWlasciwy == "Tak") {
_parent.orgazmPanel.gotoAndStop(2);
} else {
_parent.orgazmPanel.gotoAndStop(1);
}
}
if ((_root.act >= 275) and (_root.act < 300)) {
_parent.tekst2.gotoAndStop(3);
if (_root.NacisnietyWlasciwy == "Tak") {
_parent.orgazmPanel.gotoAndStop(3);
} else {
_parent.orgazmPanel.gotoAndStop(1);
}
}
if (_root.act >= 300) {
_parent.orgazmPanel.gotoAndStop(1);
_root.NacisnietyWlasciwy = "Nie";
_root.act = 300;
_parent.gotoAndStop(87);
}
}
Frame 86
_root.blackout.gotoAndPlay(2);
wskaznik.gotoAndStop(1);
_root.FACET = "";
Instance of Symbol 537 MovieClip in Frame 86
onClipEvent (enterFrame) {
_root.ile = this._xscale;
if (_root.akcja == "plus") {
this._xscale = this._xscale + _root.czynnikSzybkosc;
this._yscale = this._yscale + _root.czynnikSzybkosc;
if (_root.ile >= _root.ileMax) {
_root.akcja = "minus";
}
}
if (_root.akcja == "minus") {
this._xscale = this._xscale - _root.czynnikSzybkosc;
this._yscale = this._yscale - _root.czynnikSzybkosc;
if (_root.ile <= _root.ileMin) {
_root.akcja = "plus";
}
}
}
Instance of Symbol 125 MovieClip "blackout" in Frame 86
/* no clip actions */
Frame 87
_root.blackout.gotoAndPlay(2);
wskaznik.gotoAndStop(34);
_root.act = 300;
Instance of Symbol 546 MovieClip in Frame 87
onClipEvent (enterFrame) {
_root.ile = this._xscale;
if (_root.akcja == "plus") {
this._xscale = this._xscale + _root.czynnikSzybkosc;
this._yscale = this._yscale + _root.czynnikSzybkosc;
if (_root.ile >= _root.ileMax) {
_root.akcja = "minus";
}
}
if (_root.akcja == "minus") {
this._xscale = this._xscale - _root.czynnikSzybkosc;
this._yscale = this._yscale - _root.czynnikSzybkosc;
if (_root.ile <= _root.ileMin) {
_root.akcja = "plus";
}
}
}
Instance of Symbol 210 MovieClip in Frame 87
onClipEvent (enterFrame) {
if ((_root.act >= 305) and (_root.act < 325)) {
_parent.tekst3.gotoAndStop(2);
if (_root.NacisnietyWlasciwy == "Tak") {
_parent.orgazmPanel.gotoAndStop(3);
} else {
_parent.orgazmPanel.gotoAndStop(1);
}
}
if ((_root.act >= 325) and (_root.act < 350)) {
_parent.tekst3.gotoAndStop(3);
if (_root.NacisnietyWlasciwy == "Tak") {
_parent.orgazmPanel.gotoAndStop(4);
} else {
_parent.orgazmPanel.gotoAndStop(1);
}
}
if (_root.act >= 350) {
_parent.orgazmPanel.gotoAndStop(5);
_root.NacisnietyWlasciwy = "Nie";
_root.act = 350;
_root.FACET = "";
_parent.gotoAndStop(88);
}
}
Instance of Symbol 125 MovieClip "blackout" in Frame 87
/* no clip actions */
Frame 88
_root.blackout.gotoAndPlay(2);
wskaznik.gotoAndStop(1);
_parent.orgazmPanel.gotoAndStop(5);
_root.FACET = "";
_root.FACETDWA = "";
Instance of Symbol 557 MovieClip in Frame 88
onClipEvent (enterFrame) {
_root.ile = this._xscale;
if (_root.akcja == "plus") {
this._xscale = this._xscale + _root.czynnikSzybkosc;
this._yscale = this._yscale + _root.czynnikSzybkosc;
if (_root.ile >= _root.ileMax) {
_root.akcja = "minus";
}
}
if (_root.akcja == "minus") {
this._xscale = this._xscale - _root.czynnikSzybkosc;
this._yscale = this._yscale - _root.czynnikSzybkosc;
if (_root.ile <= _root.ileMin) {
_root.akcja = "plus";
}
}
}
Instance of Symbol 125 MovieClip "blackout" in Frame 88
/* no clip actions */
Frame 89
_root.blackout.gotoAndPlay(2);
Frame 90
_root.blackout.gotoAndPlay(2);
Frame 91
_root.blackout.gotoAndPlay(2);
_root.timer = 0;
_root.alfa = 100;
_root.act = 200;
Instance of Symbol 568 MovieClip in Frame 91
onClipEvent (enterFrame) {
_root.ile = this._xscale;
if (_root.akcja == "plus") {
this._xscale = this._xscale + _root.czynnikSzybkosc;
this._yscale = this._yscale + _root.czynnikSzybkosc;
if (_root.ile >= _root.ileMax) {
_root.akcja = "minus";
}
}
if (_root.akcja == "minus") {
this._xscale = this._xscale - _root.czynnikSzybkosc;
this._yscale = this._yscale - _root.czynnikSzybkosc;
if (_root.ile <= _root.ileMin) {
_root.akcja = "plus";
}
}
}
Instance of Symbol 338 MovieClip in Frame 91
onClipEvent (enterFrame) {
_root.timer = _root.timer + 1;
if (_root.timer >= 5) {
_parent.gotoAndStop(92);
}
}
Frame 92
_root.timer = 0;
_root.alfa = 100;
Instance of Symbol 570 MovieClip in Frame 92
onClipEvent (enterFrame) {
setProperty(this, _alpha , _root.alfa);
_root.alfa = _root.alfa - 5;
}
Instance of Symbol 338 MovieClip in Frame 92
onClipEvent (enterFrame) {
_root.timer = _root.timer + 1;
if (_root.timer >= 20) {
_parent.gotoAndStop(93);
}
}
Frame 93
_root.blackout.gotoAndPlay(2);
_root.timer = 0;
Instance of Symbol 573 MovieClip in Frame 93
onClipEvent (enterFrame) {
_root.ile = this._xscale;
if (_root.akcja == "plus") {
this._xscale = this._xscale + _root.czynnikSzybkosc;
this._yscale = this._yscale + _root.czynnikSzybkosc;
if (_root.ile >= _root.ileMax) {
_root.akcja = "minus";
}
}
if (_root.akcja == "minus") {
this._xscale = this._xscale - _root.czynnikSzybkosc;
this._yscale = this._yscale - _root.czynnikSzybkosc;
if (_root.ile <= _root.ileMin) {
_root.akcja = "plus";
}
}
}
Frame 94
_root.blackout.gotoAndPlay(2);
_root.timer = 0;
wskaznik.gotoAndStop(27);
Frame 95
_root.blackout.gotoAndPlay(2);
wskaznik.gotoAndStop(27);
Instance of Symbol 595 MovieClip "girl" in Frame 95
onClipEvent (enterFrame) {
_root.ile = this._xscale;
if (_root.akcja == "plus") {
this._xscale = this._xscale + _root.czynnikSzybkosc;
this._yscale = this._yscale + _root.czynnikSzybkosc;
if (_root.ile >= _root.ileMax) {
_root.akcja = "minus";
}
}
if (_root.akcja == "minus") {
this._xscale = this._xscale - _root.czynnikSzybkosc;
this._yscale = this._yscale - _root.czynnikSzybkosc;
if (_root.ile <= _root.ileMin) {
_root.akcja = "plus";
}
}
}
Instance of Symbol 210 MovieClip in Frame 95
onClipEvent (enterFrame) {
if ((_root.act >= 205) and (_root.act < 225)) {
_parent.tekstDodatkowy.gotoAndStop(2);
_parent.girl.gotoAndStop(2);
if (_root.NacisnietyWlasciwy == "Tak") {
_parent.orgazmPanel.gotoAndStop(2);
} else {
_parent.orgazmPanel.gotoAndStop(1);
}
}
if (_root.act >= 225) {
_parent.tekstDodatkowy.gotoAndStop(3);
_root.girl.gotoAndStop(3);
if (_root.NacisnietyWlasciwy == "Tak") {
_parent.orgazmPanel.gotoAndStop(3);
} else {
_parent.orgazmPanel.gotoAndStop(1);
}
}
if (_root.act >= 250) {
_parent.orgazmPanel.gotoAndStop(1);
_root.NacisnietyWlasciwy = "Nie";
_root.act = 250;
_parent.gotoAndStop(98);
}
}
Instance of Symbol 125 MovieClip "blackout" in Frame 95
/* no clip actions */
Frame 96
_root.blackout.gotoAndPlay(2);
Instance of Symbol 591 MovieClip in Frame 96
onClipEvent (enterFrame) {
_root.ile = this._xscale;
if (_root.akcja == "plus") {
this._xscale = this._xscale + _root.czynnikSzybkosc;
this._yscale = this._yscale + _root.czynnikSzybkosc;
if (_root.ile >= _root.ileMax) {
_root.akcja = "minus";
}
}
if (_root.akcja == "minus") {
this._xscale = this._xscale - _root.czynnikSzybkosc;
this._yscale = this._yscale - _root.czynnikSzybkosc;
if (_root.ile <= _root.ileMin) {
_root.akcja = "plus";
}
}
}
Instance of Symbol 587 MovieClip in Frame 96
onClipEvent (load) {
prevX = _root._xmouse;
prevY = _root._ymouse;
}
onClipEvent (enterFrame) {
x = _root._xmouse - prevX;
y = _root._ymouse - prevY;
speed = Math.sqrt((x * x) + (y * y));
_root.szybkosc = speed;
_root.DownZmiennaX = _root.szybkosc;
prevX = _root._xmouse;
prevY = _root._ymouse;
}
Instance of Symbol 125 MovieClip "blackout" in Frame 96
/* no clip actions */
Frame 97
_root.blackout.gotoAndPlay(2);
Instance of Symbol 594 MovieClip in Frame 97
onClipEvent (enterFrame) {
_root.ile = this._xscale;
if (_root.akcja == "plus") {
this._xscale = this._xscale + _root.czynnikSzybkosc;
this._yscale = this._yscale + _root.czynnikSzybkosc;
if (_root.ile >= _root.ileMax) {
_root.akcja = "minus";
}
}
if (_root.akcja == "minus") {
this._xscale = this._xscale - _root.czynnikSzybkosc;
this._yscale = this._yscale - _root.czynnikSzybkosc;
if (_root.ile <= _root.ileMin) {
_root.akcja = "plus";
}
}
}
Frame 98
_root.blackout.gotoAndPlay(2);
_root.act = 250;
wskaznik.gotoAndStop(1);
Instance of Symbol 612 MovieClip in Frame 98
onClipEvent (enterFrame) {
_root.ile = this._xscale;
if (_root.akcja == "plus") {
this._xscale = this._xscale + _root.czynnikSzybkosc;
this._yscale = this._yscale + _root.czynnikSzybkosc;
if (_root.ile >= _root.ileMax) {
_root.akcja = "minus";
}
}
if (_root.akcja == "minus") {
this._xscale = this._xscale - _root.czynnikSzybkosc;
this._yscale = this._yscale - _root.czynnikSzybkosc;
if (_root.ile <= _root.ileMin) {
_root.akcja = "plus";
}
}
}
Frame 99
_root.blackout.gotoAndPlay(2);
wskaznik.gotoAndStop(27);
Instance of Symbol 622 MovieClip "girl" in Frame 99
onClipEvent (enterFrame) {
_root.ile = this._xscale;
if (_root.akcja == "plus") {
this._xscale = this._xscale + _root.czynnikSzybkosc;
this._yscale = this._yscale + _root.czynnikSzybkosc;
if (_root.ile >= _root.ileMax) {
_root.akcja = "minus";
}
}
if (_root.akcja == "minus") {
this._xscale = this._xscale - _root.czynnikSzybkosc;
this._yscale = this._yscale - _root.czynnikSzybkosc;
if (_root.ile <= _root.ileMin) {
_root.akcja = "plus";
}
}
}
Instance of Symbol 210 MovieClip in Frame 99
onClipEvent (enterFrame) {
if ((_root.act >= 255) and (_root.act < 275)) {
_parent.tekst.gotoAndStop(2);
if (_root.NacisnietyWlasciwy == "Tak") {
_parent.orgazmPanel.gotoAndStop(2);
} else {
_parent.orgazmPanel.gotoAndStop(1);
}
}
if ((_root.act >= 275) and (_root.act < 300)) {
_parent.tekst.gotoAndStop(3);
if (_root.NacisnietyWlasciwy == "Tak") {
_parent.orgazmPanel.gotoAndStop(3);
} else {
_parent.orgazmPanel.gotoAndStop(1);
}
}
if (_root.act >= 300) {
_parent.orgazmPanel.gotoAndStop(1);
_root.NacisnietyWlasciwy = "Nie";
_root.act = 300;
_parent.gotoAndStop(100);
}
}
Instance of Symbol 125 MovieClip "blackout" in Frame 99
/* no clip actions */
Frame 100
_root.blackout.gotoAndPlay(2);
wskaznik.gotoAndStop(27);
Instance of Symbol 635 MovieClip "girl" in Frame 100
onClipEvent (enterFrame) {
_root.ile = this._xscale;
if (_root.akcja == "plus") {
this._xscale = this._xscale + _root.czynnikSzybkosc;
this._yscale = this._yscale + _root.czynnikSzybkosc;
if (_root.ile >= _root.ileMax) {
_root.akcja = "minus";
}
}
if (_root.akcja == "minus") {
this._xscale = this._xscale - _root.czynnikSzybkosc;
this._yscale = this._yscale - _root.czynnikSzybkosc;
if (_root.ile <= _root.ileMin) {
_root.akcja = "plus";
}
}
}
Instance of Symbol 210 MovieClip in Frame 100
onClipEvent (enterFrame) {
if ((_root.act >= 305) and (_root.act < 325)) {
_parent.tekst.gotoAndStop(2);
if (_root.NacisnietyWlasciwy == "Tak") {
_parent.orgazmPanel.gotoAndStop(3);
} else {
_parent.orgazmPanel.gotoAndStop(1);
}
}
if ((_root.act >= 325) and (_root.act < 350)) {
_parent.tekst.gotoAndStop(3);
if (_root.NacisnietyWlasciwy == "Tak") {
_parent.orgazmPanel.gotoAndStop(4);
} else {
_parent.orgazmPanel.gotoAndStop(1);
}
}
if (_root.act >= 350) {
_root.NacisnietyWlasciwy = "Nie";
_root.act = 350;
_parent.orgazmPanel.gotoAndStop(5);
_parent.gotoAndStop(101);
}
}
Frame 101
_root.blackout.gotoAndPlay(2);
wskaznik.gotoAndStop(1);
_parent.orgazmPanel.gotoAndStop(5);
Instance of Symbol 646 MovieClip in Frame 101
onClipEvent (enterFrame) {
_root.ile = this._xscale;
if (_root.akcja == "plus") {
this._xscale = this._xscale + _root.czynnikSzybkosc;
this._yscale = this._yscale + _root.czynnikSzybkosc;
if (_root.ile >= _root.ileMax) {
_root.akcja = "minus";
}
}
if (_root.akcja == "minus") {
this._xscale = this._xscale - _root.czynnikSzybkosc;
this._yscale = this._yscale - _root.czynnikSzybkosc;
if (_root.ile <= _root.ileMin) {
_root.akcja = "plus";
}
}
}
Instance of Symbol 125 MovieClip "blackout" in Frame 101
/* no clip actions */
Frame 102
_root.blackout.gotoAndPlay(2);
Frame 103
_root.blackout.gotoAndPlay(2);
Frame 104
_root.blackout.gotoAndPlay(2);
Frame 105
_root.blackout.gotoAndPlay(2);
Frame 106
_root.blackout.gotoAndPlay(2);
Frame 107
_root.blackout.gotoAndPlay(2);
Frame 108
_root.blackout.gotoAndPlay(2);
Frame 109
_root.blackout.gotoAndPlay(2);
wskaznik.gotoAndStop(1);
_root.timer = 0;
_root.alfa = 100;
_root.act = 200;
Instance of Symbol 653 MovieClip in Frame 109
onClipEvent (enterFrame) {
_root.ile = this._xscale;
if (_root.akcja == "plus") {
this._xscale = this._xscale + _root.czynnikSzybkosc;
this._yscale = this._yscale + _root.czynnikSzybkosc;
if (_root.ile >= _root.ileMax) {
_root.akcja = "minus";
}
}
if (_root.akcja == "minus") {
this._xscale = this._xscale - _root.czynnikSzybkosc;
this._yscale = this._yscale - _root.czynnikSzybkosc;
if (_root.ile <= _root.ileMin) {
_root.akcja = "plus";
}
}
}
Instance of Symbol 338 MovieClip in Frame 109
onClipEvent (enterFrame) {
_root.timer = _root.timer + 1;
if (_root.timer >= 100) {
_parent.gotoAndStop(110);
}
}
Frame 110
_root.timer = 0;
_root.alfa = 100;
Instance of Symbol 655 MovieClip in Frame 110
onClipEvent (enterFrame) {
setProperty(this, _alpha , _root.alfa);
_root.alfa = _root.alfa - 5;
}
Instance of Symbol 338 MovieClip in Frame 110
onClipEvent (enterFrame) {
_root.timer = _root.timer + 1;
if (_root.timer >= 20) {
_parent.gotoAndStop(111);
}
}
Frame 111
_root.blackout.gotoAndPlay(2);
Instance of Symbol 658 MovieClip in Frame 111
onClipEvent (enterFrame) {
_root.ile = this._xscale;
if (_root.akcja == "plus") {
this._xscale = this._xscale + _root.czynnikSzybkosc;
this._yscale = this._yscale + _root.czynnikSzybkosc;
if (_root.ile >= _root.ileMax) {
_root.akcja = "minus";
}
}
if (_root.akcja == "minus") {
this._xscale = this._xscale - _root.czynnikSzybkosc;
this._yscale = this._yscale - _root.czynnikSzybkosc;
if (_root.ile <= _root.ileMin) {
_root.akcja = "plus";
}
}
}
Frame 112
_root.blackout.gotoAndPlay(2);
Instance of Symbol 664 MovieClip in Frame 112
onClipEvent (enterFrame) {
_root.ile = this._xscale;
if (_root.akcja == "plus") {
this._xscale = this._xscale + _root.czynnikSzybkosc;
this._yscale = this._yscale + _root.czynnikSzybkosc;
if (_root.ile >= _root.ileMax) {
_root.akcja = "minus";
}
}
if (_root.akcja == "minus") {
this._xscale = this._xscale - _root.czynnikSzybkosc;
this._yscale = this._yscale - _root.czynnikSzybkosc;
if (_root.ile <= _root.ileMin) {
_root.akcja = "plus";
}
}
}
Frame 113
_root.blackout.gotoAndPlay(2);
Instance of Symbol 669 MovieClip in Frame 113
onClipEvent (enterFrame) {
_root.ile = this._xscale;
if (_root.akcja == "plus") {
this._xscale = this._xscale + _root.czynnikSzybkosc;
this._yscale = this._yscale + _root.czynnikSzybkosc;
if (_root.ile >= _root.ileMax) {
_root.akcja = "minus";
}
}
if (_root.akcja == "minus") {
this._xscale = this._xscale - _root.czynnikSzybkosc;
this._yscale = this._yscale - _root.czynnikSzybkosc;
if (_root.ile <= _root.ileMin) {
_root.akcja = "plus";
}
}
}
Frame 114
_root.blackout.gotoAndPlay(2);
Instance of Symbol 674 MovieClip in Frame 114
onClipEvent (enterFrame) {
_root.ile = this._xscale;
if (_root.akcja == "plus") {
this._xscale = this._xscale + _root.czynnikSzybkosc;
this._yscale = this._yscale + _root.czynnikSzybkosc;
if (_root.ile >= _root.ileMax) {
_root.akcja = "minus";
}
}
if (_root.akcja == "minus") {
this._xscale = this._xscale - _root.czynnikSzybkosc;
this._yscale = this._yscale - _root.czynnikSzybkosc;
if (_root.ile <= _root.ileMin) {
_root.akcja = "plus";
}
}
}
Frame 115
_root.blackout.gotoAndPlay(2);
Frame 116
_root.blackout.gotoAndPlay(2);
Frame 117
_root.blackout.gotoAndPlay(2);
Frame 118
_root.blackout.gotoAndPlay(2);
Frame 119
_root.blackout.gotoAndPlay(2);
Frame 120
_root.blackout.gotoAndPlay(2);
Frame 121
_root.blackout.gotoAndPlay(2);
Frame 122
_root.blackout.gotoAndPlay(2);
Frame 123
_root.blackout.gotoAndPlay(2);
Frame 124
_root.blackout.gotoAndPlay(2);
Frame 125
_root.blackout.gotoAndPlay(2);
Frame 126
_root.blackout.gotoAndPlay(2);
Frame 127
_root.blackout.gotoAndPlay(2);
_root.timer = 0;
_root.alfa = 100;
_root.act = 200;
Instance of Symbol 680 MovieClip in Frame 127
onClipEvent (enterFrame) {
_root.ile = this._xscale;
if (_root.akcja == "plus") {
this._xscale = this._xscale + _root.czynnikSzybkosc;
this._yscale = this._yscale + _root.czynnikSzybkosc;
if (_root.ile >= _root.ileMax) {
_root.akcja = "minus";
}
}
if (_root.akcja == "minus") {
this._xscale = this._xscale - _root.czynnikSzybkosc;
this._yscale = this._yscale - _root.czynnikSzybkosc;
if (_root.ile <= _root.ileMin) {
_root.akcja = "plus";
}
}
}
Instance of Symbol 338 MovieClip in Frame 127
onClipEvent (enterFrame) {
_root.timer = _root.timer + 1;
if (_root.timer >= 100) {
_parent.gotoAndStop(128);
}
}
Frame 128
_root.timer = 0;
_root.alfa = 100;
Instance of Symbol 682 MovieClip in Frame 128
onClipEvent (enterFrame) {
setProperty(this, _alpha , _root.alfa);
_root.alfa = _root.alfa - 5;
}
Instance of Symbol 338 MovieClip in Frame 128
onClipEvent (enterFrame) {
_root.timer = _root.timer + 1;
if (_root.timer >= 20) {
_parent.gotoAndStop(129);
}
}
Frame 129
_root.blackout.gotoAndPlay(2);
wskaznik.gotoAndStop(1);
Instance of Symbol 686 MovieClip in Frame 129
onClipEvent (enterFrame) {
_root.ile = this._xscale;
if (_root.akcja == "plus") {
this._xscale = this._xscale + _root.czynnikSzybkosc;
this._yscale = this._yscale + _root.czynnikSzybkosc;
if (_root.ile >= _root.ileMax) {
_root.akcja = "minus";
}
}
if (_root.akcja == "minus") {
this._xscale = this._xscale - _root.czynnikSzybkosc;
this._yscale = this._yscale - _root.czynnikSzybkosc;
if (_root.ile <= _root.ileMin) {
_root.akcja = "plus";
}
}
}
Frame 130
_root.blackout.gotoAndPlay(2);
wskaznik.gotoAndStop(43);
Instance of Symbol 692 MovieClip in Frame 130
onClipEvent (enterFrame) {
_root.ile = this._xscale;
if (_root.akcja == "plus") {
this._xscale = this._xscale + _root.czynnikSzybkosc;
this._yscale = this._yscale + _root.czynnikSzybkosc;
if (_root.ile >= _root.ileMax) {
_root.akcja = "minus";
}
}
if (_root.akcja == "minus") {
this._xscale = this._xscale - _root.czynnikSzybkosc;
this._yscale = this._yscale - _root.czynnikSzybkosc;
if (_root.ile <= _root.ileMin) {
_root.akcja = "plus";
}
}
}
Instance of Symbol 210 MovieClip in Frame 130
onClipEvent (enterFrame) {
if ((_root.act >= 205) and (_root.act < 225)) {
_parent.tekst.gotoAndStop(2);
if (_root.NacisnietyWlasciwy == "Tak") {
_parent.orgazmPanel.gotoAndStop(2);
} else {
_parent.orgazmPanel.gotoAndStop(1);
}
}
if ((_root.act >= 225) and (_root.act < 250)) {
_parent.tekst.gotoAndStop(3);
if (_root.NacisnietyWlasciwy == "Tak") {
_parent.orgazmPanel.gotoAndStop(3);
} else {
_parent.orgazmPanel.gotoAndStop(1);
}
}
if (_root.act >= 250) {
_root.NacisnietyWlasciwy = "Nie";
_root.act = 250;
_parent.orgazmPanel.gotoAndStop(1);
_parent.gotoAndStop(131);
}
}
Instance of Symbol 125 MovieClip "blackout" in Frame 130
/* no clip actions */
Frame 131
_root.blackout.gotoAndPlay(2);
_root.FACET = "";
_root.FACETDWA = "";
wskaznik.gotoAndStop(1);
Instance of Symbol 705 MovieClip in Frame 131
onClipEvent (enterFrame) {
_root.ile = this._xscale;
if (_root.akcja == "plus") {
this._xscale = this._xscale + _root.czynnikSzybkosc;
this._yscale = this._yscale + _root.czynnikSzybkosc;
if (_root.ile >= _root.ileMax) {
_root.akcja = "minus";
}
}
if (_root.akcja == "minus") {
this._xscale = this._xscale - _root.czynnikSzybkosc;
this._yscale = this._yscale - _root.czynnikSzybkosc;
if (_root.ile <= _root.ileMin) {
_root.akcja = "plus";
}
}
}
Instance of Symbol 125 MovieClip "blackout" in Frame 131
/* no clip actions */
Frame 132
_root.blackout.gotoAndPlay(2);
Instance of Symbol 717 MovieClip in Frame 132
onClipEvent (enterFrame) {
_root.ile = this._xscale;
if (_root.akcja == "plus") {
this._xscale = this._xscale + _root.czynnikSzybkosc;
this._yscale = this._yscale + _root.czynnikSzybkosc;
if (_root.ile >= _root.ileMax) {
_root.akcja = "minus";
}
}
if (_root.akcja == "minus") {
this._xscale = this._xscale - _root.czynnikSzybkosc;
this._yscale = this._yscale - _root.czynnikSzybkosc;
if (_root.ile <= _root.ileMin) {
_root.akcja = "plus";
}
}
}
Instance of Symbol 210 MovieClip in Frame 132
onClipEvent (enterFrame) {
if ((_root.act >= 255) and (_root.act < 275)) {
_parent.tekst.gotoAndStop(2);
if (_root.NacisnietyWlasciwy == "Tak") {
_parent.orgazmPanel.gotoAndStop(2);
} else {
_parent.orgazmPanel.gotoAndStop(1);
}
}
if ((_root.act >= 275) and (_root.act < 300)) {
_parent.tekst.gotoAndStop(3);
if (_root.NacisnietyWlasciwy == "Tak") {
_parent.orgazmPanel.gotoAndStop(2);
} else {
_parent.orgazmPanel.gotoAndStop(1);
}
}
if (_root.act >= 300) {
_root.NacisnietyWlasciwy = "Nie";
_root.act = 300;
_parent.orgazmPanel.gotoAndStop(1);
_parent.gotoAndStop(133);
}
}
Frame 133
_root.blackout.gotoAndPlay(2);
_root.FACET = "";
_root.FACETDWA = "";
wskaznik.gotoAndStop(1);
Instance of Symbol 735 MovieClip in Frame 133
onClipEvent (enterFrame) {
_root.ile = this._xscale;
if (_root.akcja == "plus") {
this._xscale = this._xscale + _root.czynnikSzybkosc;
this._yscale = this._yscale + _root.czynnikSzybkosc;
if (_root.ile >= _root.ileMax) {
_root.akcja = "minus";
}
}
if (_root.akcja == "minus") {
this._xscale = this._xscale - _root.czynnikSzybkosc;
this._yscale = this._yscale - _root.czynnikSzybkosc;
if (_root.ile <= _root.ileMin) {
_root.akcja = "plus";
}
}
}
Instance of Symbol 210 MovieClip in Frame 133
onClipEvent (enterFrame) {
if ((_root.act >= 305) and (_root.act < 325)) {
_parent.tekst.gotoAndStop(2);
if (_root.NacisnietyWlasciwy == "Tak") {
_parent.orgazmPanel.gotoAndStop(3);
} else {
_parent.orgazmPanel.gotoAndStop(1);
}
}
if ((_root.act >= 325) and (_root.act < 350)) {
_parent.tekst.gotoAndStop(3);
if (_root.NacisnietyWlasciwy == "Tak") {
_parent.orgazmPanel.gotoAndStop(4);
} else {
_parent.orgazmPanel.gotoAndStop(1);
}
}
if (_root.act >= 350) {
_root.NacisnietyWlasciwy = "Nie";
_root.act = 350;
_parent.orgazmPanel.gotoAndStop(5);
_parent.gotoAndStop(134);
}
}
Frame 134
_root.blackout.gotoAndPlay(2);
_root.FACET = "";
_root.FACETDWA = "";
wskaznik.gotoAndStop(1);
Instance of Symbol 746 MovieClip in Frame 134
onClipEvent (enterFrame) {
_root.ile = this._xscale;
if (_root.akcja == "plus") {
this._xscale = this._xscale + _root.czynnikSzybkosc;
this._yscale = this._yscale + _root.czynnikSzybkosc;
if (_root.ile >= _root.ileMax) {
_root.akcja = "minus";
}
}
if (_root.akcja == "minus") {
this._xscale = this._xscale - _root.czynnikSzybkosc;
this._yscale = this._yscale - _root.czynnikSzybkosc;
if (_root.ile <= _root.ileMin) {
_root.akcja = "plus";
}
}
}
Frame 135
_root.blackout.gotoAndPlay(2);
Frame 136
_root.blackout.gotoAndPlay(2);
Frame 137
_root.blackout.gotoAndPlay(2);
Frame 138
_root.blackout.gotoAndPlay(2);
Frame 139
_root.blackout.gotoAndPlay(2);
Frame 140
_root.blackout.gotoAndPlay(2);
_root.timer = 0;
_root.alfa = 100;
_root.act = 200;
Instance of Symbol 752 MovieClip in Frame 140
onClipEvent (enterFrame) {
_root.ile = this._xscale;
if (_root.akcja == "plus") {
this._xscale = this._xscale + _root.czynnikSzybkosc;
this._yscale = this._yscale + _root.czynnikSzybkosc;
if (_root.ile >= _root.ileMax) {
_root.akcja = "minus";
}
}
if (_root.akcja == "minus") {
this._xscale = this._xscale - _root.czynnikSzybkosc;
this._yscale = this._yscale - _root.czynnikSzybkosc;
if (_root.ile <= _root.ileMin) {
_root.akcja = "plus";
}
}
}
Instance of Symbol 338 MovieClip in Frame 140
onClipEvent (enterFrame) {
_root.timer = _root.timer + 1;
if (_root.timer >= 10) {
_parent.gotoAndStop(141);
}
}
Frame 141
_root.timer = 0;
_root.alfa = 100;
Instance of Symbol 754 MovieClip in Frame 141
onClipEvent (enterFrame) {
setProperty(this, _alpha , _root.alfa);
_root.alfa = _root.alfa - 5;
}
Instance of Symbol 338 MovieClip in Frame 141
onClipEvent (enterFrame) {
_root.timer = _root.timer + 1;
if (_root.timer >= 20) {
_parent.gotoAndStop(142);
}
}
Frame 142
_root.blackout.gotoAndPlay(2);
_root.FACET = "";
_root.FACETDWA = "";
Instance of Symbol 757 MovieClip in Frame 142
onClipEvent (enterFrame) {
_root.ile = this._xscale;
if (_root.akcja == "plus") {
this._xscale = this._xscale + _root.czynnikSzybkosc;
this._yscale = this._yscale + _root.czynnikSzybkosc;
if (_root.ile >= _root.ileMax) {
_root.akcja = "minus";
}
}
if (_root.akcja == "minus") {
this._xscale = this._xscale - _root.czynnikSzybkosc;
this._yscale = this._yscale - _root.czynnikSzybkosc;
if (_root.ile <= _root.ileMin) {
_root.akcja = "plus";
}
}
}
Frame 143
_root.blackout.gotoAndPlay(2);
wskaznik.gotoAndStop(45);
Instance of Symbol 763 MovieClip in Frame 143
onClipEvent (enterFrame) {
_root.ile = this._xscale;
if (_root.akcja == "plus") {
this._xscale = this._xscale + _root.czynnikSzybkosc;
this._yscale = this._yscale + _root.czynnikSzybkosc;
if (_root.ile >= _root.ileMax) {
_root.akcja = "minus";
}
}
if (_root.akcja == "minus") {
this._xscale = this._xscale - _root.czynnikSzybkosc;
this._yscale = this._yscale - _root.czynnikSzybkosc;
if (_root.ile <= _root.ileMin) {
_root.akcja = "plus";
}
}
}
Instance of Symbol 210 MovieClip in Frame 143
onClipEvent (enterFrame) {
if ((_root.act >= 205) and (_root.act < 225)) {
_parent.tekst.gotoAndStop(2);
if (_root.NacisnietyWlasciwy == "Tak") {
_parent.orgazmPanel.gotoAndStop(2);
} else {
_parent.orgazmPanel.gotoAndStop(1);
}
}
if ((_root.act >= 225) and (_root.act < 250)) {
_parent.tekst.gotoAndStop(3);
if (_root.NacisnietyWlasciwy == "Tak") {
_parent.orgazmPanel.gotoAndStop(3);
} else {
_parent.orgazmPanel.gotoAndStop(1);
}
}
if (_root.act >= 250) {
_root.NacisnietyWlasciwy = "Nie";
_root.act = 250;
_parent.orgazmPanel.gotoAndStop(1);
_parent.gotoAndStop(144);
}
}
Instance of Symbol 125 MovieClip "blackout" in Frame 143
/* no clip actions */
Frame 144
_root.blackout.gotoAndPlay(2);
wskaznik.gotoAndStop(1);
_root.FACET = "";
_root.FACETDWA = "";
_root.FACETTRZYJE = "";
wskaznik.gotoAndStop(1);
Instance of Symbol 774 MovieClip in Frame 144
onClipEvent (enterFrame) {
_root.ile = this._xscale;
if (_root.akcja == "plus") {
this._xscale = this._xscale + _root.czynnikSzybkosc;
this._yscale = this._yscale + _root.czynnikSzybkosc;
if (_root.ile >= _root.ileMax) {
_root.akcja = "minus";
}
}
if (_root.akcja == "minus") {
this._xscale = this._xscale - _root.czynnikSzybkosc;
this._yscale = this._yscale - _root.czynnikSzybkosc;
if (_root.ile <= _root.ileMin) {
_root.akcja = "plus";
}
}
}
Instance of Symbol 125 MovieClip "blackout" in Frame 144
/* no clip actions */
Frame 145
_root.blackout.gotoAndPlay(2);
_root.FACET = "";
_root.FACETDWA = "";
wskaznik.gotoAndStop(1);
Instance of Symbol 786 MovieClip in Frame 145
onClipEvent (enterFrame) {
_root.ile = this._xscale;
if (_root.akcja == "plus") {
this._xscale = this._xscale + _root.czynnikSzybkosc;
this._yscale = this._yscale + _root.czynnikSzybkosc;
if (_root.ile >= _root.ileMax) {
_root.akcja = "minus";
}
}
if (_root.akcja == "minus") {
this._xscale = this._xscale - _root.czynnikSzybkosc;
this._yscale = this._yscale - _root.czynnikSzybkosc;
if (_root.ile <= _root.ileMin) {
_root.akcja = "plus";
}
}
}
Instance of Symbol 210 MovieClip in Frame 145
onClipEvent (enterFrame) {
if ((_root.act >= 255) and (_root.act < 275)) {
_parent.tekst.gotoAndStop(2);
if (_root.NacisnietyWlasciwy == "Tak") {
_parent.orgazmPanel.gotoAndStop(2);
} else {
_parent.orgazmPanel.gotoAndStop(1);
}
}
if ((_root.act >= 275) and (_root.act < 300)) {
_parent.tekst.gotoAndStop(3);
if (_root.NacisnietyWlasciwy == "Tak") {
_parent.orgazmPanel.gotoAndStop(3);
} else {
_parent.orgazmPanel.gotoAndStop(1);
}
}
if (_root.act >= 300) {
_root.NacisnietyWlasciwy = "Nie";
_root.act = 300;
_parent.orgazmPanel.gotoAndStop(1);
_parent.gotoAndStop(146);
}
}
Frame 146
_root.blackout.gotoAndPlay(2);
_root.FACET = "";
_root.FACETDWA = "";
wskaznik.gotoAndStop(1);
Instance of Symbol 802 MovieClip in Frame 146
onClipEvent (enterFrame) {
_root.ile = this._xscale;
if (_root.akcja == "plus") {
this._xscale = this._xscale + _root.czynnikSzybkosc;
this._yscale = this._yscale + _root.czynnikSzybkosc;
if (_root.ile >= _root.ileMax) {
_root.akcja = "minus";
}
}
if (_root.akcja == "minus") {
this._xscale = this._xscale - _root.czynnikSzybkosc;
this._yscale = this._yscale - _root.czynnikSzybkosc;
if (_root.ile <= _root.ileMin) {
_root.akcja = "plus";
}
}
}
Instance of Symbol 210 MovieClip in Frame 146
onClipEvent (enterFrame) {
if ((_root.act >= 305) and (_root.act < 325)) {
_parent.tekst.gotoAndStop(2);
if (_root.NacisnietyWlasciwy == "Tak") {
_parent.orgazmPanel.gotoAndStop(3);
} else {
_parent.orgazmPanel.gotoAndStop(1);
}
}
if ((_root.act >= 325) and (_root.act < 350)) {
_parent.tekst.gotoAndStop(3);
if (_root.NacisnietyWlasciwy == "Tak") {
_parent.orgazmPanel.gotoAndStop(4);
} else {
_parent.orgazmPanel.gotoAndStop(1);
}
}
if (_root.act >= 350) {
_root.NacisnietyWlasciwy = "Nie";
_root.act = 350;
_parent.orgazmPanel.gotoAndStop(5);
_parent.gotoAndStop(147);
}
}
Frame 147
_root.blackout.gotoAndPlay(2);
_root.FACET = "";
_root.FACETDWA = "";
wskaznik.gotoAndStop(1);
Instance of Symbol 811 MovieClip in Frame 147
onClipEvent (enterFrame) {
_root.ile = this._xscale;
if (_root.akcja == "plus") {
this._xscale = this._xscale + _root.czynnikSzybkosc;
this._yscale = this._yscale + _root.czynnikSzybkosc;
if (_root.ile >= _root.ileMax) {
_root.akcja = "minus";
}
}
if (_root.akcja == "minus") {
this._xscale = this._xscale - _root.czynnikSzybkosc;
this._yscale = this._yscale - _root.czynnikSzybkosc;
if (_root.ile <= _root.ileMin) {
_root.akcja = "plus";
}
}
}
Frame 148
_root.blackout.gotoAndPlay(2);
Frame 149
_root.blackout.gotoAndPlay(2);
Frame 150
_root.blackout.gotoAndPlay(2);
Frame 151
_root.blackout.gotoAndPlay(2);
Frame 152
_root.blackout.gotoAndPlay(2);
Instance of Symbol 830 MovieClip in Frame 152
onClipEvent (enterFrame) {
_root.ile = this._xscale;
if (_root.akcja == "plus") {
this._xscale = this._xscale + _root.czynnikSzybkosc;
this._yscale = this._yscale + _root.czynnikSzybkosc;
if (_root.ile >= _root.ileMax) {
_root.akcja = "minus";
}
}
if (_root.akcja == "minus") {
this._xscale = this._xscale - _root.czynnikSzybkosc;
this._yscale = this._yscale - _root.czynnikSzybkosc;
if (_root.ile <= _root.ileMin) {
_root.akcja = "plus";
}
}
}
Instance of Symbol 119 MovieClip in Frame 152
onClipEvent (load) {
_root.AdCh = random(4) + 1;
this.gotoAndStop(_root.AdCh);
}
Frame 153
_root.blackout.gotoAndPlay(2);
Frame 154
_root.blackout.gotoAndPlay(2);
Frame 155
_root.blackout.gotoAndPlay(2);
Frame 156
_root.blackout.gotoAndPlay(2);
Frame 157
_root.blackout.gotoAndPlay(2);
Frame 158
_root.blackout.gotoAndPlay(2);
Frame 159
_root.blackout.gotoAndPlay(2);
Frame 160
_root.blackout.gotoAndPlay(2);
Frame 161
_root.blackout.gotoAndPlay(2);
Frame 162
_root.blackout.gotoAndPlay(2);
Frame 163
_root.blackout.gotoAndPlay(2);
Frame 168
_root.timer = 0;
_root.alfa = 0;
_root.blackout.gotoAndPlay(2);
setProperty("intro1", _alpha , "0");
if (_root.IntroCount == 1) {
_root.dzien = "MONDAY";
_root.TekstKobieta = "Cze\u015B\u0107 Tygrysku, co u ciebie? Chocia\u017C min\u0105\u0142 zaledwie jeden dzie\u0144 ju\u017C t\u0119skni\u0119 za tob\u0105. Ja ci min\u0105\u0142 lot? Wszystko w porz\u0105dku?";
_root.TekstFacet = "Cze\u015B\u0107, u mnie w porz\u0105dku. Lot bez wi\u0119kszych k\u0142opot\u00F3w i turbulencji. Zadzwoni\u0119 do ciebie p\u00F3\u017Aniej poniewa\u017C mam du\u017Co pracy.";
}
if (_root.IntroCount == 2) {
_root.dzien = "TUESDAY";
_root.TekstKobieta = "Mam dosy\u0107 swojej pracy... m\u00F3j szef jest idiot\u0105... znowu dzisiaj doprowadzi\u0142 mnie do bia\u0142ej gor\u0105czki i strasznie mnie wkurwi\u0142.";
_root.TekstFacet = "Nie przejmuj si\u0119 i postaraj si\u0119 tym nie zaprz\u0105ta\u0107 sobie g\u0142owy. Jeszcze tylko kilka dni i wracam do domu. T\u0119skni\u0119 ju\u017C za tob\u0105.";
}
if (_root.IntroCount == 3) {
_root.dzien = "WEDNESDAY";
_root.TekstKobieta = "Wiesz \u017Ce t\u0119skni\u0119 ju\u017C za tob\u0105 i mam na ciebie ogromn\u0105 ochot\u0119. Dzisiaj w nocy mia\u0142am bardzo pikantne sny z tob\u0105 w roli g\u0142\u00F3wnej.";
_root.TekstFacet = "Ja te\u017C skarbie ju\u017C si\u0119 za tob\u0105 st\u0119skni\u0142em. Jeszcze tylko dwa dni i b\u0119d\u0119 w domu. Je\u015Bli chcesz to mo\u017Cemy ca\u0142y weekend sp\u0119dzi\u0107 w \u0142\u00F3\u017Cku.";
}
if (_root.IntroCount == 4) {
_root.dzien = "THURSDAY";
_root.TekstKobieta = "Nie mog\u0119 si\u0119 ju\u017C ciebie doczeka\u0107. Po ca\u0142ym tygodniu jestem taka spi\u0119ta... i wiesz przyda\u0142 by mi si\u0119 relaksacyjny masa\u017C ;-)";
_root.TekstFacet = "Ja te\u017C nie mog\u0119 si\u0119 doczeka\u0107. Zesz\u0142ej nocy mia\u0142em pikantne sny i \u015Bni\u0142o mi si\u0119 twoje zmys\u0142owe cia\u0142o... twoja wilgotna muszelka.";
}
if (_root.IntroCount == 5) {
_root.dzien = "FRIDAY";
_root.TekstFacet = "";
_root.TekstKobieta = "... late in the evening ...";
}
Instance of Symbol 338 MovieClip in Frame 168
onClipEvent (enterFrame) {
_root.timer = _root.timer + 1;
if (_root.timer >= 10) {
_parent.gotoAndStop(169);
}
}
Frame 169
_root.timer = 0;
_root.alfa = 0;
_root.blackout.gotoAndPlay(2);
setProperty("intro1", _alpha , "0");
if (_root.IntroCount == 1) {
_root.dzien = "MONDAY";
_root.TekstKobieta = "Hi Tiger, what's up? It's been only one day but I already miss you. How was your flight? Everything alright?";
_root.TekstFacet = "Hi, everything's fine here. No trouble with the flight, no turbulence. I'll call you later, I've got a lot of work.";
}
if (_root.IntroCount == 2) {
_root.dzien = "TUESDAY";
_root.TekstKobieta = "I'm sick of my job... my boss is an idiot... he pissed me off so much today, again.";
_root.TekstFacet = "Hey, don't worry about it so much, try not to think about it. Just a couple of days more and I'll be home. I miss you already.";
}
if (_root.IntroCount == 3) {
_root.dzien = "WEDNESDAY";
_root.TekstKobieta = "You know I miss you so much, I'm getting horny for you. Last night I had some really raunchy dreams starring you.";
_root.TekstFacet = "I can't wait to see you either. Just two more days and I'll be home. If you want we can spend the whole weekend in bed.";
}
if (_root.IntroCount == 4) {
_root.dzien = "THURSDAY";
_root.TekstKobieta = "I can't wait for you to get here. This whole week made me so tense. You know, I could use a good relaxing massage.";
_root.TekstFacet = "I can't wait either. Last night I had dreams of you, I dreamt of your sensual body... your wet pussy.";
}
if (_root.IntroCount == 5) {
_root.dzien = "FRIDAY";
_root.TekstFacet = "";
_root.TekstKobieta = "... late in the evening ...";
}
Instance of Symbol 835 MovieClip "intro" in Frame 169
onClipEvent (enterFrame) {
setProperty(this, _alpha , _root.alfa);
_root.alfa = _root.alfa + 5;
}
Instance of Symbol 338 MovieClip in Frame 169
onClipEvent (enterFrame) {
_root.timer = _root.timer + 1;
if (_root.timer >= 50) {
_parent.gotoAndStop(170);
}
}
Frame 170
_root.timer = 0;
_root.alfa = 100;
Instance of Symbol 835 MovieClip "intro" in Frame 170
onClipEvent (enterFrame) {
setProperty(this, _alpha , _root.alfa);
_root.alfa = _root.alfa - 5;
}
Instance of Symbol 338 MovieClip in Frame 170
onClipEvent (enterFrame) {
_root.timer = _root.timer + 1;
if ((_root.timer >= 30) and (_root.IntroCount == 5)) {
if (_root.IntroCount == 5) {
_parent.gotoAndStop(175);
}
}
if (_root.timer >= 50) {
_parent.gotoAndStop(171);
}
}
Frame 171
_root.timer = 0;
_root.alfa = 0;
setProperty("intro2", _alpha , "0");
setProperty("intro3", _alpha , "0");
Instance of Symbol 848 MovieClip "intro2" in Frame 171
onClipEvent (enterFrame) {
setProperty(this, _alpha , _root.alfa);
_root.alfa = _root.alfa + 5;
}
Instance of Symbol 338 MovieClip in Frame 171
onClipEvent (enterFrame) {
_root.timer = _root.timer + 1;
if (_root.timer >= 60) {
_parent.gotoAndStop(172);
}
}
Frame 172
_root.timer = 0;
if (_root.IntroCount == 5) {
_root.timer = 50;
}
_root.alfa = 0;
setProperty("intro3", _alpha , "0");
Instance of Symbol 851 MovieClip "intro3" in Frame 172
onClipEvent (enterFrame) {
setProperty(this, _alpha , _root.alfa);
_root.alfa = _root.alfa + 5;
}
Instance of Symbol 338 MovieClip in Frame 172
onClipEvent (enterFrame) {
_root.timer = _root.timer + 1;
if (_root.timer >= 100) {
_parent.gotoAndStop(173);
}
}
Frame 173
_root.timer = 0;
if (_root.IntroCount == 5) {
_root.timer = 50;
}
Instance of Symbol 848 MovieClip in Frame 173
onClipEvent (enterFrame) {
setProperty(this, _alpha , _root.alfa);
_root.alfa = _root.alfa - 5;
}
Instance of Symbol 851 MovieClip in Frame 173
onClipEvent (enterFrame) {
setProperty(this, _alpha , _root.alfa);
_root.alfa = _root.alfa - 5;
}
Instance of Symbol 338 MovieClip in Frame 173
onClipEvent (enterFrame) {
_root.timer = _root.timer + 1;
if (_root.timer >= 70) {
_parent.gotoAndStop(174);
}
}
Frame 174
_root.timer = 0;
_root.IntroCount = _root.IntroCount + 1;
setProperty("intro1", _alpha , "0");
_root.gotoAndStop("iDwa");
Instance of Symbol 835 MovieClip "intro" in Frame 174
onClipEvent (enterFrame) {
setProperty(this, _alpha , _root.alfa);
_root.alfa = _root.alfa + 5;
}
Frame 175
_root.timer = 0;
_root.alfa = 0;
Instance of Symbol 854 MovieClip in Frame 175
onClipEvent (enterFrame) {
setProperty(this, _alpha , _root.alfa);
_root.alfa = _root.alfa + 5;
}
Instance of Symbol 338 MovieClip in Frame 175
onClipEvent (enterFrame) {
_root.timer = _root.timer + 1;
if (_root.timer >= 50) {
_parent.gotoAndStop(176);
}
}
Frame 176
_root.timer = 0;
_root.alfa = 100;
Instance of Symbol 854 MovieClip in Frame 176
onClipEvent (enterFrame) {
setProperty(this, _alpha , _root.alfa);
_root.alfa = _root.alfa - 5;
}
Instance of Symbol 338 MovieClip in Frame 176
onClipEvent (enterFrame) {
_root.timer = _root.timer + 1;
if (_root.timer >= 50) {
_root.gotoAndStop(10);
}
}
Symbol 15 Button
on (release) {
getURL ("http://www.senseagames.com/index.php?CamFile=LauraTemptations", "_blank");
}
Symbol 22 MovieClip Frame 1
_root.stop();
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (PercentLoaded != 100) {
bar._xscale = PercentLoaded;
} else {
gotoAndPlay ("loaded");
}
Symbol 22 MovieClip Frame 2
gotoAndPlay (1);
Symbol 22 MovieClip Frame 29
_root.gotoAndStop("Menu");
Symbol 30 MovieClip Frame 1
this.onEnterFrame = function () {
if (_root.detectMouseDown == "Tak") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
};
Symbol 30 MovieClip Frame 2
stop();
Symbol 32 MovieClip Frame 1
this.onEnterFrame = function () {
if (_root.detectMouseDown == "Tak") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
};
Symbol 32 MovieClip Frame 2
stop();
Symbol 60 MovieClip Frame 1
this.onEnterFrame = function () {
if (_root.detectMouseDown == "Tak") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
};
Symbol 60 MovieClip Frame 2
stop();
Symbol 69 MovieClip Frame 1
this.onEnterFrame = function () {
if (_root.detectMouseDown == "Tak") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
};
Symbol 69 MovieClip Frame 2
stop();
Symbol 73 MovieClip Frame 1
this.onEnterFrame = function () {
if (_root.detectMouseDown == "Tak") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
};
Symbol 73 MovieClip Frame 2
stop();
Symbol 78 MovieClip Frame 1
this.onEnterFrame = function () {
if (_root.detectMouseDown == "Tak") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
};
Symbol 78 MovieClip Frame 2
stop();
Symbol 88 MovieClip Frame 1
this.onEnterFrame = function () {
if (_root.detectMouseDown == "Tak") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
};
Symbol 88 MovieClip Frame 2
stop();
Symbol 89 MovieClip Frame 1
stop();
Symbol 89 MovieClip Frame 2
stop();
Symbol 89 MovieClip Frame 3
stop();
Instance of Symbol 32 MovieClip in Symbol 89 MovieClip Frame 3
onClipEvent (load) {
prevX = _root._xmouse;
prevY = _root._ymouse;
}
onClipEvent (enterFrame) {
x = _root._xmouse - prevX;
y = _root._ymouse - prevY;
speed = Math.sqrt((x * x) + (y * y));
_root.szybkosc = speed;
_root.DownZmiennaX = _root.szybkosc;
prevX = _root._xmouse;
prevY = _root._ymouse;
}
Symbol 89 MovieClip Frame 4
stop();
Symbol 89 MovieClip Frame 5
stop();
Symbol 89 MovieClip Frame 6
stop();
Symbol 89 MovieClip Frame 7
stop();
Symbol 89 MovieClip Frame 20
stop();
Symbol 89 MovieClip Frame 21
stop();
Symbol 89 MovieClip Frame 22
stop();
Symbol 89 MovieClip Frame 23
stop();
Symbol 89 MovieClip Frame 24
stop();
Symbol 89 MovieClip Frame 25
stop();
Symbol 89 MovieClip Frame 26
stop();
Symbol 89 MovieClip Frame 27
stop();
Symbol 89 MovieClip Frame 28
stop();
Symbol 89 MovieClip Frame 29
stop();
Symbol 89 MovieClip Frame 30
stop();
Instance of Symbol 60 MovieClip in Symbol 89 MovieClip Frame 30
onClipEvent (load) {
prevX = _root._xmouse;
prevY = _root._ymouse;
}
onClipEvent (enterFrame) {
x = _root._xmouse - prevX;
y = _root._ymouse - prevY;
speed = Math.sqrt((x * x) + (y * y));
_root.szybkosc = speed;
_root.DownZmiennaX = _root.szybkosc;
prevX = _root._xmouse;
prevY = _root._ymouse;
}
Symbol 89 MovieClip Frame 31
stop();
Symbol 89 MovieClip Frame 32
_root.FACET = "tak";
stop();
Symbol 89 MovieClip Frame 33
stop();
Symbol 89 MovieClip Frame 34
_root.FACETDWA = "tak";
stop();
Symbol 89 MovieClip Frame 35
_root.FACETDWA = "tak";
stop();
Symbol 89 MovieClip Frame 36
_root.FACETDWA = "tak";
stop();
Symbol 89 MovieClip Frame 37
_root.FACETDWA = "tak";
stop();
Symbol 89 MovieClip Frame 38
_root.FACETDWA = "tak";
stop();
Symbol 89 MovieClip Frame 39
_root.FACETDWA = "tak";
stop();
Symbol 89 MovieClip Frame 40
stop();
Instance of Symbol 82 MovieClip in Symbol 89 MovieClip Frame 40
onClipEvent (load) {
prevX = _root._xmouse;
prevY = _root._ymouse;
}
onClipEvent (enterFrame) {
x = _root._xmouse - prevX;
y = _root._ymouse - prevY;
speed = Math.sqrt((x * x) + (y * y));
_root.szybkosc = speed;
_root.DownZmiennaX = _root.szybkosc;
prevX = _root._xmouse;
prevY = _root._ymouse;
}
Symbol 89 MovieClip Frame 41
stop();
Instance of Symbol 83 MovieClip in Symbol 89 MovieClip Frame 41
onClipEvent (load) {
prevX = _root._xmouse;
prevY = _root._ymouse;
}
onClipEvent (enterFrame) {
x = _root._xmouse - prevX;
y = _root._ymouse - prevY;
speed = Math.sqrt((x * x) + (y * y));
_root.szybkosc = speed;
_root.DownZmiennaX = _root.szybkosc;
prevX = _root._xmouse;
prevY = _root._ymouse;
if (_root.NacisnietyWlasciwy == "Tak") {
_x = (_x + (_xmouse / 8));
if (_x < 600) {
_x = 600;
}
if (_x > 650) {
_x = 650;
}
}
}
Symbol 89 MovieClip Frame 42
stop();
Symbol 89 MovieClip Frame 43
_root.FACETDWA = "tak";
stop();
Symbol 89 MovieClip Frame 44
_root.FACETDWA = "tak";
stop();
Symbol 89 MovieClip Frame 45
_root.FACETTRZYJE = "tak";
stop();
Symbol 89 MovieClip Frame 46
_root.FACETTRZYJE = "tak";
stop();
Symbol 103 Button
on (press) {
_root.gotoAndStop("intro");
}
Symbol 105 Button
on (release) {
getURL ("http://www.lauratemptations.senseagames.com/bonus.php?CamFile=LauraTemptations", "_blank");
}
Symbol 108 Button
on (release) {
getURL ("http://www.senseagames.com/index.php?CamFile=LauraTemptations", "_blank");
}
Symbol 119 MovieClip Frame 1
stop();
Symbol 119 MovieClip Frame 2
stop();
Symbol 119 MovieClip Frame 3
stop();
Symbol 119 MovieClip Frame 4
stop();
Symbol 122 Button
on (release) {
getURL ("http://www.slavesofdesire.com/index.php?CamFile=LauraTemptations", "_blank");
}
on (rollOver) {
_root.AdsModl = 1;
}
on (releaseOutside) {
_root.AdsModl = 0;
}
Symbol 125 MovieClip Frame 1
stop();
Symbol 125 MovieClip Frame 2
gotoAndPlay (3);
Symbol 125 MovieClip Frame 40
gotoAndStop (1);
Symbol 132 Button
on (release) {
gotoAndStop (11);
}
Symbol 141 Button
on (release) {
_root.gotoAndStop("Menu");
}
Symbol 146 Button
on (release) {
gotoAndStop (1);
}
Symbol 148 Button
on (release) {
gotoAndStop (2);
}
Symbol 150 Button
on (release) {
gotoAndStop (3);
}
Symbol 152 Button
on (release) {
gotoAndStop (4);
}
Symbol 154 Button
on (release) {
gotoAndStop (5);
}
Symbol 171 MovieClip Frame 1
stop();
Symbol 171 MovieClip Frame 2
stop();
Symbol 171 MovieClip Frame 3
stop();
Symbol 171 MovieClip Frame 4
stop();
Symbol 171 MovieClip Frame 5
stop();
Symbol 175 Button
on (rollOver) {
wskaznik.gotoAndStop(20);
}
on (rollOut) {
wskaznik.gotoAndStop(1);
}
on (release) {
wskaznik.gotoAndStop(1);
gotoAndStop (12);
}
Symbol 183 Button
on (release) {
gotoAndStop (13);
}
Symbol 189 Button
on (release) {
gotoAndStop (14);
}
Symbol 194 Button
on (rollOver) {
wskaznik.gotoAndStop(24);
}
on (rollOut) {
wskaznik.gotoAndStop(1);
}
on (release) {
wskaznik.gotoAndStop(1);
gotoAndStop (53);
}
Symbol 198 Button
on (release) {
gotoAndStop (15);
}
Symbol 207 Button
on (rollOver) {
_root.text = "Collision";
wskaznik.gotoAndStop(4);
_root.NacisnietyWlasciwy = "Nie";
}
on (rollOut, releaseOutside) {
_root.text = "NoCollision";
wskaznik.gotoAndStop(1);
_root.NacisnietyWlasciwy = "Nie";
}
on (press) {
_root.NacisnietyWlasciwy = "Tak";
dialogi.gotoAndStop(2);
}
on (release) {
_root.NacisnietyWlasciwy = "Nie";
}
Symbol 215 Button
on (rollOver) {
_root.text = "Collision";
wskaznik.gotoAndStop(4);
_root.NacisnietyWlasciwy = "Nie";
}
on (rollOut, releaseOutside) {
_root.text = "NoCollision";
wskaznik.gotoAndStop(1);
_root.NacisnietyWlasciwy = "Nie";
}
on (press) {
_root.NacisnietyWlasciwy = "Tak";
dialogi.gotoAndStop(2);
}
on (release) {
_root.NacisnietyWlasciwy = "Nie";
}
Symbol 220 Button
on (rollOver) {
wskaznik.gotoAndStop(21);
}
on (rollOut) {
wskaznik.gotoAndStop(1);
}
on (release) {
wskaznik.gotoAndStop(1);
gotoAndStop (18);
}
Symbol 225 Button
on (rollOver) {
_root.text = "Collision";
wskaznik.gotoAndStop(5);
_root.NacisnietyWlasciwy = "Nie";
}
on (rollOut, releaseOutside) {
_root.text = "NoCollision";
wskaznik.gotoAndStop(1);
_root.NacisnietyWlasciwy = "Nie";
}
on (press) {
_root.NacisnietyWlasciwy = "Tak";
dialogi.gotoAndStop(2);
}
on (release) {
_root.NacisnietyWlasciwy = "Nie";
}
Symbol 230 Button
on (release) {
gotoAndStop (21);
}
Symbol 234 Button
on (rollOver) {
wskaznik.gotoAndStop(22);
}
on (rollOut) {
wskaznik.gotoAndStop(1);
}
on (release) {
wskaznik.gotoAndStop(1);
gotoAndStop (22);
}
Symbol 239 Button
on (rollOver) {
_root.text = "Collision";
wskaznik.gotoAndStop(2);
_root.NacisnietyWlasciwy = "Nie";
}
on (rollOut, releaseOutside) {
_root.text = "NoCollision";
wskaznik.gotoAndStop(1);
_root.NacisnietyWlasciwy = "Nie";
}
on (press) {
_root.NacisnietyWlasciwy = "Tak";
dialogi.gotoAndStop(2);
}
on (release) {
_root.NacisnietyWlasciwy = "Nie";
}
Symbol 244 Button
on (release) {
gotoAndStop (26);
}
Symbol 246 Button
on (release) {
_root.ENDING = 3;
gotoAndStop (26);
}
Symbol 252 Button
on (rollOver) {
wskaznik.gotoAndStop(23);
}
on (rollOut) {
wskaznik.gotoAndStop(1);
}
on (release) {
wskaznik.gotoAndStop(1);
gotoAndStop (27);
}
Symbol 257 Button
on (release) {
gotoAndStop (46);
}
Symbol 265 Button
on (release) {
gotoAndStop (33);
}
Symbol 275 Button
on (release) {
gotoAndStop (35);
}
Symbol 281 Button
on (release) {
gotoAndStop (36);
}
Symbol 286 Button
on (rollOver) {
wskaznik.gotoAndStop(25);
}
on (rollOut) {
wskaznik.gotoAndStop(1);
}
on (release) {
wskaznik.gotoAndStop(1);
gotoAndStop (37);
}
Symbol 291 Button
on (release) {
gotoAndStop (38);
}
Symbol 296 Button
on (release) {
gotoAndStop (39);
}
Symbol 302 Button
on (release) {
gotoAndStop (40);
}
Symbol 308 Button
on (rollOver) {
wskaznik.gotoAndStop(26);
}
on (rollOut) {
wskaznik.gotoAndStop(1);
}
on (release) {
wskaznik.gotoAndStop(1);
gotoAndStop (41);
}
Symbol 313 Button
on (release) {
gotoAndStop (42);
}
Symbol 318 Button
on (release) {
gotoAndStop (62);
}
Symbol 330 Button
on (release) {
gotoAndStop (47);
}
Symbol 362 Button
on (release) {
gotoAndStop (32);
}
Symbol 373 Button
on (release) {
gotoAndStop (54);
}
Symbol 386 Button
on (release) {
gotoAndStop (56);
}
Symbol 392 Button
on (release) {
gotoAndStop (57);
}
Symbol 398 Button
on (release) {
gotoAndStop (58);
}
Symbol 404 Button
on (release) {
_root.ENDING = 4;
gotoAndStop (15);
}
Symbol 412 MovieClip Frame 120
_root.gotoAndStop(63);
Symbol 417 MovieClip Frame 1
stop();
Symbol 427 MovieClip Frame 1
stop();
Symbol 427 MovieClip Frame 15
_root.gotoAndStop(64);
Symbol 428 Button
on (release) {
doors.gotoAndPlay(2);
}
Symbol 452 Button
on (release) {
gotoAndStop (69);
}
Symbol 461 Button
on (release) {
gotoAndStop (74);
}
Symbol 476 Button
on (release) {
_root.ENDING = 2;
gotoAndStop (77);
}
Symbol 478 Button
on (release) {
_root.ENDING = 1;
gotoAndStop (77);
}
Symbol 484 Button
on (release) {
gotoAndStop (78);
}
Symbol 490 Button
on (release) {
_root.ENDING = 1;
gotoAndStop (111);
}
Symbol 492 Button
on (release) {
if (_root.ENDING == 1) {
gotoAndStop (83);
}
if (_root.ENDING == 2) {
gotoAndStop (93);
}
if (_root.ENDING == 3) {
gotoAndStop (129);
}
if (_root.ENDING == 4) {
gotoAndStop (142);
}
}
Symbol 495 Button
on (release) {
gotoAndStop (77);
}
Symbol 507 Button
on (release) {
gotoAndStop (84);
}
Symbol 513 Button
on (rollOver) {
_root.text = "Collision";
wskaznik.gotoAndStop(33);
_root.NacisnietyWlasciwy = "Nie";
_root.Trafiony.gotoAndStop(2);
}
on (rollOut, releaseOutside) {
setProperty("Trafiony", _alpha , "100");
_root.text = "NoCollision";
wskaznik.gotoAndStop(32);
_root.NacisnietyWlasciwy = "Nie";
_root.Trafiony.gotoAndStop(1);
}
on (press) {
_root.NacisnietyWlasciwy = "Tak";
dialogi.gotoAndStop(2);
setProperty("Trafiony", _alpha , "0");
}
on (release) {
setProperty("Trafiony", _alpha , "100");
_root.NacisnietyWlasciwy = "Nie";
}
Symbol 517 MovieClip Frame 1
stop();
Symbol 517 MovieClip Frame 2
stop();
Symbol 517 MovieClip Frame 3
stop();
Symbol 520 MovieClip Frame 1
stop();
Symbol 520 MovieClip Frame 2
stop();
Symbol 527 Button
on (rollOver) {
_root.text = "Collision";
wskaznik.gotoAndStop(37);
_root.NacisnietyWlasciwy = "Nie";
_root.Trafiony.gotoAndStop(2);
}
on (rollOut, releaseOutside) {
setProperty("Trafiony", _alpha , "100");
_root.text = "NoCollision";
wskaznik.gotoAndStop(36);
_root.NacisnietyWlasciwy = "Nie";
_root.Trafiony.gotoAndStop(1);
}
on (press) {
_root.NacisnietyWlasciwy = "Tak";
setProperty("Trafiony", _alpha , "0");
dialogi.gotoAndStop(2);
}
on (release) {
setProperty("Trafiony", _alpha , "100");
_root.NacisnietyWlasciwy = "Nie";
}
Symbol 531 MovieClip Frame 1
stop();
Symbol 531 MovieClip Frame 2
stop();
Symbol 531 MovieClip Frame 3
stop();
Symbol 538 Button
on (release) {
gotoAndStop (85);
}
Symbol 547 Button
on (rollOver) {
_root.text = "Collision";
wskaznik.gotoAndStop(35);
_root.NacisnietyWlasciwy = "Nie";
_root.Trafiony.gotoAndStop(2);
}
on (rollOut, releaseOutside) {
setProperty("Trafiony", _alpha , "100");
_root.text = "NoCollision";
wskaznik.gotoAndStop(34);
_root.NacisnietyWlasciwy = "Nie";
_root.Trafiony.gotoAndStop(1);
}
on (press) {
setProperty("Trafiony", _alpha , "0");
_root.NacisnietyWlasciwy = "Tak";
dialogi.gotoAndStop(2);
}
on (release) {
setProperty("Trafiony", _alpha , "100");
_root.NacisnietyWlasciwy = "Nie";
}
Symbol 551 MovieClip Frame 1
stop();
Symbol 551 MovieClip Frame 2
stop();
Symbol 551 MovieClip Frame 3
stop();
Symbol 558 Button
on (release) {
_root.ENDING = 1;
gotoAndStop ("END");
}
Symbol 574 Button
on (rollOver) {
wskaznik.gotoAndStop(29);
}
on (rollOut) {
wskaznik.gotoAndStop(1);
}
on (release) {
wskaznik.gotoAndStop(1);
gotoAndStop (95);
}
Symbol 587 MovieClip Frame 1
stop();
Symbol 587 MovieClip Frame 2
stop();
Symbol 587 MovieClip Frame 31
gotoAndPlay (3);
Symbol 595 MovieClip Frame 1
stop();
Instance of Symbol 587 MovieClip "Vibrator" in Symbol 595 MovieClip Frame 1
onClipEvent (load) {
prevX = _root._xmouse;
prevY = _root._ymouse;
}
onClipEvent (enterFrame) {
x = _root._xmouse - prevX;
y = _root._ymouse - prevY;
speed = Math.sqrt((x * x) + (y * y));
_root.szybkosc = speed;
_root.DownZmiennaX = _root.szybkosc;
prevX = _root._xmouse;
prevY = _root._ymouse;
}
Symbol 595 MovieClip Frame 2
stop();
Symbol 595 MovieClip Frame 3
stop();
Instance of Symbol 587 MovieClip in Symbol 595 MovieClip Frame 3
onClipEvent (load) {
prevX = _root._xmouse;
prevY = _root._ymouse;
}
onClipEvent (enterFrame) {
x = _root._xmouse - prevX;
y = _root._ymouse - prevY;
speed = Math.sqrt((x * x) + (y * y));
_root.szybkosc = speed;
_root.DownZmiennaX = _root.szybkosc;
prevX = _root._xmouse;
prevY = _root._ymouse;
}
Symbol 597 Button
on (rollOver) {
_root.text = "Collision";
wskaznik.gotoAndStop(28);
_root.NacisnietyWlasciwy = "Nie";
girl.Vibrator.gotoAndStop(2);
}
on (rollOut, releaseOutside) {
_root.text = "NoCollision";
wskaznik.gotoAndStop(27);
_root.NacisnietyWlasciwy = "Nie";
girl.Vibrator.gotoAndStop(1);
}
on (press) {
_root.NacisnietyWlasciwy = "Tak";
girl.Vibrator.gotoAndPlay(3);
dialogi.gotoAndStop(2);
}
on (release) {
girl.Vibrator.gotoAndStop(2);
_root.NacisnietyWlasciwy = "Nie";
}
Symbol 601 MovieClip Frame 1
stop();
Symbol 601 MovieClip Frame 2
stop();
Symbol 601 MovieClip Frame 3
stop();
Symbol 614 Button
on (release) {
gotoAndStop (99);
}
Symbol 621 MovieClip Frame 1
stop();
Symbol 621 MovieClip Frame 2
stop();
Symbol 621 MovieClip Frame 31
gotoAndPlay (3);
Symbol 623 Button
on (rollOver) {
_root.text = "Collision";
wskaznik.gotoAndStop(28);
_root.NacisnietyWlasciwy = "Nie";
girl.VibratorTrzy.gotoAndStop(2);
}
on (rollOut, releaseOutside) {
_root.text = "NoCollision";
wskaznik.gotoAndStop(27);
_root.NacisnietyWlasciwy = "Nie";
girl.VibratorTrzy.gotoAndStop(1);
}
on (press) {
_root.NacisnietyWlasciwy = "Tak";
girl.VibratorTrzy.gotoAndPlay(3);
dialogi.gotoAndStop(2);
}
on (release) {
girl.VibratorTrzy.gotoAndStop(2);
_root.NacisnietyWlasciwy = "Nie";
}
Symbol 627 MovieClip Frame 1
stop();
Symbol 627 MovieClip Frame 2
stop();
Symbol 627 MovieClip Frame 3
stop();
Symbol 634 MovieClip Frame 1
stop();
Symbol 634 MovieClip Frame 2
stop();
Symbol 634 MovieClip Frame 31
gotoAndPlay (3);
Symbol 636 Button
on (rollOver) {
_root.text = "Collision";
wskaznik.gotoAndStop(28);
_root.NacisnietyWlasciwy = "Nie";
girl.VibratorDwa.gotoAndStop(2);
}
on (rollOut, releaseOutside) {
_root.text = "NoCollision";
wskaznik.gotoAndStop(27);
_root.NacisnietyWlasciwy = "Nie";
girl.VibratorDwa.gotoAndStop(1);
}
on (press) {
_root.NacisnietyWlasciwy = "Tak";
girl.VibratorDwa.gotoAndPlay(3);
dialogi.gotoAndStop(2);
}
on (release) {
girl.VibratorDwa.gotoAndStop(2);
_root.NacisnietyWlasciwy = "Nie";
}
Symbol 640 MovieClip Frame 1
stop();
Symbol 640 MovieClip Frame 2
stop();
Symbol 640 MovieClip Frame 3
stop();
Symbol 647 Button
on (release) {
_root.ENDING = 2;
gotoAndStop ("END");
}
Symbol 659 Button
on (release) {
gotoAndStop (112);
}
Symbol 665 Button
on (release) {
gotoAndStop (113);
}
Symbol 670 Button
on (release) {
gotoAndStop (114);
}
Symbol 675 Button
on (release) {
_root.ENDING = 5;
gotoAndStop ("END");
}
Symbol 687 Button
on (release) {
gotoAndStop (130);
}
Symbol 693 Button
on (rollOver) {
_root.text = "Collision";
wskaznik.gotoAndStop(44);
_root.NacisnietyWlasciwy = "Nie";
_root.Trafiony.gotoAndStop(2);
}
on (rollOut, releaseOutside) {
setProperty("Trafiony", _alpha , "100");
_root.text = "NoCollision";
wskaznik.gotoAndStop(43);
_root.NacisnietyWlasciwy = "Nie";
_root.Trafiony.gotoAndStop(1);
}
on (press) {
_root.NacisnietyWlasciwy = "Tak";
dialogi.gotoAndStop(2);
setProperty("Trafiony", _alpha , "0");
}
on (release) {
setProperty("Trafiony", _alpha , "100");
_root.NacisnietyWlasciwy = "Nie";
}
Symbol 697 MovieClip Frame 1
stop();
Symbol 697 MovieClip Frame 2
stop();
Symbol 697 MovieClip Frame 3
stop();
Symbol 706 Button
on (release) {
gotoAndStop (132);
}
Instance of Symbol 714 MovieClip in Symbol 717 MovieClip Frame 1
onClipEvent (load) {
prevX = _root._xmouse;
prevY = _root._ymouse;
_root.GdzieX = _x;
}
onClipEvent (enterFrame) {
x = _root._xmouse - prevX;
y = _root._ymouse - prevY;
speed = Math.sqrt((x * x) + (y * y));
_root.szybkosc = speed;
_root.DownZmiennaX = _root.szybkosc;
prevX = _root._xmouse;
prevY = _root._ymouse;
if (_root.NacisnietyWlasciwy == "Tak") {
_x = (_x + (_xmouse / 8));
if (_x < _root.GdzieX) {
_x = _root.GdzieX;
}
if (_x > (_root.GdzieX + 50)) {
_x = (_root.GdzieX + 50);
}
}
}
Symbol 724 Button
on (rollOver) {
_root.text = "Collision";
wskaznik.gotoAndStop(28);
_root.NacisnietyWlasciwy = "Nie";
_root.ClickAndMove = "NIE";
}
on (rollOut, releaseOutside) {
_root.text = "NoCollision";
wskaznik.gotoAndStop(1);
_root.NacisnietyWlasciwy = "Nie";
_root.ClickAndMove = "NIE";
setProperty("przycisk", _alpha , "100");
}
on (press) {
_root.NacisnietyWlasciwy = "Tak";
dialogi.gotoAndStop(2);
_root.ClickAndMove = "TAK";
setProperty("przycisk", _alpha , "0");
}
on (release) {
_root.ClickAndMove = "NIE";
setProperty("przycisk", _alpha , "100");
_root.NacisnietyWlasciwy = "Nie";
}
Symbol 728 MovieClip Frame 1
stop();
Symbol 728 MovieClip Frame 2
stop();
Symbol 728 MovieClip Frame 3
stop();
Instance of Symbol 734 MovieClip in Symbol 735 MovieClip Frame 1
onClipEvent (load) {
prevX = _root._xmouse;
prevY = _root._ymouse;
_root.GdzieX = _x;
}
onClipEvent (enterFrame) {
x = _root._xmouse - prevX;
y = _root._ymouse - prevY;
speed = Math.sqrt((x * x) + (y * y));
_root.szybkosc = speed;
_root.DownZmiennaX = _root.szybkosc;
prevX = _root._xmouse;
prevY = _root._ymouse;
if (_root.NacisnietyWlasciwy == "Tak") {
_x = (_x + (_xmouse / 8));
if (_x < _root.GdzieX) {
_x = _root.GdzieX;
}
if (_x > (_root.GdzieX + 50)) {
_x = (_root.GdzieX + 50);
}
}
}
Symbol 737 Button
on (rollOver) {
_root.text = "Collision";
wskaznik.gotoAndStop(28);
_root.NacisnietyWlasciwy = "Nie";
_root.ClickAndMove = "NIE";
}
on (rollOut, releaseOutside) {
_root.text = "NoCollision";
wskaznik.gotoAndStop(1);
_root.NacisnietyWlasciwy = "Nie";
setProperty("przycisk", _alpha , "100");
_root.ClickAndMove = "NIE";
}
on (press) {
_root.NacisnietyWlasciwy = "Tak";
dialogi.gotoAndStop(2);
_root.ClickAndMove = "TAK";
setProperty("przycisk", _alpha , "0");
}
on (release) {
_root.ClickAndMove = "NIE";
setProperty("przycisk", _alpha , "100");
_root.NacisnietyWlasciwy = "Nie";
}
Symbol 741 MovieClip Frame 1
stop();
Symbol 741 MovieClip Frame 2
stop();
Symbol 741 MovieClip Frame 3
stop();
Symbol 745 MovieClip Frame 210
stop();
Symbol 747 Button
on (release) {
_root.ENDING = 3;
gotoAndStop ("END");
}
Symbol 758 Button
on (release) {
gotoAndStop (143);
}
Symbol 764 Button
on (rollOver) {
_root.text = "Collision";
wskaznik.gotoAndStop(46);
_root.NacisnietyWlasciwy = "Nie";
_root.Trafiony.gotoAndStop(2);
}
on (rollOut, releaseOutside) {
_root.text = "NoCollision";
wskaznik.gotoAndStop(45);
_root.NacisnietyWlasciwy = "Nie";
_root.Trafiony.gotoAndStop(1);
setProperty("Trafiony", _alpha , "100");
}
on (press) {
_root.NacisnietyWlasciwy = "Tak";
dialogi.gotoAndStop(2);
setProperty("Trafiony", _alpha , "0");
}
on (release) {
setProperty("Trafiony", _alpha , "100");
_root.NacisnietyWlasciwy = "Nie";
}
Symbol 768 MovieClip Frame 1
stop();
Symbol 768 MovieClip Frame 2
stop();
Symbol 768 MovieClip Frame 3
stop();
Symbol 775 Button
on (release) {
gotoAndStop (145);
}
Instance of Symbol 783 MovieClip in Symbol 786 MovieClip Frame 1
onClipEvent (load) {
prevX = _root._xmouse;
prevY = _root._ymouse;
_root.GdzieX = _x;
}
onClipEvent (enterFrame) {
x = _root._xmouse - prevX;
y = _root._ymouse - prevY;
speed = Math.sqrt((x * x) + (y * y));
_root.szybkosc = speed;
_root.DownZmiennaX = _root.szybkosc;
prevX = _root._xmouse;
prevY = _root._ymouse;
if (_root.NacisnietyWlasciwy == "Tak") {
_x = (_x + (_xmouse / 8));
if (_x < _root.GdzieX) {
_x = _root.GdzieX;
}
if (_x > (_root.GdzieX + 50)) {
_x = (_root.GdzieX + 50);
}
}
}
Symbol 787 Button
on (rollOver) {
_root.text = "Collision";
wskaznik.gotoAndStop(28);
_root.NacisnietyWlasciwy = "Nie";
_root.ClickAndMove = "NIE";
}
on (rollOut, releaseOutside) {
_root.text = "NoCollision";
setProperty("przycisk", _alpha , "100");
wskaznik.gotoAndStop(1);
_root.NacisnietyWlasciwy = "Nie";
_root.ClickAndMove = "NIE";
}
on (press) {
_root.NacisnietyWlasciwy = "Tak";
dialogi.gotoAndStop(2);
_root.ClickAndMove = "TAK";
setProperty("przycisk", _alpha , "0");
}
on (release) {
_root.ClickAndMove = "NIE";
setProperty("przycisk", _alpha , "100");
_root.NacisnietyWlasciwy = "Nie";
}
Symbol 791 MovieClip Frame 1
stop();
Symbol 791 MovieClip Frame 2
stop();
Symbol 791 MovieClip Frame 3
stop();
Instance of Symbol 799 MovieClip in Symbol 802 MovieClip Frame 1
onClipEvent (load) {
prevX = _root._xmouse;
prevY = _root._ymouse;
_root.GdzieX = _x;
}
onClipEvent (enterFrame) {
x = _root._xmouse - prevX;
y = _root._ymouse - prevY;
speed = Math.sqrt((x * x) + (y * y));
_root.szybkosc = speed;
_root.DownZmiennaX = _root.szybkosc;
prevX = _root._xmouse;
prevY = _root._ymouse;
if (_root.NacisnietyWlasciwy == "Tak") {
_x = (_x + (_xmouse / 8));
if (_x < _root.GdzieX) {
_x = _root.GdzieX;
}
if (_x > (_root.GdzieX + 50)) {
_x = (_root.GdzieX + 50);
}
}
}
Symbol 803 Button
on (rollOver) {
_root.text = "Collision";
wskaznik.gotoAndStop(28);
_root.NacisnietyWlasciwy = "Nie";
_root.ClickAndMove = "NIE";
}
on (rollOut, releaseOutside) {
setProperty("przycisk", _alpha , "100");
_root.text = "NoCollision";
wskaznik.gotoAndStop(1);
_root.NacisnietyWlasciwy = "Nie";
_root.ClickAndMove = "NIE";
}
on (press) {
_root.NacisnietyWlasciwy = "Tak";
dialogi.gotoAndStop(2);
setProperty("przycisk", _alpha , "0");
_root.ClickAndMove = "TAK";
}
on (release) {
setProperty("przycisk", _alpha , "100");
_root.ClickAndMove = "NIE";
_root.NacisnietyWlasciwy = "Nie";
}
Symbol 807 MovieClip Frame 1
stop();
Symbol 807 MovieClip Frame 2
stop();
Symbol 807 MovieClip Frame 3
stop();
Symbol 813 MovieClip Frame 131
stop();
Symbol 814 Button
on (release) {
_root.ENDING = 4;
gotoAndStop ("END");
}
Symbol 815 Button
on (release) {
getURL ("http://www.senseagames.com/index.php?CamFile=LauraTemptationsPlayAgain", "_blank");
}
Symbol 837 Button
on (release) {
_root.gotoAndStop(10);
}
Symbol 843 MovieClip Frame 40
stop();
Symbol 852 MovieClip Frame 58
stop();