Frame 1
function LEVEL_COMPLETE() {
clearInterval(_root.tm_finish);
_root.b_FINISH = true;
_quality = "high";
if (_root.Level < _root.LevelsTotal) {
gotoAndPlay ("level_complete");
} else {
gotoAndPlay ("game_win");
}
}
function LEVEL_FAIL() {
_quality = "high";
gotoAndPlay ("level_fail");
}
function LEVEL_RESTART() {
_quality = "high";
gotoAndPlay ("level_restart");
}
var my_cm = new ContextMenu();
my_cm.hideBuiltInItems();
this.menu = my_cm;
_root.LevelsTotal = 6;
var tm_finish;
Frame 9
gotoAndPlay ("start");
Frame 15
_quality = "high";
_root.coins = 0;
_root.points = 0;
_root.lifes = 3;
_root.fire_type = 0;
_root.ld = 0;
_root.m = 0;
_root.nv = maxinv;
_root.xm = 1;
_root.ymove = 0;
_root.stat = "small";
_root.bt = 0;
_root.invu = 0;
_root.mh = 0;
_root.dead = 0;
_root.Level = 1;
Frame 27
stop();
Frame 29
gotoAndStop(_currentframe - 1);
Frame 35
_quality = "high";
_root.dead = 0;
_root.ld = 0;
_root.m = 0;
_root.nv = maxinv;
_root.xm = 1;
_root.ymove = 0;
_root.bt = 0;
_root.invu = 0;
_root.mh = 0;
if (_root.lifes < 0) {
gotoAndPlay ("game_over");
}
Frame 44
var tm_st = getTimer();
Frame 46
if ((getTimer() - tm_st) < 3000) {
gotoAndPlay(_currentframe - 1);
}
Frame 47
var str_level = "";
if (_root.Level < 10) {
str_level = str_level + "0";
}
str_level = str_level + _root.Level;
gotoAndPlay("level_" + str_level);
Frame 49
gotoAndStop(_currentframe - 1);
Frame 55
_quality = "high";
_root.fire_type = 0;
_root.stat = "small";
_root.lifes = _root.lifes - 1;
_root.dead = 0;
_root.ld = 0;
_root.m = 0;
_root.nv = maxinv;
_root.xm = 1;
_root.ymove = 0;
_root.bt = 0;
_root.invu = 0;
_root.mh = 0;
if (_root.lifes < 0) {
gotoAndPlay ("game_over");
}
Frame 64
var tm_st = getTimer();
Frame 66
if ((getTimer() - tm_st) < 3000) {
gotoAndPlay(_currentframe - 1);
}
Frame 67
var str_level = "";
if (_root.Level < 10) {
str_level = str_level + "0";
}
str_level = str_level + _root.Level;
gotoAndPlay("level_" + str_level);
Frame 69
gotoAndStop(_currentframe - 1);
Frame 75
_quality = "high";
_root.Level++;
Frame 85
var tm_st = getTimer();
Frame 87
if ((getTimer() - tm_st) < 3000) {
gotoAndPlay(_currentframe - 1);
}
Frame 88
var str_level = "";
if (_root.Level < 10) {
str_level = str_level + "0";
}
str_level = str_level + _root.Level;
gotoAndPlay("level_" + str_level);
Frame 90
gotoAndStop(_currentframe - 1);
Frame 95
_quality = "high";
Frame 108
stop();
Frame 110
gotoAndStop(_currentframe - 1);
Frame 115
_quality = "high";
_root.points2 = "";
if (_root.points < 10) {
_root.points2 = _root.points2 + "0";
}
if (_root.points < 100) {
_root.points2 = _root.points2 + "0";
}
if (_root.points < 1000) {
_root.points2 = _root.points2 + "0";
}
if (_root.points < 10000) {
_root.points2 = _root.points2 + "0";
}
if (_root.points < 100000) {
_root.points2 = _root.points2 + "0";
}
_root.points2 = _root.points2 + _root.points;
txt_score.text = _root.points2;
Frame 128
stop();
Frame 130
gotoAndStop(_currentframe - 1);
Frame 135
_quality = "low";
Instance of Symbol 180 MovieClip "mc_giana" in Frame 135
onClipEvent (enterFrame) {
if (!_root.b_PAUSE) {
if (this._frame == undefined) {
this._frame = 0;
}
_frame++;
CHECK_BUGS();
CHECK_TYPES();
UPDATE();
}
}
onClipEvent (load) {
gotoAndStop (1);
xmove = 0;
maxinv = 45;
maxfall = 15;
movement = "bstanding";
gravity = 0.75;
jump = -12;
gb = 0;
h = 0;
speed = 0.5;
maxspeed = 6;
goingdown = 0;
ld = 0;
dead = 0;
}
Frame 147
stop();
_root.b_PAUSE = false;
_root.b_FINISH = false;
_root.m = 0;
_root.nv = maxinv;
_root.xm = 1;
_root.ymove = 0;
_root.bt = 0;
_root.invu = 0;
_root.mh = 0;
Frame 149
gotoAndStop(_currentframe - 1);
Frame 150
Frame 155
_quality = "low";
Instance of Symbol 180 MovieClip "mc_giana" in Frame 155
onClipEvent (enterFrame) {
if (!_root.b_PAUSE) {
if (this._frame == undefined) {
this._frame = 0;
}
_frame++;
CHECK_BUGS();
CHECK_TYPES();
UPDATE();
}
}
onClipEvent (load) {
gotoAndStop (1);
xmove = 0;
maxinv = 45;
maxfall = 15;
movement = "bstanding";
gravity = 0.75;
jump = -12;
gb = 0;
h = 0;
speed = 0.5;
maxspeed = 6;
goingdown = 0;
ld = 0;
dead = 0;
}
Frame 167
stop();
_root.b_PAUSE = false;
_root.b_FINISH = false;
Frame 169
gotoAndStop(_currentframe - 1);
Frame 175
_quality = "low";
Instance of Symbol 180 MovieClip "mc_giana" in Frame 175
onClipEvent (enterFrame) {
if (!_root.b_PAUSE) {
if (this._frame == undefined) {
this._frame = 0;
}
_frame++;
CHECK_BUGS();
CHECK_TYPES();
UPDATE();
}
}
onClipEvent (load) {
gotoAndStop (1);
xmove = 0;
maxinv = 45;
maxfall = 15;
movement = "bstanding";
gravity = 0.75;
jump = -12;
gb = 0;
h = 0;
speed = 0.5;
maxspeed = 6;
goingdown = 0;
ld = 0;
dead = 0;
}
Frame 187
stop();
_root.b_PAUSE = false;
_root.b_FINISH = false;
Frame 189
gotoAndStop(_currentframe - 1);
Frame 195
_quality = "low";
Instance of Symbol 180 MovieClip "mc_giana" in Frame 195
onClipEvent (enterFrame) {
if (!_root.b_PAUSE) {
if (this._frame == undefined) {
this._frame = 0;
}
_frame++;
CHECK_BUGS();
CHECK_TYPES();
UPDATE();
}
}
onClipEvent (load) {
gotoAndStop (1);
xmove = 0;
maxinv = 45;
maxfall = 15;
movement = "bstanding";
gravity = 0.75;
jump = -12;
gb = 0;
h = 0;
speed = 0.5;
maxspeed = 6;
goingdown = 0;
ld = 0;
dead = 0;
}
Frame 207
stop();
_root.b_PAUSE = false;
_root.b_FINISH = false;
Frame 209
gotoAndStop(_currentframe - 1);
Frame 215
_quality = "low";
Instance of Symbol 180 MovieClip "mc_giana" in Frame 215
onClipEvent (enterFrame) {
if (!_root.b_PAUSE) {
if (this._frame == undefined) {
this._frame = 0;
}
_frame++;
CHECK_BUGS();
CHECK_TYPES();
UPDATE();
}
}
onClipEvent (load) {
gotoAndStop (1);
xmove = 0;
maxinv = 45;
maxfall = 15;
movement = "bstanding";
gravity = 0.75;
jump = -12;
gb = 0;
h = 0;
speed = 0.5;
maxspeed = 6;
goingdown = 0;
ld = 0;
dead = 0;
}
Frame 227
stop();
_root.b_PAUSE = false;
_root.b_FINISH = false;
Frame 229
gotoAndStop(_currentframe - 1);
Frame 235
_quality = "low";
Instance of Symbol 180 MovieClip "mc_giana" in Frame 235
onClipEvent (enterFrame) {
if (!_root.b_PAUSE) {
if (this._frame == undefined) {
this._frame = 0;
}
_frame++;
CHECK_BUGS();
CHECK_TYPES();
UPDATE();
}
}
onClipEvent (load) {
gotoAndStop (1);
xmove = 0;
maxinv = 45;
maxfall = 15;
movement = "bstanding";
gravity = 0.75;
jump = -12;
gb = 0;
h = 0;
speed = 0.5;
maxspeed = 6;
goingdown = 0;
ld = 0;
dead = 0;
}
Frame 247
stop();
_root.b_PAUSE = false;
_root.b_FINISH = false;
Frame 249
gotoAndStop(_currentframe - 1);
Symbol 6 MovieClip Frame 1
stop();
Symbol 9 MovieClip Frame 1
function FadeOut() {
this.onEnterFrame = function () {
if (this._alpha > 0) {
this._alpha = this._alpha - 8;
} else {
this.onEnterFrame = null;
}
};
}
function FadeIn() {
this.onEnterFrame = function () {
if (this._alpha < 100) {
this._alpha = this._alpha + 3;
} else {
this.onEnterFrame = null;
}
};
}
this._alpha = 0;
var percents = 0;
_parent.stop();
FadeIn();
Symbol 9 MovieClip Frame 2
if (_parent.getBytesLoaded() == _parent.getBytesTotal()) {
percents = percents + 2;
if (percents > 100) {
percents = 100;
}
} else {
percents = Math.floor((_parent.getBytesLoaded() / _parent.getBytesTotal()) * 100);
}
gauge.gotoAndStop(percents + 1);
pers = percents;
Symbol 9 MovieClip Frame 3
if (percents >= 100) {
stop();
_parent.play();
FadeOut();
} else {
gotoAndPlay (2);
}
Symbol 13 Button
on (release) {
getURL ("http://games2girls.com", "_blank");
}
Symbol 17 Button
on (release) {
getURL ("http://www.spellbound.de", "_blank");
}
Symbol 24 Button
on (press, keyPress "<Enter>") {
gotoAndPlay ("level_01");
}
Symbol 31 Button
on (release) {
getURL ("http://www.spellbound.de", "_blank");
}
Symbol 32 Button
on (release) {
getURL ("http://www.huelsbeck.com", "_blank");
}
Symbol 60 MovieClip Frame 1
txt_out.htmlText = "original version of \"THE GREAT GIANA SISTERS\" has been developed by <font color='#0000FF'>ARMIN GESSERT</font><BR>";
txt_out.htmlText = txt_out.htmlText + "and is registered trademark of <a href='http://www.spellbound.de'><font color='#0000FF'><U>SPELLBOUND ENTERTAINMENT AG</U></font></a><BR>";
txt_out.htmlText = txt_out.htmlText + "music produced by <a href='http://www.huelsbeck.com'><font color='#0000FF'><U>CHRIS HUELSBECK</U></font></a>";
Symbol 66 Button
on (release) {
gotoAndPlay ("start");
}
Symbol 69 Button
on (release) {
getURL ("http://games2girls.com", "_blank");
}
Symbol 90 MovieClip Frame 1
stop();
Symbol 90 MovieClip Frame 10
gotoAndStop (1);
Symbol 90 MovieClip Frame 91
stop();
Symbol 99 MovieClip Frame 41
gotoAndPlay (1);
Symbol 99 MovieClip Frame 42
_root.coins = _root.coins + 1;
Symbol 99 MovieClip Frame 48
stop();
Symbol 99 MovieClip Frame 56
stop();
Symbol 102 MovieClip Frame 1
stop();
Symbol 102 MovieClip Frame 45
stop();
Instance of Symbol 90 MovieClip in Symbol 103 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 99 MovieClip in Symbol 103 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
if (this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true))) && (this.hitTest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true)))) {
gotoAndStop (2);
gotoAndPlay ("fadeout");
broken = 1;
}
}
} else if (_currentframe <= 42) {
trace("block gluk");
gotoAndPlay (43);
}
}
Instance of Symbol 90 MovieClip in Symbol 103 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 103 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 103 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 99 MovieClip in Symbol 103 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
if (this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true))) && (this.hitTest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true)))) {
gotoAndStop (2);
gotoAndPlay ("fadeout");
broken = 1;
}
}
} else if (_currentframe <= 42) {
trace("block gluk");
gotoAndPlay (43);
}
}
Instance of Symbol 90 MovieClip in Symbol 103 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 103 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 99 MovieClip in Symbol 103 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true))) && (this.hitTest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true)))) {
stop();
gotoAndPlay (50);
broken = 1;
_root.bx = _x;
_root.by = _y - (_height / 2);
if (!_parent._parent.CreateBonus(bonus_type, _root.bx, _root.by)) {
_parent.CreateBonus(bonus_type, _root.bx, _root.by);
}
}
} else if (_currentframe < 50) {
stop();
gotoAndStop (2);
gotoAndPlay (50);
}
}
onClipEvent (load) {
var bonus_type = "l";
}
Instance of Symbol 90 MovieClip in Symbol 103 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 102 MovieClip in Symbol 103 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
_root.mc_giana._y++;
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
}
_root.mc_giana._y--;
}
}
Instance of Symbol 102 MovieClip in Symbol 103 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
_root.mc_giana._y++;
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
}
_root.mc_giana._y--;
}
}
Instance of Symbol 99 MovieClip in Symbol 103 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
if (this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true))) && (this.hitTest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true)))) {
gotoAndStop (2);
gotoAndPlay ("fadeout");
broken = 1;
}
}
} else if (_currentframe <= 42) {
trace("block gluk");
gotoAndPlay (43);
}
}
Instance of Symbol 99 MovieClip in Symbol 103 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
if (this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true))) && (this.hitTest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true)))) {
gotoAndStop (2);
gotoAndPlay ("fadeout");
broken = 1;
}
}
} else if (_currentframe <= 42) {
trace("block gluk");
gotoAndPlay (43);
}
}
Instance of Symbol 90 MovieClip in Symbol 103 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 99 MovieClip in Symbol 103 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
if (this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true))) && (this.hitTest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true)))) {
gotoAndStop (2);
gotoAndPlay ("fadeout");
broken = 1;
}
}
} else if (_currentframe <= 42) {
trace("block gluk");
gotoAndPlay (43);
}
}
Instance of Symbol 90 MovieClip in Symbol 103 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 99 MovieClip in Symbol 103 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
if (this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true))) && (this.hitTest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true)))) {
gotoAndStop (2);
gotoAndPlay ("fadeout");
broken = 1;
}
}
} else if (_currentframe <= 42) {
trace("block gluk");
gotoAndPlay (43);
}
}
Instance of Symbol 90 MovieClip in Symbol 103 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 103 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 103 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 99 MovieClip in Symbol 103 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true))) && (this.hitTest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true)))) {
stop();
gotoAndPlay (50);
broken = 1;
_root.bx = _x;
_root.by = _y - (_height / 2);
if (!_parent._parent.CreateBonus(bonus_type, _root.bx, _root.by)) {
_parent.CreateBonus(bonus_type, _root.bx, _root.by);
}
}
} else if (_currentframe < 50) {
stop();
gotoAndStop (2);
gotoAndPlay (50);
}
}
onClipEvent (load) {
var bonus_type = "gm";
}
Instance of Symbol 90 MovieClip in Symbol 103 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 103 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 103 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 99 MovieClip in Symbol 103 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
if (this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true))) && (this.hitTest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true)))) {
gotoAndStop (2);
gotoAndPlay ("fadeout");
broken = 1;
}
}
} else if (_currentframe <= 42) {
trace("block gluk");
gotoAndPlay (43);
}
}
Instance of Symbol 90 MovieClip in Symbol 103 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 99 MovieClip in Symbol 103 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
if (this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true))) && (this.hitTest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true)))) {
gotoAndStop (2);
gotoAndPlay ("fadeout");
broken = 1;
}
}
} else if (_currentframe <= 42) {
trace("block gluk");
gotoAndPlay (43);
}
}
Instance of Symbol 99 MovieClip in Symbol 103 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
if (this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true))) && (this.hitTest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true)))) {
gotoAndStop (2);
gotoAndPlay ("fadeout");
broken = 1;
}
}
} else if (_currentframe <= 42) {
trace("block gluk");
gotoAndPlay (43);
}
}
Symbol 116 MovieClip Frame 19
gotoAndPlay (1);
Symbol 116 MovieClip Frame 21
dead = 1;
_root.points = _root.points + 200;
Symbol 116 MovieClip Frame 49
stop();
_visible = false;
Symbol 116 MovieClip Frame 54
dead = 1;
_root.points = _root.points + 200;
Symbol 116 MovieClip Frame 80
stop();
_visible = false;
Symbol 119 MovieClip Frame 19
gotoAndPlay (1);
Symbol 119 MovieClip Frame 24
_visible = false;
Symbol 119 MovieClip Frame 34
stop();
Symbol 124 MovieClip Frame 1
stop();
go = 1;
Symbol 124 MovieClip Frame 2
go = 0;
_visible = true;
Symbol 137 MovieClip Frame 1
stop();
go = 1;
Symbol 137 MovieClip Frame 2
go = 0;
_visible = true;
Symbol 137 MovieClip Frame 30
go = 1;
Symbol 156 MovieClip Frame 1
stop();
Symbol 156 MovieClip Frame 2
stop();
Symbol 157 MovieClip Frame 1
stop();
go = 1;
Symbol 157 MovieClip Frame 2
go = 0;
_visible = true;
Symbol 157 MovieClip Frame 30
go = 1;
Symbol 158 MovieClip Frame 1
stop();
go = 1;
Symbol 158 MovieClip Frame 2
go = 0;
_visible = true;
Symbol 158 MovieClip Frame 30
go = 1;
Symbol 159 MovieClip Frame 1
function CreateBonus(in_type, in_x, in_y) {
trace("Create bonus: " + in_type);
if ((((in_type == "gm") || (in_type == "bm")) || (in_type == "l")) || (in_type == "ll")) {
DEPTH++;
var _local2;
if (in_type == "gm") {
_local2 = mc_bonus_gm_instance.duplicateMovieClip("mc_bonus_gm_" + DEPTH, DEPTH);
}
if (in_type == "bm") {
_local2 = mc_bonus_bm_instance.duplicateMovieClip("mc_bonus_bm_" + DEPTH, DEPTH);
}
if (in_type == "ll") {
_local2 = mc_bonus_ll_instance.duplicateMovieClip("mc_bonus_ll_" + DEPTH, DEPTH);
}
if (in_type == "l") {
_local2 = mc_bonus_l_instance.duplicateMovieClip("mc_bonus_l_" + DEPTH, DEPTH);
}
_local2._x = in_x;
_local2._y = in_y;
_local2._visible = false;
trace(_local2);
return(true);
}
return(false);
}
function CreateFire(in_type, in_x, in_y) {
var _local2 = false;
var _local3 = getTimer() - last_time_shot;
if ((in_type == 1) && (_local3 > 1000)) {
_local2 = true;
}
if ((in_type == 2) && (_local3 > 500)) {
_local2 = true;
}
if (_local2) {
last_time_shot = getTimer();
DEPTH++;
var _local1 = mc_fire_instance.duplicateMovieClip("mc_fire_bm_" + DEPTH, DEPTH);
_local1._x = in_x;
_local1._y = in_y - 20;
_local1._visible = true;
_local1.gotoAndStop(in_type);
}
return(true);
}
function AddMonster(i_this) {
arr_Monsters.push(i_this);
}
var DEPTH = 100;
var arr_Monsters = new Array();
var last_time_shot = 0;
Instance of Symbol 106 MovieClip "mc_finish" in Symbol 159 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!_root.b_PAUSE) {
if (this.hitTest(_root.mc_giana) && (!_root.b_FINISH)) {
_root.b_FINISH = true;
_root.tm_finish = setInterval(_root.LEVEL_COMPLETE, 333);
}
}
}
Instance of Symbol 116 MovieClip in Symbol 159 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop ("fired");
this._FireFrame = _currentframe;
gotoAndPlay (1);
trace(this._FireFrame);
}
onClipEvent (enterFrame) {
if (!_root.b_PAUSE) {
if (this._Frame != undefined) {
if ((this._Frame == "Fire") && (_currentframe < this._FireFrame)) {
trace("GLUK F!!");
gotoAndStop (2);
gotoAndPlay(this._FireFrame + 1);
} else if (_currentframe < this._Frame) {
trace("GLUK!!");
gotoAndStop (2);
gotoAndPlay(this._Frame + 1);
}
}
if (dead == 0) {
this.fr = 0;
if (fired == 1) {
go = 0;
dead = 1;
this._Frame = "Fire";
gotoAndStop (2);
gotoAndPlay ("fired");
} else {
if ((top.hitTest(_root.mc_giana) && (go == 1)) && (_root.ymove > 0)) {
go = 0;
_root.ymove = -5;
_root.mh = 0;
this._Frame = 20;
gotoAndStop (2);
gotoAndPlay (20);
}
if ((go == 0) && (_currentframe < 20)) {
this._Frame = 20;
gotoAndStop (2);
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
this._Frame = 21;
gotoAndStop (2);
gotoAndPlay (21);
}
if (((body.hitTest(_root.mc_giana) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
_root.mh = 1;
_root.fire_type = 0;
}
}
} else if ((++this.fr) > 60) {
_visible = false;
gotoAndStop ("end");
}
}
}
onClipEvent (enterFrame) {
if (_name.indexOf("instance") <= 0) {
if (!_root.b_PAUSE) {
yy = _y + _parent._y;
xx = _x + _parent._x;
if (this.acc == undefined) {
this.acc = 0;
}
if ((((yy > 0) && (yy < 600)) && (xx > -50)) && (xx < 600)) {
if (_parent.mc_phys.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.mc_phys.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.mc_phys.hitTest(xx, yy, true) == 0) {
if ((_parent.mc_phys.hitTest(xx + (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0)) || (_parent.mc_phys.hitTest(xx - (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0))) {
this.acc = 0;
} else if (go == 1) {
this.acc = this.acc + 0.75;
_y = (_y + this.acc);
} else {
this.acc = 0;
}
} else {
this.acc = 0;
}
if (go == 1) {
_x = (_x + xmove);
}
while ((_parent.mc_phys.hitTest(xx, yy, true) && (_parent.mc_phys.hitTest(xx, yy - 1, true))) && (go == 1)) {
_y = (_y - 1);
yy = _y + _parent._y;
xx = _x + _parent._x;
}
}
}
}
}
onClipEvent (load) {
_parent.AddMonster(this);
go = 1;
dead = 0;
xmove = -2;
}
Instance of Symbol 116 MovieClip in Symbol 159 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop ("fired");
this._FireFrame = _currentframe;
gotoAndPlay (1);
trace(this._FireFrame);
}
onClipEvent (enterFrame) {
if (!_root.b_PAUSE) {
if (this._Frame != undefined) {
if ((this._Frame == "Fire") && (_currentframe < this._FireFrame)) {
trace("GLUK F!!");
gotoAndStop (2);
gotoAndPlay(this._FireFrame + 1);
} else if (_currentframe < this._Frame) {
trace("GLUK!!");
gotoAndStop (2);
gotoAndPlay(this._Frame + 1);
}
}
if (dead == 0) {
this.fr = 0;
if (fired == 1) {
go = 0;
dead = 1;
this._Frame = "Fire";
gotoAndStop (2);
gotoAndPlay ("fired");
} else {
if ((top.hitTest(_root.mc_giana) && (go == 1)) && (_root.ymove > 0)) {
go = 0;
_root.ymove = -5;
_root.mh = 0;
this._Frame = 20;
gotoAndStop (2);
gotoAndPlay (20);
}
if ((go == 0) && (_currentframe < 20)) {
this._Frame = 20;
gotoAndStop (2);
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
this._Frame = 21;
gotoAndStop (2);
gotoAndPlay (21);
}
if (((body.hitTest(_root.mc_giana) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
_root.mh = 1;
_root.fire_type = 0;
}
}
} else if ((++this.fr) > 60) {
_visible = false;
gotoAndStop ("end");
}
}
}
onClipEvent (enterFrame) {
if (_name.indexOf("instance") <= 0) {
if (!_root.b_PAUSE) {
yy = _y + _parent._y;
xx = _x + _parent._x;
if (this.acc == undefined) {
this.acc = 0;
}
if ((((yy > 0) && (yy < 600)) && (xx > -50)) && (xx < 600)) {
if (_parent.mc_phys.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.mc_phys.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.mc_phys.hitTest(xx, yy, true) == 0) {
if ((_parent.mc_phys.hitTest(xx + (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0)) || (_parent.mc_phys.hitTest(xx - (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0))) {
this.acc = 0;
} else if (go == 1) {
this.acc = this.acc + 0.75;
_y = (_y + this.acc);
} else {
this.acc = 0;
}
} else {
this.acc = 0;
}
if (go == 1) {
_x = (_x + xmove);
}
while ((_parent.mc_phys.hitTest(xx, yy, true) && (_parent.mc_phys.hitTest(xx, yy - 1, true))) && (go == 1)) {
_y = (_y - 1);
yy = _y + _parent._y;
xx = _x + _parent._x;
}
}
}
}
}
onClipEvent (load) {
_parent.AddMonster(this);
go = 1;
dead = 0;
xmove = -2;
}
Instance of Symbol 116 MovieClip in Symbol 159 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop ("fired");
this._FireFrame = _currentframe;
gotoAndPlay (1);
trace(this._FireFrame);
}
onClipEvent (enterFrame) {
if (!_root.b_PAUSE) {
if (this._Frame != undefined) {
if ((this._Frame == "Fire") && (_currentframe < this._FireFrame)) {
trace("GLUK F!!");
gotoAndStop (2);
gotoAndPlay(this._FireFrame + 1);
} else if (_currentframe < this._Frame) {
trace("GLUK!!");
gotoAndStop (2);
gotoAndPlay(this._Frame + 1);
}
}
if (dead == 0) {
this.fr = 0;
if (fired == 1) {
go = 0;
dead = 1;
this._Frame = "Fire";
gotoAndStop (2);
gotoAndPlay ("fired");
} else {
if ((top.hitTest(_root.mc_giana) && (go == 1)) && (_root.ymove > 0)) {
go = 0;
_root.ymove = -5;
_root.mh = 0;
this._Frame = 20;
gotoAndStop (2);
gotoAndPlay (20);
}
if ((go == 0) && (_currentframe < 20)) {
this._Frame = 20;
gotoAndStop (2);
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
this._Frame = 21;
gotoAndStop (2);
gotoAndPlay (21);
}
if (((body.hitTest(_root.mc_giana) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
_root.mh = 1;
_root.fire_type = 0;
}
}
} else if ((++this.fr) > 60) {
_visible = false;
gotoAndStop ("end");
}
}
}
onClipEvent (enterFrame) {
if (_name.indexOf("instance") <= 0) {
if (!_root.b_PAUSE) {
yy = _y + _parent._y;
xx = _x + _parent._x;
if (this.acc == undefined) {
this.acc = 0;
}
if ((((yy > 0) && (yy < 600)) && (xx > -50)) && (xx < 600)) {
if (_parent.mc_phys.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.mc_phys.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.mc_phys.hitTest(xx, yy, true) == 0) {
if ((_parent.mc_phys.hitTest(xx + (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0)) || (_parent.mc_phys.hitTest(xx - (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0))) {
this.acc = 0;
} else if (go == 1) {
this.acc = this.acc + 0.75;
_y = (_y + this.acc);
} else {
this.acc = 0;
}
} else {
this.acc = 0;
}
if (go == 1) {
_x = (_x + xmove);
}
while ((_parent.mc_phys.hitTest(xx, yy, true) && (_parent.mc_phys.hitTest(xx, yy - 1, true))) && (go == 1)) {
_y = (_y - 1);
yy = _y + _parent._y;
xx = _x + _parent._x;
}
}
}
}
}
onClipEvent (load) {
_parent.AddMonster(this);
go = 1;
dead = 0;
xmove = -2;
}
Instance of Symbol 116 MovieClip in Symbol 159 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop ("fired");
this._FireFrame = _currentframe;
gotoAndPlay (1);
trace(this._FireFrame);
}
onClipEvent (enterFrame) {
if (!_root.b_PAUSE) {
if (this._Frame != undefined) {
if ((this._Frame == "Fire") && (_currentframe < this._FireFrame)) {
trace("GLUK F!!");
gotoAndStop (2);
gotoAndPlay(this._FireFrame + 1);
} else if (_currentframe < this._Frame) {
trace("GLUK!!");
gotoAndStop (2);
gotoAndPlay(this._Frame + 1);
}
}
if (dead == 0) {
this.fr = 0;
if (fired == 1) {
go = 0;
dead = 1;
this._Frame = "Fire";
gotoAndStop (2);
gotoAndPlay ("fired");
} else {
if ((top.hitTest(_root.mc_giana) && (go == 1)) && (_root.ymove > 0)) {
go = 0;
_root.ymove = -5;
_root.mh = 0;
this._Frame = 20;
gotoAndStop (2);
gotoAndPlay (20);
}
if ((go == 0) && (_currentframe < 20)) {
this._Frame = 20;
gotoAndStop (2);
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
this._Frame = 21;
gotoAndStop (2);
gotoAndPlay (21);
}
if (((body.hitTest(_root.mc_giana) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
_root.mh = 1;
_root.fire_type = 0;
}
}
} else if ((++this.fr) > 60) {
_visible = false;
gotoAndStop ("end");
}
}
}
onClipEvent (enterFrame) {
if (_name.indexOf("instance") <= 0) {
if (!_root.b_PAUSE) {
yy = _y + _parent._y;
xx = _x + _parent._x;
if (this.acc == undefined) {
this.acc = 0;
}
if ((((yy > 0) && (yy < 600)) && (xx > -50)) && (xx < 600)) {
if (_parent.mc_phys.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.mc_phys.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.mc_phys.hitTest(xx, yy, true) == 0) {
if ((_parent.mc_phys.hitTest(xx + (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0)) || (_parent.mc_phys.hitTest(xx - (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0))) {
this.acc = 0;
} else if (go == 1) {
this.acc = this.acc + 0.75;
_y = (_y + this.acc);
} else {
this.acc = 0;
}
} else {
this.acc = 0;
}
if (go == 1) {
_x = (_x + xmove);
}
while ((_parent.mc_phys.hitTest(xx, yy, true) && (_parent.mc_phys.hitTest(xx, yy - 1, true))) && (go == 1)) {
_y = (_y - 1);
yy = _y + _parent._y;
xx = _x + _parent._x;
}
}
}
}
}
onClipEvent (load) {
_parent.AddMonster(this);
go = 1;
dead = 0;
xmove = -2;
}
Instance of Symbol 116 MovieClip in Symbol 159 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop ("fired");
this._FireFrame = _currentframe;
gotoAndPlay (1);
trace(this._FireFrame);
}
onClipEvent (enterFrame) {
if (!_root.b_PAUSE) {
if (this._Frame != undefined) {
if ((this._Frame == "Fire") && (_currentframe < this._FireFrame)) {
trace("GLUK F!!");
gotoAndStop (2);
gotoAndPlay(this._FireFrame + 1);
} else if (_currentframe < this._Frame) {
trace("GLUK!!");
gotoAndStop (2);
gotoAndPlay(this._Frame + 1);
}
}
if (dead == 0) {
this.fr = 0;
if (fired == 1) {
go = 0;
dead = 1;
this._Frame = "Fire";
gotoAndStop (2);
gotoAndPlay ("fired");
} else {
if ((top.hitTest(_root.mc_giana) && (go == 1)) && (_root.ymove > 0)) {
go = 0;
_root.ymove = -5;
_root.mh = 0;
this._Frame = 20;
gotoAndStop (2);
gotoAndPlay (20);
}
if ((go == 0) && (_currentframe < 20)) {
this._Frame = 20;
gotoAndStop (2);
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
this._Frame = 21;
gotoAndStop (2);
gotoAndPlay (21);
}
if (((body.hitTest(_root.mc_giana) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
_root.mh = 1;
_root.fire_type = 0;
}
}
} else if ((++this.fr) > 60) {
_visible = false;
gotoAndStop ("end");
}
}
}
onClipEvent (enterFrame) {
if (_name.indexOf("instance") <= 0) {
if (!_root.b_PAUSE) {
yy = _y + _parent._y;
xx = _x + _parent._x;
if (this.acc == undefined) {
this.acc = 0;
}
if ((((yy > 0) && (yy < 600)) && (xx > -50)) && (xx < 600)) {
if (_parent.mc_phys.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.mc_phys.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.mc_phys.hitTest(xx, yy, true) == 0) {
if ((_parent.mc_phys.hitTest(xx + (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0)) || (_parent.mc_phys.hitTest(xx - (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0))) {
this.acc = 0;
} else if (go == 1) {
this.acc = this.acc + 0.75;
_y = (_y + this.acc);
} else {
this.acc = 0;
}
} else {
this.acc = 0;
}
if (go == 1) {
_x = (_x + xmove);
}
while ((_parent.mc_phys.hitTest(xx, yy, true) && (_parent.mc_phys.hitTest(xx, yy - 1, true))) && (go == 1)) {
_y = (_y - 1);
yy = _y + _parent._y;
xx = _x + _parent._x;
}
}
}
}
}
onClipEvent (load) {
_parent.AddMonster(this);
go = 1;
dead = 0;
xmove = -2;
}
Instance of Symbol 119 MovieClip in Symbol 159 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 159 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 159 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 159 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 159 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 159 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 159 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 159 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 124 MovieClip "mc_bonus_bm_instance" in Symbol 159 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_name.indexOf("instance") <= 0) {
if (!_root.b_PAUSE) {
yy = _y + _parent._y;
xx = _x + _parent._x;
if (this.acc == undefined) {
this.acc = 0;
}
if ((((yy > 0) && (yy < 600)) && (xx > -50)) && (xx < 600)) {
if (_parent.mc_phys.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.mc_phys.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.mc_phys.hitTest(xx, yy, true) == 0) {
if ((_parent.mc_phys.hitTest(xx + (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0)) || (_parent.mc_phys.hitTest(xx - (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0))) {
this.acc = 0;
} else if (go == 1) {
this.acc = this.acc + 0.75;
_y = (_y + this.acc);
} else {
this.acc = 0;
}
} else {
this.acc = 0;
}
if (go == 1) {
_x = (_x + xmove);
}
while ((_parent.mc_phys.hitTest(xx, yy, true) && (_parent.mc_phys.hitTest(xx, yy - 1, true))) && (go == 1)) {
_y = (_y - 1);
yy = _y + _parent._y;
xx = _x + _parent._x;
}
}
}
}
}
onClipEvent (enterFrame) {
if (_name.indexOf("instance") <= 0) {
if (this.once != 1) {
this.once = 1;
gotoAndPlay (2);
go = 1;
xmove = 2;
if (_root.mc_giana._x > xx) {
xmove = xmove * -1;
}
if (_root.mc_giana._x < xx) {
xmove = xmove * 1;
}
}
if (bonus_type == "gm") {
if (this.hitTest(_root.mc_giana) && (_currentframe == 1)) {
_root.mh = 2;
_y = -1000;
this.removeMovieClip();
}
} else if (bonus_type == "bm") {
if (this.hitTest(_root.mc_giana) && (go == 1)) {
_root.high = 1;
_root.music = 0;
_y = -1000;
this.removeMovieClip();
}
} else if (bonus_type == "l") {
if ((this.hitTest(_root.mc_giana) && (go == 1)) && (_currentframe == 1)) {
_root.mc_giana.gotoAndPlay("shock");
if (_root.fire_type < 2) {
_root.fire_type = 1;
}
_y = -1000;
this.removeMovieClip();
}
} else if (bonus_type == "ll") {
if ((this.hitTest(_root.mc_giana) && (go == 1)) && (_currentframe == 1)) {
_root.mc_giana.gotoAndPlay("shock");
_root.fire_type = 2;
_y = -1000;
this.removeMovieClip();
}
}
}
}
onClipEvent (load) {
var bonus_type = "bm";
}
Instance of Symbol 137 MovieClip "mc_bonus_gm_instance" in Symbol 159 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_name.indexOf("instance") <= 0) {
if (!_root.b_PAUSE) {
yy = _y + _parent._y;
xx = _x + _parent._x;
if (this.acc == undefined) {
this.acc = 0;
}
if ((((yy > 0) && (yy < 600)) && (xx > -50)) && (xx < 600)) {
if (_parent.mc_phys.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.mc_phys.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.mc_phys.hitTest(xx, yy, true) == 0) {
if ((_parent.mc_phys.hitTest(xx + (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0)) || (_parent.mc_phys.hitTest(xx - (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0))) {
this.acc = 0;
} else if (go == 1) {
this.acc = this.acc + 0.75;
_y = (_y + this.acc);
} else {
this.acc = 0;
}
} else {
this.acc = 0;
}
if (go == 1) {
_x = (_x + xmove);
}
while ((_parent.mc_phys.hitTest(xx, yy, true) && (_parent.mc_phys.hitTest(xx, yy - 1, true))) && (go == 1)) {
_y = (_y - 1);
yy = _y + _parent._y;
xx = _x + _parent._x;
}
}
}
}
}
onClipEvent (enterFrame) {
if (_name.indexOf("instance") <= 0) {
if (this.once != 1) {
this.once = 1;
gotoAndPlay (2);
go = 1;
xmove = 2;
if (_root.mc_giana._x > xx) {
xmove = xmove * -1;
}
if (_root.mc_giana._x < xx) {
xmove = xmove * 1;
}
}
if (bonus_type == "gm") {
if (this.hitTest(_root.mc_giana) && (_currentframe == 1)) {
_root.mh = 2;
_y = -1000;
this.removeMovieClip();
}
} else if (bonus_type == "bm") {
if (this.hitTest(_root.mc_giana) && (go == 1)) {
_root.high = 1;
_root.music = 0;
_y = -1000;
this.removeMovieClip();
}
} else if (bonus_type == "l") {
if ((this.hitTest(_root.mc_giana) && (go == 1)) && (_currentframe == 1)) {
_root.mc_giana.gotoAndPlay("shock");
if (_root.fire_type < 2) {
_root.fire_type = 1;
}
_y = -1000;
this.removeMovieClip();
}
} else if (bonus_type == "ll") {
if ((this.hitTest(_root.mc_giana) && (go == 1)) && (_currentframe == 1)) {
_root.mc_giana.gotoAndPlay("shock");
_root.fire_type = 2;
_y = -1000;
this.removeMovieClip();
}
}
}
}
onClipEvent (load) {
var bonus_type = "gm";
}
Instance of Symbol 156 MovieClip "mc_fire_instance" in Symbol 159 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_name.indexOf("instance") <= 0) {
if (this.once != 1) {
this.once = 1;
go = 1;
xmove = 11;
if (_root.mc_giana._xscale > 0) {
xmove = xmove * 1;
}
if (_root.mc_giana._xscale < 0) {
xmove = xmove * -1;
}
}
if (!_root.b_PAUSE) {
yy = _y + _parent._y;
xx = _x + _parent._x;
if (this.acc == undefined) {
this.acc = 0;
}
if (this.ymove == undefined) {
this.ymove = 0;
}
if ((((yy > 0) && (yy < 600)) && (xx > -50)) && (xx < 600)) {
if (_parent.mc_phys.hitTest((xx - (this._width / 2)) + xmove, yy, true) || (_parent.mc_phys.hitTest((xx + (this._width / 2)) + xmove, yy, true))) {
xmove = xmove * -1;
}
if (_parent.mc_phys.hitTest(xx, (yy - (this._height / 2)) + ymove, true) || (_parent.mc_phys.hitTest(xx, (yy + (this._height / 2)) + ymove, true))) {
ymove = ymove * -1;
ymove = ymove - 0.75;
if (ymove < -5) {
ymove = -5;
}
}
ymove = ymove + 0.75;
if (go == 1) {
_x = (_x + xmove);
_y = (_y + ymove);
}
while ((_parent.mc_phys.hitTest(xx, yy, true) && (_parent.mc_phys.hitTest(xx, yy - 1, true))) && (go == 1)) {
_y = (_y - 1);
yy = _y + _parent._y;
xx = _x + _parent._x;
}
}
}
if (!((((yy > 0) && (yy < 600)) && (xx > -50)) && (xx < 600))) {
this.removeMovieClip();
}
if (_y > 500) {
this.removeMovieClip();
}
var i = -1;
var l = _parent.arr_Monsters.length;
while ((++i) < l) {
if (this.hitTest(_parent.arr_Monsters[i])) {
trace("dead");
_parent.arr_Monsters[i].fired = 1;
this.removeMovieClip();
}
}
}
}
Instance of Symbol 157 MovieClip "mc_bonus_l_instance" in Symbol 159 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_name.indexOf("instance") <= 0) {
if (!_root.b_PAUSE) {
yy = _y + _parent._y;
xx = _x + _parent._x;
if (this.acc == undefined) {
this.acc = 0;
}
if ((((yy > 0) && (yy < 600)) && (xx > -50)) && (xx < 600)) {
if (_parent.mc_phys.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.mc_phys.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.mc_phys.hitTest(xx, yy, true) == 0) {
if ((_parent.mc_phys.hitTest(xx + (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0)) || (_parent.mc_phys.hitTest(xx - (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0))) {
this.acc = 0;
} else if (go == 1) {
this.acc = this.acc + 0.75;
_y = (_y + this.acc);
} else {
this.acc = 0;
}
} else {
this.acc = 0;
}
if (go == 1) {
_x = (_x + xmove);
}
while ((_parent.mc_phys.hitTest(xx, yy, true) && (_parent.mc_phys.hitTest(xx, yy - 1, true))) && (go == 1)) {
_y = (_y - 1);
yy = _y + _parent._y;
xx = _x + _parent._x;
}
}
}
}
}
onClipEvent (enterFrame) {
if (_name.indexOf("instance") <= 0) {
if (this.once != 1) {
this.once = 1;
gotoAndPlay (2);
go = 1;
xmove = 2;
if (_root.mc_giana._x > xx) {
xmove = xmove * -1;
}
if (_root.mc_giana._x < xx) {
xmove = xmove * 1;
}
}
if (bonus_type == "gm") {
if (this.hitTest(_root.mc_giana) && (_currentframe == 1)) {
_root.mh = 2;
_y = -1000;
this.removeMovieClip();
}
} else if (bonus_type == "bm") {
if (this.hitTest(_root.mc_giana) && (go == 1)) {
_root.high = 1;
_root.music = 0;
_y = -1000;
this.removeMovieClip();
}
} else if (bonus_type == "l") {
if ((this.hitTest(_root.mc_giana) && (go == 1)) && (_currentframe == 1)) {
_root.mc_giana.gotoAndPlay("shock");
if (_root.fire_type < 2) {
_root.fire_type = 1;
}
_y = -1000;
this.removeMovieClip();
}
} else if (bonus_type == "ll") {
if ((this.hitTest(_root.mc_giana) && (go == 1)) && (_currentframe == 1)) {
_root.mc_giana.gotoAndPlay("shock");
_root.fire_type = 2;
_y = -1000;
this.removeMovieClip();
}
}
}
}
onClipEvent (load) {
var bonus_type = "l";
}
Instance of Symbol 158 MovieClip "mc_bonus_ll_instance" in Symbol 159 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_name.indexOf("instance") <= 0) {
if (!_root.b_PAUSE) {
yy = _y + _parent._y;
xx = _x + _parent._x;
if (this.acc == undefined) {
this.acc = 0;
}
if ((((yy > 0) && (yy < 600)) && (xx > -50)) && (xx < 600)) {
if (_parent.mc_phys.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.mc_phys.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.mc_phys.hitTest(xx, yy, true) == 0) {
if ((_parent.mc_phys.hitTest(xx + (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0)) || (_parent.mc_phys.hitTest(xx - (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0))) {
this.acc = 0;
} else if (go == 1) {
this.acc = this.acc + 0.75;
_y = (_y + this.acc);
} else {
this.acc = 0;
}
} else {
this.acc = 0;
}
if (go == 1) {
_x = (_x + xmove);
}
while ((_parent.mc_phys.hitTest(xx, yy, true) && (_parent.mc_phys.hitTest(xx, yy - 1, true))) && (go == 1)) {
_y = (_y - 1);
yy = _y + _parent._y;
xx = _x + _parent._x;
}
}
}
}
}
onClipEvent (enterFrame) {
if (_name.indexOf("instance") <= 0) {
if (this.once != 1) {
this.once = 1;
gotoAndPlay (2);
go = 1;
xmove = 2;
if (_root.mc_giana._x > xx) {
xmove = xmove * -1;
}
if (_root.mc_giana._x < xx) {
xmove = xmove * 1;
}
}
if (bonus_type == "gm") {
if (this.hitTest(_root.mc_giana) && (_currentframe == 1)) {
_root.mh = 2;
_y = -1000;
this.removeMovieClip();
}
} else if (bonus_type == "bm") {
if (this.hitTest(_root.mc_giana) && (go == 1)) {
_root.high = 1;
_root.music = 0;
_y = -1000;
this.removeMovieClip();
}
} else if (bonus_type == "l") {
if ((this.hitTest(_root.mc_giana) && (go == 1)) && (_currentframe == 1)) {
_root.mc_giana.gotoAndPlay("shock");
if (_root.fire_type < 2) {
_root.fire_type = 1;
}
_y = -1000;
this.removeMovieClip();
}
} else if (bonus_type == "ll") {
if ((this.hitTest(_root.mc_giana) && (go == 1)) && (_currentframe == 1)) {
_root.mc_giana.gotoAndPlay("shock");
_root.fire_type = 2;
_y = -1000;
this.removeMovieClip();
}
}
}
}
onClipEvent (load) {
var bonus_type = "ll";
}
Symbol 180 MovieClip Frame 1
function CHECK_BUGS() {
if (i_MoveKeyPressed == undefined) {
this.i_MoveKeyPressed = 0;
}
if (i_MoveKeyPressed > 50) {
trace("Checking FAIL: " + i_MoveKeyPressed);
i_MoveKeyPressed = 0;
_root.LEVEL_RESTART();
}
if ((Key.isDown(38) || (Key.isDown(37))) || (Key.isDown(39))) {
if (this.LastX == undefined) {
this.LastX = _x;
}
if (this.LastY == undefined) {
this.LastY = _y;
}
if (this.LastCF == undefined) {
this.LastCF = _currentframe;
}
if (((LastX == _x) && (LastY == _y)) && (LastCF == _currentframe)) {
i_MoveKeyPressed++;
} else {
i_MoveKeyPressed = 0;
}
LastX = _x;
LastY = _y;
LastCF = _currentframe;
if (dead != 0) {
trace("detected DEATH and pressed movekeys");
}
}
}
function CHECK_TYPES() {
if (_root.inv == maxinv) {
dead = 0;
_root.invu = 0;
_root.dead = 0;
_root.mh = 0;
_root.inv++;
if (_alpha < 99) {
_alpha = (_alpha + 5);
}
}
if (_root.inv < maxinv) {
dead = 0;
_root.mh = 0;
_root.dead = 0;
_root.inv = _root.inv + 1;
_root.invu = 1;
if (_alpha > 99) {
a = -5;
}
if (_alpha < 50) {
a = 5;
}
_alpha = (_alpha + a);
}
if (_y > 500) {
_root.dead = 1;
}
if (((((_root.dead == 1) && (dead == 0)) && (movement != "shrinking")) && (movement != "growing")) && (ld == 0)) {
gotoAndPlay (250);
dead = 1;
} else if (((_root.dead == 1) && (dead == 1)) && (_currentframe <= 250)) {
trace("GLUK dead");
gotoAndPlay (250);
dead = 1;
}
if (_root.ld == 1) {
if (_root.stat == "small") {
gotoAndStop (120);
}
if (_root.stat == "big") {
gotoAndStop (185);
}
goingdown = 1;
if (_root.bt == 0) {
_y = (_y + 5);
}
ld = 1;
}
if ((_root.bt == 0) && (_root.ld == 2)) {
_y = (_y + 5);
}
if (((_root.ld == 2) && (goingdown == 1)) && (_root.bt == 1)) {
goingdown = 0;
play();
}
if ((_root.mh == 1) && (_root.stat == "big")) {
movement = "shrinking";
_root.inv = 0;
_root.xm = 0;
gotoAndPlay (100);
_root.mh = 0;
_root.stat = "small";
gb = 0;
}
if (((_root.mh == 1) && (_root.stat == "small")) && (_root.invu == 0)) {
trace("deadman");
_root.dead = 1;
}
if ((_root.mh == 2) && (_root.stat == "big")) {
_root.points = _root.points + 200;
_root.mh = 0;
}
if ((_root.mh == 2) && (_root.stat == "small")) {
movement = "growing";
_root.mh = 0;
_root.xm = 0;
gotoAndPlay (70);
_root.mh = 0;
_root.stat = "big";
}
}
function UPDATE() {
if ((((movement != "shrinking") && (movement != "growing")) && (ld == 0)) && (dead == 0)) {
UPDATE_TYPES();
UPDATE_KEYBOARD();
UPDATE_MOVES();
UPDATE_HITS();
}
}
function UPDATE_TYPES() {
if (movement == "swalking") {
play();
}
if (movement == "bwalking") {
play();
}
if (((_root.mc_level.mc_phys.hitTest(_x, _y, true) == 0) && (_root.mc_level.mc_phys.hitTest((_x - (_width / 2)) + 5, _y, true) == 0)) && (_root.mc_level.mc_phys.hitTest((_x + (_width / 2)) - 5, _y, true) == 0)) {
_root.ymove = _root.ymove + gravity;
}
if ((_root.mc_level.mc_phys.hitTest(_x, _y, true) || (_root.mc_level.mc_phys.hitTest(_x + (_width / 2), _y, true))) || (_root.mc_level.mc_phys.hitTest(_x - (_width / 2), _y, true))) {
if ((gb == 1) && (_root.stat == "small")) {
gotoAndStop (31);
gb = 0;
}
if ((gb == 1) && (_root.stat == "big")) {
gotoAndStop (1);
gb = 0;
}
}
if (_root.mc_level.mc_phys.hitTest(_x, _y, true)) {
_root.ymove = 0;
}
if (_root.mc_level.mc_phys.hitTest((_x - (_width / 2)) + 5, _y, true) && (_root.mc_level.mc_phys.hitTest(_x - (_width / 2), _y - 10, true) == 0)) {
_root.ymove = 0;
}
if (_root.mc_level.mc_phys.hitTest((_x + (_width / 2)) - 5, _y, true) && (_root.mc_level.mc_phys.hitTest(_x + (_width / 2), _y - 10, true) == 0)) {
_root.ymove = 0;
}
if (_root.ymove > maxfall) {
_root.ymove = maxfall;
}
}
function UPDATE_KEYBOARD() {
if (Key.isDown(38) && (upok == 1)) {
if ((_root.mc_level.mc_phys.hitTest(_x, _y, true) || (_root.mc_level.mc_phys.hitTest(_x - (_width / 2), _y, true))) || (_root.mc_level.mc_phys.hitTest(_x + (_width / 2), _y, true))) {
_root.ymove = jump;
if (_root.stat == "small") {
gotoAndStop (50);
}
if (_root.stat == "big") {
gotoAndStop (20);
}
upok = 0;
}
}
if (Key.isDown(32)) {
_root.mc_level.CreateFire(_root.fire_type, _x - _root.mc_level._x, _y - _root.mc_level._y);
}
if (((Key.isDown(38) == 0) && (Key.isDown(40) == 0)) && (_root.ymove == 0)) {
upok = 1;
}
if (Key.isDown(37)) {
xmove = xmove - speed;
if (movement == "bstanding") {
gotoAndPlay (2);
}
if (movement == "sstanding") {
gotoAndPlay (32);
}
if (_xscale > 0) {
_xscale = (_xscale * -1);
}
} else if (Key.isDown(39)) {
if (_xscale < 0) {
_xscale = (_xscale * -1);
}
if (movement == "sstanding") {
gotoAndPlay (32);
}
if (movement == "bstanding") {
gotoAndPlay (2);
}
xmove = xmove + speed;
}
if (xmove < (-maxspeed)) {
xmove = -maxspeed;
}
if (xmove > maxspeed) {
xmove = maxspeed;
}
if ((Key.isDown(39) && (Key.isDown(37))) || (((Key.isDown(39) == 0) && (Key.isDown(37) == 0)) && (movement != "bjumping"))) {
if (xmove > 0) {
xmove = xmove - speed;
}
if (xmove < 0) {
xmove = xmove + speed;
}
}
}
function UPDATE_MOVES() {
if (((xmove == 0) && (movement == "swalking")) && (_root.stat == "small")) {
gotoAndStop (31);
}
if (((xmove == 0) && (movement == "bwalking")) && (_root.stat == "big")) {
gotoAndStop (1);
}
if ((_root.ymove < 0) && (Key.isDown(38) == 0)) {
_root.ymove = _root.ymove + gravity;
}
if ((_root.ymove < 0) && (Key.isDown(38) == 0)) {
_root.ymove = _root.ymove + gravity;
}
if (_root.high == 1) {
if (h == 0) {
h = 1;
jump = jump * 0.5;
gravity = gravity * 0.125;
maxspeed = maxspeed * 0.5;
}
}
if (_root.high == 0) {
if (h == 1) {
h = 0;
jump = jump * 2;
gravity = gravity * 8;
maxspeed = maxspeed * 2;
}
}
if (_root.xm == 1) {
if ((xmove > 0) && (_root.mc_level.mc_phys.hitTest((_x + (_width / 2)) + xmove, _y - 20, true) == 0)) {
if ((((_root.mc_level.mc_phys.hitTest((_x + (_width / 2)) + xmove, _y - 1, true) == 0) && (_root.mc_level.mc_phys.hitTest(_x + xmove, _y, true) == 1)) || ((_root.mc_level.mc_phys.hitTest((_x + (_width / 2)) + xmove, _y - 1, true) == 0) && (_root.mc_level.mc_phys.hitTest(_x + xmove, _y, true) == 0))) || ((_root.mc_level.mc_phys.hitTest((_x + (_width / 2)) + xmove, _y - 1, true) == 1) && (_root.mc_level.mc_phys.hitTest(_x + xmove, _y, true) == 1))) {
if (_x < 350) {
_x = (_x + xmove);
} else {
_root.mc_level._x = _root.mc_level._x - xmove;
}
}
} else if ((xmove < 0) && (_root.mc_level.mc_phys.hitTest((_x - (_width / 2)) + xmove, _y - 20, true) == 0)) {
if ((((_root.mc_level.mc_phys.hitTest((_x - (_width / 2)) + xmove, _y - 1, true) == 0) && (_root.mc_level.mc_phys.hitTest(_x + xmove, _y, true) == 1)) || ((_root.mc_level.mc_phys.hitTest((_x - (_width / 2)) + xmove, _y, true) == 0) && (_root.mc_level.mc_phys.hitTest(_x + xmove, _y, true) == 0))) || ((_root.mc_level.mc_phys.hitTest((_x - (_width / 2)) + xmove, _y - 1, true) == 1) && (_root.mc_level.mc_phys.hitTest(_x + xmove, _y, true) == 1))) {
if (_x > 200) {
_x = (_x + xmove);
} else if (_root.mc_level._x < 0) {
_root.mc_level._x = _root.mc_level._x - xmove;
}
}
} else {
xmove = 0;
}
}
}
function UPDATE_HITS() {
if (_root.ymove < 0) {
if (_root.stat == "small") {
gotoAndStop (50);
}
if (_root.stat == "big") {
gotoAndStop (20);
}
}
if (_root.mc_level.mc_phys.hitTest(_x + (_width / 2), _y - _height, true) == 1) {
_x = (_x-1);
}
if (_root.mc_level.mc_phys.hitTest(_x - (_width / 2), _y - _height, true) == 1) {
_x = (_x+1);
}
if ((_root.ymove < 0) && (_root.mc_level.mc_phys.hitTest(_x, _y - _height, true) == 1)) {
_root.ymove = 0;
}
_y = (_y + _root.ymove);
while ((_root.mc_level.mc_phys.hitTest(_x - xmove, _y, true) && (_root.mc_level.mc_phys.hitTest(_x, _y, true) == 0)) && (_root.mc_level.mc_phys.hitTest(_x, _y + 10, true) == 1)) {
_y = (_y+1);
}
while ((_root.mc_level.mc_phys.hitTest(_x + xmove, _y - 1, true) == 1) && (_root.mc_level.mc_phys.hitTest(_x, _y, true) == 1)) {
_y = (_y-1);
}
while (_root.mc_level.mc_phys.hitTest(_x - (_width / 2), _y - 10, true) == 1) {
_x = (_x+1);
}
while (_root.mc_level.mc_phys.hitTest(_x + (_width / 2), _y - 10, true) == 1) {
_x = (_x-1);
}
while (((_root.mc_level.mc_phys.hitTest((_x - (_width / 2)) + 5, _y - 1, true) && (_root.mc_level.mc_phys.hitTest(_x, _y + 20, true) == 0)) && (_root.mc_level.mc_phys.hitTest(_x, _y, true) == 0)) && (_root.mc_level.mc_phys.hitTest(_x - (_width / 2), _y - 5, true))) {
_y = (_y-1);
}
while (((_root.mc_level.mc_phys.hitTest((_x + (_width / 2)) - 5, _y - 1, true) && (_root.mc_level.mc_phys.hitTest(_x, _y + 20, true) == 0)) && (_root.mc_level.mc_phys.hitTest(_x, _y, true) == 0)) && (_root.mc_level.mc_phys.hitTest(_x + (_width / 2), _y - 5, true))) {
_y = (_y-1);
}
}
stop();
gb = 0;
movement = "bstanding";
_root.xm = 1;
if (_root.stat == "small") {
gotoAndStop (31);
}
Symbol 180 MovieClip Frame 2
if ((xmove > 5) || (xmove < -5)) {
gotoAndPlay(_currentframe + 2);
}
_root.xm = 1;
movement = "bwalking";
Symbol 180 MovieClip Frame 6
if ((xmove > 5) || (xmove < -5)) {
gotoAndPlay(_currentframe + 2);
}
_root.xm = 1;
Symbol 180 MovieClip Frame 10
if ((xmove > 5) || (xmove < -5)) {
gotoAndPlay(_currentframe + 2);
}
_root.xm = 1;
Symbol 180 MovieClip Frame 14
if ((xmove > 5) || (xmove < -5)) {
gotoAndPlay(_currentframe + 2);
}
_root.xm = 1;
Symbol 180 MovieClip Frame 19
gotoAndPlay (2);
Symbol 180 MovieClip Frame 20
gb = 1;
movement = "bjumping";
Symbol 180 MovieClip Frame 22
trace("excaus");
Symbol 180 MovieClip Frame 31
stop();
gb = 0;
_root.xm = 1;
movement = "sstanding";
Symbol 180 MovieClip Frame 32
if ((xmove > 5) || (xmove < -5)) {
gotoAndPlay(_currentframe + 2);
}
_root.xm = 1;
movement = "swalking";
Symbol 180 MovieClip Frame 36
if ((xmove > 5) || (xmove < -5)) {
gotoAndPlay(_currentframe + 2);
}
_root.xm = 1;
Symbol 180 MovieClip Frame 40
if ((xmove > 5) || (xmove < -5)) {
gotoAndPlay(_currentframe + 2);
}
_root.xm = 1;
Symbol 180 MovieClip Frame 44
if ((xmove > 5) || (xmove < -5)) {
gotoAndPlay(_currentframe + 2);
}
_root.xm = 1;
Symbol 180 MovieClip Frame 49
gotoAndPlay (32);
Symbol 180 MovieClip Frame 50
gb = 1;
movement = "sjumping";
stop();
Symbol 180 MovieClip Frame 70
_root.xm = 0;
Symbol 180 MovieClip Frame 73
_root.b_PAUSE = true;
Symbol 180 MovieClip Frame 97
_root.b_PAUSE = false;
gotoAndStop (1);
Symbol 180 MovieClip Frame 100
_root.xm = 0;
Symbol 180 MovieClip Frame 101
_root.xm = 0;
Symbol 180 MovieClip Frame 102
_root.xm = 0;
Symbol 180 MovieClip Frame 103
_root.xm = 0;
Symbol 180 MovieClip Frame 104
_root.xm = 0;
Symbol 180 MovieClip Frame 115
gotoAndStop (31);
Symbol 180 MovieClip Frame 180
stop();
_root.ld = 3;
Symbol 180 MovieClip Frame 245
stop();
_root.ld = 3;
Symbol 180 MovieClip Frame 285
stop();
_root.LEVEL_FAIL();
Symbol 200 MovieClip Frame 1
function onEnterFrame() {
if (Key.isDown(80)) {
if ((++i_Pause) <= 0) {
onPause();
}
} else {
i_Pause = -1;
}
if (!_root.b_PAUSE) {
mc_pause._visible = false;
if ((++frame) >= fps) {
frame = 0;
time = time - 1;
if ((time == 0) && (_root.ld == 0)) {
_root.dead = 1;
}
if (time >= 0) {
txt_time.text = "";
if (time < 10) {
txt_time.text = txt_time.text + "0";
}
txt_time.text = txt_time.text + time;
}
}
if (_root.coins >= 100) {
_root.coins = _root.coins - 100;
_root.lifes++;
}
_root.coins2 = "";
if (_root.coins < 10) {
_root.coins2 = _root.coins2 + "0";
}
_root.coins2 = _root.coins2 + _root.coins;
_root.points2 = "";
if (_root.points < 10) {
_root.points2 = _root.points2 + "0";
}
if (_root.points < 100) {
_root.points2 = _root.points2 + "0";
}
if (_root.points < 1000) {
_root.points2 = _root.points2 + "0";
}
if (_root.points < 10000) {
_root.points2 = _root.points2 + "0";
}
if (_root.points < 100000) {
_root.points2 = _root.points2 + "0";
}
_root.points2 = _root.points2 + _root.points;
txt_coins.text = _root.coins2;
txt_score.text = _root.points2;
txt_lifes.text = _root.lifes;
txt_level.text = _root.Level;
}
}
function onPause() {
trace("onPause");
if (_root.b_PAUSE) {
_root.b_PAUSE = false;
} else {
_root.b_PAUSE = true;
}
mc_pause._visible = _root.b_PAUSE;
}
var time = 100;
var fps = 30;
var frame = 0;
var i_Pause = -1;
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 99 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
if (this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true))) && (this.hitTest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true)))) {
gotoAndStop (2);
gotoAndPlay ("fadeout");
broken = 1;
}
}
} else if (_currentframe <= 42) {
trace("block gluk");
gotoAndPlay (43);
}
}
Instance of Symbol 99 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true))) && (this.hitTest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true)))) {
stop();
gotoAndPlay (50);
broken = 1;
_root.bx = _x;
_root.by = _y - (_height / 2);
if (!_parent._parent.CreateBonus(bonus_type, _root.bx, _root.by)) {
_parent.CreateBonus(bonus_type, _root.bx, _root.by);
}
}
} else if (_currentframe < 50) {
stop();
gotoAndStop (2);
gotoAndPlay (50);
}
}
onClipEvent (load) {
var bonus_type = "ll";
}
Instance of Symbol 99 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
if (this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true))) && (this.hitTest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true)))) {
gotoAndStop (2);
gotoAndPlay ("fadeout");
broken = 1;
}
}
} else if (_currentframe <= 42) {
trace("block gluk");
gotoAndPlay (43);
}
}
Instance of Symbol 99 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
if (this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true))) && (this.hitTest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true)))) {
gotoAndStop (2);
gotoAndPlay ("fadeout");
broken = 1;
}
}
} else if (_currentframe <= 42) {
trace("block gluk");
gotoAndPlay (43);
}
}
Instance of Symbol 99 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
if (this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true))) && (this.hitTest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true)))) {
gotoAndStop (2);
gotoAndPlay ("fadeout");
broken = 1;
}
}
} else if (_currentframe <= 42) {
trace("block gluk");
gotoAndPlay (43);
}
}
Instance of Symbol 99 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true))) && (this.hitTest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true)))) {
stop();
gotoAndPlay (50);
broken = 1;
_root.bx = _x;
_root.by = _y - (_height / 2);
if (!_parent._parent.CreateBonus(bonus_type, _root.bx, _root.by)) {
_parent.CreateBonus(bonus_type, _root.bx, _root.by);
}
}
} else if (_currentframe < 50) {
stop();
gotoAndStop (2);
gotoAndPlay (50);
}
}
onClipEvent (load) {
var bonus_type = "gm";
}
Instance of Symbol 99 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
if (this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true))) && (this.hitTest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true)))) {
gotoAndStop (2);
gotoAndPlay ("fadeout");
broken = 1;
}
}
} else if (_currentframe <= 42) {
trace("block gluk");
gotoAndPlay (43);
}
}
Instance of Symbol 99 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
if (this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true))) && (this.hitTest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true)))) {
gotoAndStop (2);
gotoAndPlay ("fadeout");
broken = 1;
}
}
} else if (_currentframe <= 42) {
trace("block gluk");
gotoAndPlay (43);
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 99 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true))) && (this.hitTest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true)))) {
stop();
gotoAndPlay (50);
broken = 1;
_root.bx = _x;
_root.by = _y - (_height / 2);
if (!_parent._parent.CreateBonus(bonus_type, _root.bx, _root.by)) {
_parent.CreateBonus(bonus_type, _root.bx, _root.by);
}
}
} else if (_currentframe < 50) {
stop();
gotoAndStop (2);
gotoAndPlay (50);
}
}
onClipEvent (load) {
var bonus_type = "gm";
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 99 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
if (this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true))) && (this.hitTest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true)))) {
gotoAndStop (2);
gotoAndPlay ("fadeout");
broken = 1;
}
}
} else if (_currentframe <= 42) {
trace("block gluk");
gotoAndPlay (43);
}
}
Instance of Symbol 90 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 99 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true))) && (this.hitTest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true)))) {
stop();
gotoAndPlay (50);
broken = 1;
_root.bx = _x;
_root.by = _y - (_height / 2);
if (!_parent._parent.CreateBonus(bonus_type, _root.bx, _root.by)) {
_parent.CreateBonus(bonus_type, _root.bx, _root.by);
}
}
} else if (_currentframe < 50) {
stop();
gotoAndStop (2);
gotoAndPlay (50);
}
}
onClipEvent (load) {
var bonus_type = "l";
}
Instance of Symbol 99 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
if (this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true))) && (this.hitTest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true)))) {
gotoAndStop (2);
gotoAndPlay ("fadeout");
broken = 1;
}
}
} else if (_currentframe <= 42) {
trace("block gluk");
gotoAndPlay (43);
}
}
Symbol 208 MovieClip Frame 1
function CreateBonus(in_type, in_x, in_y) {
trace("Create bonus: " + in_type);
if ((((in_type == "gm") || (in_type == "bm")) || (in_type == "l")) || (in_type == "ll")) {
DEPTH++;
var _local2;
if (in_type == "gm") {
_local2 = mc_bonus_gm_instance.duplicateMovieClip("mc_bonus_gm_" + DEPTH, DEPTH);
}
if (in_type == "bm") {
_local2 = mc_bonus_bm_instance.duplicateMovieClip("mc_bonus_bm_" + DEPTH, DEPTH);
}
if (in_type == "l") {
_local2 = mc_bonus_l_instance.duplicateMovieClip("mc_bonus_l_" + DEPTH, DEPTH);
}
if (in_type == "ll") {
_local2 = mc_bonus_ll_instance.duplicateMovieClip("mc_bonus_ll_" + DEPTH, DEPTH);
}
_local2._x = in_x;
_local2._y = in_y;
_local2._visible = false;
trace(_local2);
return(true);
}
return(false);
}
function CreateFire(in_type, in_x, in_y) {
var _local2 = false;
var _local3 = getTimer() - last_time_shot;
if ((in_type == 1) && (_local3 > 1000)) {
_local2 = true;
}
if ((in_type == 2) && (_local3 > 500)) {
_local2 = true;
}
if (_local2) {
last_time_shot = getTimer();
DEPTH++;
var _local1 = mc_fire_instance.duplicateMovieClip("mc_fire_bm_" + DEPTH, DEPTH);
_local1._x = in_x;
_local1._y = in_y - 20;
_local1._visible = true;
_local1.gotoAndStop(in_type);
}
return(true);
}
function AddMonster(i_this) {
arr_Monsters.push(i_this);
}
var DEPTH = 1000;
var arr_Monsters = new Array();
var last_time_shot = 0;
Instance of Symbol 106 MovieClip "mc_finish" in Symbol 208 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!_root.b_PAUSE) {
if (this.hitTest(_root.mc_giana) && (!_root.b_FINISH)) {
_root.b_FINISH = true;
_root.tm_finish = setInterval(_root.LEVEL_COMPLETE, 333);
}
}
}
Instance of Symbol 116 MovieClip in Symbol 208 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop ("fired");
this._FireFrame = _currentframe;
gotoAndPlay (1);
trace(this._FireFrame);
}
onClipEvent (enterFrame) {
if (!_root.b_PAUSE) {
if (this._Frame != undefined) {
if ((this._Frame == "Fire") && (_currentframe < this._FireFrame)) {
trace("GLUK F!!");
gotoAndStop (2);
gotoAndPlay(this._FireFrame + 1);
} else if (_currentframe < this._Frame) {
trace("GLUK!!");
gotoAndStop (2);
gotoAndPlay(this._Frame + 1);
}
}
if (dead == 0) {
this.fr = 0;
if (fired == 1) {
go = 0;
dead = 1;
this._Frame = "Fire";
gotoAndStop (2);
gotoAndPlay ("fired");
} else {
if ((top.hitTest(_root.mc_giana) && (go == 1)) && (_root.ymove > 0)) {
go = 0;
_root.ymove = -5;
_root.mh = 0;
this._Frame = 20;
gotoAndStop (2);
gotoAndPlay (20);
}
if ((go == 0) && (_currentframe < 20)) {
this._Frame = 20;
gotoAndStop (2);
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
this._Frame = 21;
gotoAndStop (2);
gotoAndPlay (21);
}
if (((body.hitTest(_root.mc_giana) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
_root.mh = 1;
_root.fire_type = 0;
}
}
} else if ((++this.fr) > 60) {
_visible = false;
gotoAndStop ("end");
}
}
}
onClipEvent (enterFrame) {
if (_name.indexOf("instance") <= 0) {
if (!_root.b_PAUSE) {
yy = _y + _parent._y;
xx = _x + _parent._x;
if (this.acc == undefined) {
this.acc = 0;
}
if ((((yy > 0) && (yy < 600)) && (xx > -50)) && (xx < 600)) {
if (_parent.mc_phys.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.mc_phys.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.mc_phys.hitTest(xx, yy, true) == 0) {
if ((_parent.mc_phys.hitTest(xx + (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0)) || (_parent.mc_phys.hitTest(xx - (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0))) {
this.acc = 0;
} else if (go == 1) {
this.acc = this.acc + 0.75;
_y = (_y + this.acc);
} else {
this.acc = 0;
}
} else {
this.acc = 0;
}
if (go == 1) {
_x = (_x + xmove);
}
while ((_parent.mc_phys.hitTest(xx, yy, true) && (_parent.mc_phys.hitTest(xx, yy - 1, true))) && (go == 1)) {
_y = (_y - 1);
yy = _y + _parent._y;
xx = _x + _parent._x;
}
}
}
}
}
onClipEvent (load) {
_parent.AddMonster(this);
go = 1;
dead = 0;
xmove = -2;
}
Instance of Symbol 116 MovieClip in Symbol 208 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop ("fired");
this._FireFrame = _currentframe;
gotoAndPlay (1);
trace(this._FireFrame);
}
onClipEvent (enterFrame) {
if (!_root.b_PAUSE) {
if (this._Frame != undefined) {
if ((this._Frame == "Fire") && (_currentframe < this._FireFrame)) {
trace("GLUK F!!");
gotoAndStop (2);
gotoAndPlay(this._FireFrame + 1);
} else if (_currentframe < this._Frame) {
trace("GLUK!!");
gotoAndStop (2);
gotoAndPlay(this._Frame + 1);
}
}
if (dead == 0) {
this.fr = 0;
if (fired == 1) {
go = 0;
dead = 1;
this._Frame = "Fire";
gotoAndStop (2);
gotoAndPlay ("fired");
} else {
if ((top.hitTest(_root.mc_giana) && (go == 1)) && (_root.ymove > 0)) {
go = 0;
_root.ymove = -5;
_root.mh = 0;
this._Frame = 20;
gotoAndStop (2);
gotoAndPlay (20);
}
if ((go == 0) && (_currentframe < 20)) {
this._Frame = 20;
gotoAndStop (2);
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
this._Frame = 21;
gotoAndStop (2);
gotoAndPlay (21);
}
if (((body.hitTest(_root.mc_giana) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
_root.mh = 1;
_root.fire_type = 0;
}
}
} else if ((++this.fr) > 60) {
_visible = false;
gotoAndStop ("end");
}
}
}
onClipEvent (enterFrame) {
if (_name.indexOf("instance") <= 0) {
if (!_root.b_PAUSE) {
yy = _y + _parent._y;
xx = _x + _parent._x;
if (this.acc == undefined) {
this.acc = 0;
}
if ((((yy > 0) && (yy < 600)) && (xx > -50)) && (xx < 600)) {
if (_parent.mc_phys.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.mc_phys.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.mc_phys.hitTest(xx, yy, true) == 0) {
if ((_parent.mc_phys.hitTest(xx + (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0)) || (_parent.mc_phys.hitTest(xx - (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0))) {
this.acc = 0;
} else if (go == 1) {
this.acc = this.acc + 0.75;
_y = (_y + this.acc);
} else {
this.acc = 0;
}
} else {
this.acc = 0;
}
if (go == 1) {
_x = (_x + xmove);
}
while ((_parent.mc_phys.hitTest(xx, yy, true) && (_parent.mc_phys.hitTest(xx, yy - 1, true))) && (go == 1)) {
_y = (_y - 1);
yy = _y + _parent._y;
xx = _x + _parent._x;
}
}
}
}
}
onClipEvent (load) {
_parent.AddMonster(this);
go = 1;
dead = 0;
xmove = -2;
}
Instance of Symbol 116 MovieClip in Symbol 208 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop ("fired");
this._FireFrame = _currentframe;
gotoAndPlay (1);
trace(this._FireFrame);
}
onClipEvent (enterFrame) {
if (!_root.b_PAUSE) {
if (this._Frame != undefined) {
if ((this._Frame == "Fire") && (_currentframe < this._FireFrame)) {
trace("GLUK F!!");
gotoAndStop (2);
gotoAndPlay(this._FireFrame + 1);
} else if (_currentframe < this._Frame) {
trace("GLUK!!");
gotoAndStop (2);
gotoAndPlay(this._Frame + 1);
}
}
if (dead == 0) {
this.fr = 0;
if (fired == 1) {
go = 0;
dead = 1;
this._Frame = "Fire";
gotoAndStop (2);
gotoAndPlay ("fired");
} else {
if ((top.hitTest(_root.mc_giana) && (go == 1)) && (_root.ymove > 0)) {
go = 0;
_root.ymove = -5;
_root.mh = 0;
this._Frame = 20;
gotoAndStop (2);
gotoAndPlay (20);
}
if ((go == 0) && (_currentframe < 20)) {
this._Frame = 20;
gotoAndStop (2);
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
this._Frame = 21;
gotoAndStop (2);
gotoAndPlay (21);
}
if (((body.hitTest(_root.mc_giana) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
_root.mh = 1;
_root.fire_type = 0;
}
}
} else if ((++this.fr) > 60) {
_visible = false;
gotoAndStop ("end");
}
}
}
onClipEvent (enterFrame) {
if (_name.indexOf("instance") <= 0) {
if (!_root.b_PAUSE) {
yy = _y + _parent._y;
xx = _x + _parent._x;
if (this.acc == undefined) {
this.acc = 0;
}
if ((((yy > 0) && (yy < 600)) && (xx > -50)) && (xx < 600)) {
if (_parent.mc_phys.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.mc_phys.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.mc_phys.hitTest(xx, yy, true) == 0) {
if ((_parent.mc_phys.hitTest(xx + (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0)) || (_parent.mc_phys.hitTest(xx - (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0))) {
this.acc = 0;
} else if (go == 1) {
this.acc = this.acc + 0.75;
_y = (_y + this.acc);
} else {
this.acc = 0;
}
} else {
this.acc = 0;
}
if (go == 1) {
_x = (_x + xmove);
}
while ((_parent.mc_phys.hitTest(xx, yy, true) && (_parent.mc_phys.hitTest(xx, yy - 1, true))) && (go == 1)) {
_y = (_y - 1);
yy = _y + _parent._y;
xx = _x + _parent._x;
}
}
}
}
}
onClipEvent (load) {
_parent.AddMonster(this);
go = 1;
dead = 0;
xmove = -2;
}
Instance of Symbol 116 MovieClip in Symbol 208 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop ("fired");
this._FireFrame = _currentframe;
gotoAndPlay (1);
trace(this._FireFrame);
}
onClipEvent (enterFrame) {
if (!_root.b_PAUSE) {
if (this._Frame != undefined) {
if ((this._Frame == "Fire") && (_currentframe < this._FireFrame)) {
trace("GLUK F!!");
gotoAndStop (2);
gotoAndPlay(this._FireFrame + 1);
} else if (_currentframe < this._Frame) {
trace("GLUK!!");
gotoAndStop (2);
gotoAndPlay(this._Frame + 1);
}
}
if (dead == 0) {
this.fr = 0;
if (fired == 1) {
go = 0;
dead = 1;
this._Frame = "Fire";
gotoAndStop (2);
gotoAndPlay ("fired");
} else {
if ((top.hitTest(_root.mc_giana) && (go == 1)) && (_root.ymove > 0)) {
go = 0;
_root.ymove = -5;
_root.mh = 0;
this._Frame = 20;
gotoAndStop (2);
gotoAndPlay (20);
}
if ((go == 0) && (_currentframe < 20)) {
this._Frame = 20;
gotoAndStop (2);
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
this._Frame = 21;
gotoAndStop (2);
gotoAndPlay (21);
}
if (((body.hitTest(_root.mc_giana) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
_root.mh = 1;
_root.fire_type = 0;
}
}
} else if ((++this.fr) > 60) {
_visible = false;
gotoAndStop ("end");
}
}
}
onClipEvent (enterFrame) {
if (_name.indexOf("instance") <= 0) {
if (!_root.b_PAUSE) {
yy = _y + _parent._y;
xx = _x + _parent._x;
if (this.acc == undefined) {
this.acc = 0;
}
if ((((yy > 0) && (yy < 600)) && (xx > -50)) && (xx < 600)) {
if (_parent.mc_phys.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.mc_phys.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.mc_phys.hitTest(xx, yy, true) == 0) {
if ((_parent.mc_phys.hitTest(xx + (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0)) || (_parent.mc_phys.hitTest(xx - (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0))) {
this.acc = 0;
} else if (go == 1) {
this.acc = this.acc + 0.75;
_y = (_y + this.acc);
} else {
this.acc = 0;
}
} else {
this.acc = 0;
}
if (go == 1) {
_x = (_x + xmove);
}
while ((_parent.mc_phys.hitTest(xx, yy, true) && (_parent.mc_phys.hitTest(xx, yy - 1, true))) && (go == 1)) {
_y = (_y - 1);
yy = _y + _parent._y;
xx = _x + _parent._x;
}
}
}
}
}
onClipEvent (load) {
_parent.AddMonster(this);
go = 1;
dead = 0;
xmove = -2;
}
Instance of Symbol 116 MovieClip in Symbol 208 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop ("fired");
this._FireFrame = _currentframe;
gotoAndPlay (1);
trace(this._FireFrame);
}
onClipEvent (enterFrame) {
if (!_root.b_PAUSE) {
if (this._Frame != undefined) {
if ((this._Frame == "Fire") && (_currentframe < this._FireFrame)) {
trace("GLUK F!!");
gotoAndStop (2);
gotoAndPlay(this._FireFrame + 1);
} else if (_currentframe < this._Frame) {
trace("GLUK!!");
gotoAndStop (2);
gotoAndPlay(this._Frame + 1);
}
}
if (dead == 0) {
this.fr = 0;
if (fired == 1) {
go = 0;
dead = 1;
this._Frame = "Fire";
gotoAndStop (2);
gotoAndPlay ("fired");
} else {
if ((top.hitTest(_root.mc_giana) && (go == 1)) && (_root.ymove > 0)) {
go = 0;
_root.ymove = -5;
_root.mh = 0;
this._Frame = 20;
gotoAndStop (2);
gotoAndPlay (20);
}
if ((go == 0) && (_currentframe < 20)) {
this._Frame = 20;
gotoAndStop (2);
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
this._Frame = 21;
gotoAndStop (2);
gotoAndPlay (21);
}
if (((body.hitTest(_root.mc_giana) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
_root.mh = 1;
_root.fire_type = 0;
}
}
} else if ((++this.fr) > 60) {
_visible = false;
gotoAndStop ("end");
}
}
}
onClipEvent (enterFrame) {
if (_name.indexOf("instance") <= 0) {
if (!_root.b_PAUSE) {
yy = _y + _parent._y;
xx = _x + _parent._x;
if (this.acc == undefined) {
this.acc = 0;
}
if ((((yy > 0) && (yy < 600)) && (xx > -50)) && (xx < 600)) {
if (_parent.mc_phys.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.mc_phys.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.mc_phys.hitTest(xx, yy, true) == 0) {
if ((_parent.mc_phys.hitTest(xx + (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0)) || (_parent.mc_phys.hitTest(xx - (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0))) {
this.acc = 0;
} else if (go == 1) {
this.acc = this.acc + 0.75;
_y = (_y + this.acc);
} else {
this.acc = 0;
}
} else {
this.acc = 0;
}
if (go == 1) {
_x = (_x + xmove);
}
while ((_parent.mc_phys.hitTest(xx, yy, true) && (_parent.mc_phys.hitTest(xx, yy - 1, true))) && (go == 1)) {
_y = (_y - 1);
yy = _y + _parent._y;
xx = _x + _parent._x;
}
}
}
}
}
onClipEvent (load) {
_parent.AddMonster(this);
go = 1;
dead = 0;
xmove = -2;
}
Instance of Symbol 116 MovieClip in Symbol 208 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop ("fired");
this._FireFrame = _currentframe;
gotoAndPlay (1);
trace(this._FireFrame);
}
onClipEvent (enterFrame) {
if (!_root.b_PAUSE) {
if (this._Frame != undefined) {
if ((this._Frame == "Fire") && (_currentframe < this._FireFrame)) {
trace("GLUK F!!");
gotoAndStop (2);
gotoAndPlay(this._FireFrame + 1);
} else if (_currentframe < this._Frame) {
trace("GLUK!!");
gotoAndStop (2);
gotoAndPlay(this._Frame + 1);
}
}
if (dead == 0) {
this.fr = 0;
if (fired == 1) {
go = 0;
dead = 1;
this._Frame = "Fire";
gotoAndStop (2);
gotoAndPlay ("fired");
} else {
if ((top.hitTest(_root.mc_giana) && (go == 1)) && (_root.ymove > 0)) {
go = 0;
_root.ymove = -5;
_root.mh = 0;
this._Frame = 20;
gotoAndStop (2);
gotoAndPlay (20);
}
if ((go == 0) && (_currentframe < 20)) {
this._Frame = 20;
gotoAndStop (2);
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
this._Frame = 21;
gotoAndStop (2);
gotoAndPlay (21);
}
if (((body.hitTest(_root.mc_giana) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
_root.mh = 1;
_root.fire_type = 0;
}
}
} else if ((++this.fr) > 60) {
_visible = false;
gotoAndStop ("end");
}
}
}
onClipEvent (enterFrame) {
if (_name.indexOf("instance") <= 0) {
if (!_root.b_PAUSE) {
yy = _y + _parent._y;
xx = _x + _parent._x;
if (this.acc == undefined) {
this.acc = 0;
}
if ((((yy > 0) && (yy < 600)) && (xx > -50)) && (xx < 600)) {
if (_parent.mc_phys.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.mc_phys.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.mc_phys.hitTest(xx, yy, true) == 0) {
if ((_parent.mc_phys.hitTest(xx + (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0)) || (_parent.mc_phys.hitTest(xx - (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0))) {
this.acc = 0;
} else if (go == 1) {
this.acc = this.acc + 0.75;
_y = (_y + this.acc);
} else {
this.acc = 0;
}
} else {
this.acc = 0;
}
if (go == 1) {
_x = (_x + xmove);
}
while ((_parent.mc_phys.hitTest(xx, yy, true) && (_parent.mc_phys.hitTest(xx, yy - 1, true))) && (go == 1)) {
_y = (_y - 1);
yy = _y + _parent._y;
xx = _x + _parent._x;
}
}
}
}
}
onClipEvent (load) {
_parent.AddMonster(this);
go = 1;
dead = 0;
xmove = -2;
}
Instance of Symbol 116 MovieClip in Symbol 208 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop ("fired");
this._FireFrame = _currentframe;
gotoAndPlay (1);
trace(this._FireFrame);
}
onClipEvent (enterFrame) {
if (!_root.b_PAUSE) {
if (this._Frame != undefined) {
if ((this._Frame == "Fire") && (_currentframe < this._FireFrame)) {
trace("GLUK F!!");
gotoAndStop (2);
gotoAndPlay(this._FireFrame + 1);
} else if (_currentframe < this._Frame) {
trace("GLUK!!");
gotoAndStop (2);
gotoAndPlay(this._Frame + 1);
}
}
if (dead == 0) {
this.fr = 0;
if (fired == 1) {
go = 0;
dead = 1;
this._Frame = "Fire";
gotoAndStop (2);
gotoAndPlay ("fired");
} else {
if ((top.hitTest(_root.mc_giana) && (go == 1)) && (_root.ymove > 0)) {
go = 0;
_root.ymove = -5;
_root.mh = 0;
this._Frame = 20;
gotoAndStop (2);
gotoAndPlay (20);
}
if ((go == 0) && (_currentframe < 20)) {
this._Frame = 20;
gotoAndStop (2);
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
this._Frame = 21;
gotoAndStop (2);
gotoAndPlay (21);
}
if (((body.hitTest(_root.mc_giana) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
_root.mh = 1;
_root.fire_type = 0;
}
}
} else if ((++this.fr) > 60) {
_visible = false;
gotoAndStop ("end");
}
}
}
onClipEvent (enterFrame) {
if (_name.indexOf("instance") <= 0) {
if (!_root.b_PAUSE) {
yy = _y + _parent._y;
xx = _x + _parent._x;
if (this.acc == undefined) {
this.acc = 0;
}
if ((((yy > 0) && (yy < 600)) && (xx > -50)) && (xx < 600)) {
if (_parent.mc_phys.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.mc_phys.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.mc_phys.hitTest(xx, yy, true) == 0) {
if ((_parent.mc_phys.hitTest(xx + (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0)) || (_parent.mc_phys.hitTest(xx - (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0))) {
this.acc = 0;
} else if (go == 1) {
this.acc = this.acc + 0.75;
_y = (_y + this.acc);
} else {
this.acc = 0;
}
} else {
this.acc = 0;
}
if (go == 1) {
_x = (_x + xmove);
}
while ((_parent.mc_phys.hitTest(xx, yy, true) && (_parent.mc_phys.hitTest(xx, yy - 1, true))) && (go == 1)) {
_y = (_y - 1);
yy = _y + _parent._y;
xx = _x + _parent._x;
}
}
}
}
}
onClipEvent (load) {
_parent.AddMonster(this);
go = 1;
dead = 0;
xmove = -2;
}
Instance of Symbol 116 MovieClip in Symbol 208 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop ("fired");
this._FireFrame = _currentframe;
gotoAndPlay (1);
trace(this._FireFrame);
}
onClipEvent (enterFrame) {
if (!_root.b_PAUSE) {
if (this._Frame != undefined) {
if ((this._Frame == "Fire") && (_currentframe < this._FireFrame)) {
trace("GLUK F!!");
gotoAndStop (2);
gotoAndPlay(this._FireFrame + 1);
} else if (_currentframe < this._Frame) {
trace("GLUK!!");
gotoAndStop (2);
gotoAndPlay(this._Frame + 1);
}
}
if (dead == 0) {
this.fr = 0;
if (fired == 1) {
go = 0;
dead = 1;
this._Frame = "Fire";
gotoAndStop (2);
gotoAndPlay ("fired");
} else {
if ((top.hitTest(_root.mc_giana) && (go == 1)) && (_root.ymove > 0)) {
go = 0;
_root.ymove = -5;
_root.mh = 0;
this._Frame = 20;
gotoAndStop (2);
gotoAndPlay (20);
}
if ((go == 0) && (_currentframe < 20)) {
this._Frame = 20;
gotoAndStop (2);
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
this._Frame = 21;
gotoAndStop (2);
gotoAndPlay (21);
}
if (((body.hitTest(_root.mc_giana) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
_root.mh = 1;
_root.fire_type = 0;
}
}
} else if ((++this.fr) > 60) {
_visible = false;
gotoAndStop ("end");
}
}
}
onClipEvent (enterFrame) {
if (_name.indexOf("instance") <= 0) {
if (!_root.b_PAUSE) {
yy = _y + _parent._y;
xx = _x + _parent._x;
if (this.acc == undefined) {
this.acc = 0;
}
if ((((yy > 0) && (yy < 600)) && (xx > -50)) && (xx < 600)) {
if (_parent.mc_phys.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.mc_phys.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.mc_phys.hitTest(xx, yy, true) == 0) {
if ((_parent.mc_phys.hitTest(xx + (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0)) || (_parent.mc_phys.hitTest(xx - (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0))) {
this.acc = 0;
} else if (go == 1) {
this.acc = this.acc + 0.75;
_y = (_y + this.acc);
} else {
this.acc = 0;
}
} else {
this.acc = 0;
}
if (go == 1) {
_x = (_x + xmove);
}
while ((_parent.mc_phys.hitTest(xx, yy, true) && (_parent.mc_phys.hitTest(xx, yy - 1, true))) && (go == 1)) {
_y = (_y - 1);
yy = _y + _parent._y;
xx = _x + _parent._x;
}
}
}
}
}
onClipEvent (load) {
_parent.AddMonster(this);
go = 1;
dead = 0;
xmove = -2;
}
Instance of Symbol 116 MovieClip in Symbol 208 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop ("fired");
this._FireFrame = _currentframe;
gotoAndPlay (1);
trace(this._FireFrame);
}
onClipEvent (enterFrame) {
if (!_root.b_PAUSE) {
if (this._Frame != undefined) {
if ((this._Frame == "Fire") && (_currentframe < this._FireFrame)) {
trace("GLUK F!!");
gotoAndStop (2);
gotoAndPlay(this._FireFrame + 1);
} else if (_currentframe < this._Frame) {
trace("GLUK!!");
gotoAndStop (2);
gotoAndPlay(this._Frame + 1);
}
}
if (dead == 0) {
this.fr = 0;
if (fired == 1) {
go = 0;
dead = 1;
this._Frame = "Fire";
gotoAndStop (2);
gotoAndPlay ("fired");
} else {
if ((top.hitTest(_root.mc_giana) && (go == 1)) && (_root.ymove > 0)) {
go = 0;
_root.ymove = -5;
_root.mh = 0;
this._Frame = 20;
gotoAndStop (2);
gotoAndPlay (20);
}
if ((go == 0) && (_currentframe < 20)) {
this._Frame = 20;
gotoAndStop (2);
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
this._Frame = 21;
gotoAndStop (2);
gotoAndPlay (21);
}
if (((body.hitTest(_root.mc_giana) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
_root.mh = 1;
_root.fire_type = 0;
}
}
} else if ((++this.fr) > 60) {
_visible = false;
gotoAndStop ("end");
}
}
}
onClipEvent (enterFrame) {
if (_name.indexOf("instance") <= 0) {
if (!_root.b_PAUSE) {
yy = _y + _parent._y;
xx = _x + _parent._x;
if (this.acc == undefined) {
this.acc = 0;
}
if ((((yy > 0) && (yy < 600)) && (xx > -50)) && (xx < 600)) {
if (_parent.mc_phys.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.mc_phys.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.mc_phys.hitTest(xx, yy, true) == 0) {
if ((_parent.mc_phys.hitTest(xx + (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0)) || (_parent.mc_phys.hitTest(xx - (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0))) {
this.acc = 0;
} else if (go == 1) {
this.acc = this.acc + 0.75;
_y = (_y + this.acc);
} else {
this.acc = 0;
}
} else {
this.acc = 0;
}
if (go == 1) {
_x = (_x + xmove);
}
while ((_parent.mc_phys.hitTest(xx, yy, true) && (_parent.mc_phys.hitTest(xx, yy - 1, true))) && (go == 1)) {
_y = (_y - 1);
yy = _y + _parent._y;
xx = _x + _parent._x;
}
}
}
}
}
onClipEvent (load) {
_parent.AddMonster(this);
go = 1;
dead = 0;
xmove = -2;
}
Instance of Symbol 119 MovieClip in Symbol 208 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 208 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 208 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 208 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 208 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 208 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 208 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 208 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 208 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 208 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 208 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 208 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 208 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 208 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 208 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 208 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 208 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 208 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 208 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 208 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 208 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 208 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 208 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 208 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 208 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 208 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 208 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 208 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 208 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 208 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 208 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 208 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 208 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 208 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 208 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 208 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 208 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 208 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 208 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 208 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 208 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 208 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 208 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 208 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 208 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 208 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 124 MovieClip "mc_bonus_bm_instance" in Symbol 208 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_name.indexOf("instance") <= 0) {
if (!_root.b_PAUSE) {
yy = _y + _parent._y;
xx = _x + _parent._x;
if (this.acc == undefined) {
this.acc = 0;
}
if ((((yy > 0) && (yy < 600)) && (xx > -50)) && (xx < 600)) {
if (_parent.mc_phys.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.mc_phys.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.mc_phys.hitTest(xx, yy, true) == 0) {
if ((_parent.mc_phys.hitTest(xx + (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0)) || (_parent.mc_phys.hitTest(xx - (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0))) {
this.acc = 0;
} else if (go == 1) {
this.acc = this.acc + 0.75;
_y = (_y + this.acc);
} else {
this.acc = 0;
}
} else {
this.acc = 0;
}
if (go == 1) {
_x = (_x + xmove);
}
while ((_parent.mc_phys.hitTest(xx, yy, true) && (_parent.mc_phys.hitTest(xx, yy - 1, true))) && (go == 1)) {
_y = (_y - 1);
yy = _y + _parent._y;
xx = _x + _parent._x;
}
}
}
}
}
onClipEvent (enterFrame) {
if (_name.indexOf("instance") <= 0) {
if (this.once != 1) {
this.once = 1;
gotoAndPlay (2);
go = 1;
xmove = 2;
if (_root.mc_giana._x > xx) {
xmove = xmove * -1;
}
if (_root.mc_giana._x < xx) {
xmove = xmove * 1;
}
}
if (bonus_type == "gm") {
if (this.hitTest(_root.mc_giana) && (_currentframe == 1)) {
_root.mh = 2;
_y = -1000;
this.removeMovieClip();
}
} else if (bonus_type == "bm") {
if (this.hitTest(_root.mc_giana) && (go == 1)) {
_root.high = 1;
_root.music = 0;
_y = -1000;
this.removeMovieClip();
}
} else if (bonus_type == "l") {
if ((this.hitTest(_root.mc_giana) && (go == 1)) && (_currentframe == 1)) {
_root.mc_giana.gotoAndPlay("shock");
if (_root.fire_type < 2) {
_root.fire_type = 1;
}
_y = -1000;
this.removeMovieClip();
}
} else if (bonus_type == "ll") {
if ((this.hitTest(_root.mc_giana) && (go == 1)) && (_currentframe == 1)) {
_root.mc_giana.gotoAndPlay("shock");
_root.fire_type = 2;
_y = -1000;
this.removeMovieClip();
}
}
}
}
onClipEvent (load) {
var bonus_type = "bm";
}
Instance of Symbol 137 MovieClip "mc_bonus_gm_instance" in Symbol 208 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_name.indexOf("instance") <= 0) {
if (!_root.b_PAUSE) {
yy = _y + _parent._y;
xx = _x + _parent._x;
if (this.acc == undefined) {
this.acc = 0;
}
if ((((yy > 0) && (yy < 600)) && (xx > -50)) && (xx < 600)) {
if (_parent.mc_phys.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.mc_phys.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.mc_phys.hitTest(xx, yy, true) == 0) {
if ((_parent.mc_phys.hitTest(xx + (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0)) || (_parent.mc_phys.hitTest(xx - (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0))) {
this.acc = 0;
} else if (go == 1) {
this.acc = this.acc + 0.75;
_y = (_y + this.acc);
} else {
this.acc = 0;
}
} else {
this.acc = 0;
}
if (go == 1) {
_x = (_x + xmove);
}
while ((_parent.mc_phys.hitTest(xx, yy, true) && (_parent.mc_phys.hitTest(xx, yy - 1, true))) && (go == 1)) {
_y = (_y - 1);
yy = _y + _parent._y;
xx = _x + _parent._x;
}
}
}
}
}
onClipEvent (enterFrame) {
if (_name.indexOf("instance") <= 0) {
if (this.once != 1) {
this.once = 1;
gotoAndPlay (2);
go = 1;
xmove = 2;
if (_root.mc_giana._x > xx) {
xmove = xmove * -1;
}
if (_root.mc_giana._x < xx) {
xmove = xmove * 1;
}
}
if (bonus_type == "gm") {
if (this.hitTest(_root.mc_giana) && (_currentframe == 1)) {
_root.mh = 2;
_y = -1000;
this.removeMovieClip();
}
} else if (bonus_type == "bm") {
if (this.hitTest(_root.mc_giana) && (go == 1)) {
_root.high = 1;
_root.music = 0;
_y = -1000;
this.removeMovieClip();
}
} else if (bonus_type == "l") {
if ((this.hitTest(_root.mc_giana) && (go == 1)) && (_currentframe == 1)) {
_root.mc_giana.gotoAndPlay("shock");
if (_root.fire_type < 2) {
_root.fire_type = 1;
}
_y = -1000;
this.removeMovieClip();
}
} else if (bonus_type == "ll") {
if ((this.hitTest(_root.mc_giana) && (go == 1)) && (_currentframe == 1)) {
_root.mc_giana.gotoAndPlay("shock");
_root.fire_type = 2;
_y = -1000;
this.removeMovieClip();
}
}
}
}
onClipEvent (load) {
var bonus_type = "gm";
}
Instance of Symbol 156 MovieClip "mc_fire_instance" in Symbol 208 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_name.indexOf("instance") <= 0) {
if (this.once != 1) {
this.once = 1;
go = 1;
xmove = 11;
if (_root.mc_giana._xscale > 0) {
xmove = xmove * 1;
}
if (_root.mc_giana._xscale < 0) {
xmove = xmove * -1;
}
}
if (!_root.b_PAUSE) {
yy = _y + _parent._y;
xx = _x + _parent._x;
if (this.acc == undefined) {
this.acc = 0;
}
if (this.ymove == undefined) {
this.ymove = 0;
}
if ((((yy > 0) && (yy < 600)) && (xx > -50)) && (xx < 600)) {
if (_parent.mc_phys.hitTest((xx - (this._width / 2)) + xmove, yy, true) || (_parent.mc_phys.hitTest((xx + (this._width / 2)) + xmove, yy, true))) {
xmove = xmove * -1;
}
if (_parent.mc_phys.hitTest(xx, (yy - (this._height / 2)) + ymove, true) || (_parent.mc_phys.hitTest(xx, (yy + (this._height / 2)) + ymove, true))) {
ymove = ymove * -1;
ymove = ymove - 0.75;
if (ymove < -5) {
ymove = -5;
}
}
ymove = ymove + 0.75;
if (go == 1) {
_x = (_x + xmove);
_y = (_y + ymove);
}
while ((_parent.mc_phys.hitTest(xx, yy, true) && (_parent.mc_phys.hitTest(xx, yy - 1, true))) && (go == 1)) {
_y = (_y - 1);
yy = _y + _parent._y;
xx = _x + _parent._x;
}
}
}
if (!((((yy > 0) && (yy < 600)) && (xx > -50)) && (xx < 600))) {
this.removeMovieClip();
}
if (_y > 500) {
this.removeMovieClip();
}
var i = -1;
var l = _parent.arr_Monsters.length;
while ((++i) < l) {
if (this.hitTest(_parent.arr_Monsters[i])) {
trace("dead");
_parent.arr_Monsters[i].fired = 1;
this.removeMovieClip();
}
}
}
}
Instance of Symbol 157 MovieClip "mc_bonus_l_instance" in Symbol 208 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_name.indexOf("instance") <= 0) {
if (!_root.b_PAUSE) {
yy = _y + _parent._y;
xx = _x + _parent._x;
if (this.acc == undefined) {
this.acc = 0;
}
if ((((yy > 0) && (yy < 600)) && (xx > -50)) && (xx < 600)) {
if (_parent.mc_phys.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.mc_phys.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.mc_phys.hitTest(xx, yy, true) == 0) {
if ((_parent.mc_phys.hitTest(xx + (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0)) || (_parent.mc_phys.hitTest(xx - (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0))) {
this.acc = 0;
} else if (go == 1) {
this.acc = this.acc + 0.75;
_y = (_y + this.acc);
} else {
this.acc = 0;
}
} else {
this.acc = 0;
}
if (go == 1) {
_x = (_x + xmove);
}
while ((_parent.mc_phys.hitTest(xx, yy, true) && (_parent.mc_phys.hitTest(xx, yy - 1, true))) && (go == 1)) {
_y = (_y - 1);
yy = _y + _parent._y;
xx = _x + _parent._x;
}
}
}
}
}
onClipEvent (enterFrame) {
if (_name.indexOf("instance") <= 0) {
if (this.once != 1) {
this.once = 1;
gotoAndPlay (2);
go = 1;
xmove = 2;
if (_root.mc_giana._x > xx) {
xmove = xmove * -1;
}
if (_root.mc_giana._x < xx) {
xmove = xmove * 1;
}
}
if (bonus_type == "gm") {
if (this.hitTest(_root.mc_giana) && (_currentframe == 1)) {
_root.mh = 2;
_y = -1000;
this.removeMovieClip();
}
} else if (bonus_type == "bm") {
if (this.hitTest(_root.mc_giana) && (go == 1)) {
_root.high = 1;
_root.music = 0;
_y = -1000;
this.removeMovieClip();
}
} else if (bonus_type == "l") {
if ((this.hitTest(_root.mc_giana) && (go == 1)) && (_currentframe == 1)) {
_root.mc_giana.gotoAndPlay("shock");
if (_root.fire_type < 2) {
_root.fire_type = 1;
}
_y = -1000;
this.removeMovieClip();
}
} else if (bonus_type == "ll") {
if ((this.hitTest(_root.mc_giana) && (go == 1)) && (_currentframe == 1)) {
_root.mc_giana.gotoAndPlay("shock");
_root.fire_type = 2;
_y = -1000;
this.removeMovieClip();
}
}
}
}
onClipEvent (load) {
var bonus_type = "l";
}
Instance of Symbol 158 MovieClip "mc_bonus_ll_instance" in Symbol 208 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_name.indexOf("instance") <= 0) {
if (!_root.b_PAUSE) {
yy = _y + _parent._y;
xx = _x + _parent._x;
if (this.acc == undefined) {
this.acc = 0;
}
if ((((yy > 0) && (yy < 600)) && (xx > -50)) && (xx < 600)) {
if (_parent.mc_phys.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.mc_phys.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.mc_phys.hitTest(xx, yy, true) == 0) {
if ((_parent.mc_phys.hitTest(xx + (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0)) || (_parent.mc_phys.hitTest(xx - (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0))) {
this.acc = 0;
} else if (go == 1) {
this.acc = this.acc + 0.75;
_y = (_y + this.acc);
} else {
this.acc = 0;
}
} else {
this.acc = 0;
}
if (go == 1) {
_x = (_x + xmove);
}
while ((_parent.mc_phys.hitTest(xx, yy, true) && (_parent.mc_phys.hitTest(xx, yy - 1, true))) && (go == 1)) {
_y = (_y - 1);
yy = _y + _parent._y;
xx = _x + _parent._x;
}
}
}
}
}
onClipEvent (enterFrame) {
if (_name.indexOf("instance") <= 0) {
if (this.once != 1) {
this.once = 1;
gotoAndPlay (2);
go = 1;
xmove = 2;
if (_root.mc_giana._x > xx) {
xmove = xmove * -1;
}
if (_root.mc_giana._x < xx) {
xmove = xmove * 1;
}
}
if (bonus_type == "gm") {
if (this.hitTest(_root.mc_giana) && (_currentframe == 1)) {
_root.mh = 2;
_y = -1000;
this.removeMovieClip();
}
} else if (bonus_type == "bm") {
if (this.hitTest(_root.mc_giana) && (go == 1)) {
_root.high = 1;
_root.music = 0;
_y = -1000;
this.removeMovieClip();
}
} else if (bonus_type == "l") {
if ((this.hitTest(_root.mc_giana) && (go == 1)) && (_currentframe == 1)) {
_root.mc_giana.gotoAndPlay("shock");
if (_root.fire_type < 2) {
_root.fire_type = 1;
}
_y = -1000;
this.removeMovieClip();
}
} else if (bonus_type == "ll") {
if ((this.hitTest(_root.mc_giana) && (go == 1)) && (_currentframe == 1)) {
_root.mc_giana.gotoAndPlay("shock");
_root.fire_type = 2;
_y = -1000;
this.removeMovieClip();
}
}
}
}
onClipEvent (load) {
var bonus_type = "ll";
}
Instance of Symbol 99 MovieClip in Symbol 220 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true))) && (this.hitTest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true)))) {
stop();
gotoAndPlay (50);
broken = 1;
_root.bx = _x;
_root.by = _y - (_height / 2);
if (!_parent._parent.CreateBonus(bonus_type, _root.bx, _root.by)) {
_parent.CreateBonus(bonus_type, _root.bx, _root.by);
}
}
} else if (_currentframe < 50) {
stop();
gotoAndStop (2);
gotoAndPlay (50);
}
}
onClipEvent (load) {
var bonus_type = "gm";
}
Instance of Symbol 99 MovieClip in Symbol 220 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true))) && (this.hitTest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true)))) {
stop();
gotoAndPlay (50);
broken = 1;
_root.bx = _x;
_root.by = _y - (_height / 2);
if (!_parent._parent.CreateBonus(bonus_type, _root.bx, _root.by)) {
_parent.CreateBonus(bonus_type, _root.bx, _root.by);
}
}
} else if (_currentframe < 50) {
stop();
gotoAndStop (2);
gotoAndPlay (50);
}
}
onClipEvent (load) {
var bonus_type = "ll";
}
Instance of Symbol 99 MovieClip in Symbol 220 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
if (this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true))) && (this.hitTest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true)))) {
gotoAndStop (2);
gotoAndPlay ("fadeout");
broken = 1;
}
}
} else if (_currentframe <= 42) {
trace("block gluk");
gotoAndPlay (43);
}
}
Instance of Symbol 99 MovieClip in Symbol 220 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
if (this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true))) && (this.hitTest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true)))) {
gotoAndStop (2);
gotoAndPlay ("fadeout");
broken = 1;
}
}
} else if (_currentframe <= 42) {
trace("block gluk");
gotoAndPlay (43);
}
}
Instance of Symbol 99 MovieClip in Symbol 220 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
if (this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true))) && (this.hitTest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true)))) {
gotoAndStop (2);
gotoAndPlay ("fadeout");
broken = 1;
}
}
} else if (_currentframe <= 42) {
trace("block gluk");
gotoAndPlay (43);
}
}
Instance of Symbol 99 MovieClip in Symbol 220 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true))) && (this.hitTest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true)))) {
stop();
gotoAndPlay (50);
broken = 1;
_root.bx = _x;
_root.by = _y - (_height / 2);
if (!_parent._parent.CreateBonus(bonus_type, _root.bx, _root.by)) {
_parent.CreateBonus(bonus_type, _root.bx, _root.by);
}
}
} else if (_currentframe < 50) {
stop();
gotoAndStop (2);
gotoAndPlay (50);
}
}
onClipEvent (load) {
var bonus_type = "gm";
}
Instance of Symbol 99 MovieClip in Symbol 220 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
if (this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true))) && (this.hitTest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true)))) {
gotoAndStop (2);
gotoAndPlay ("fadeout");
broken = 1;
}
}
} else if (_currentframe <= 42) {
trace("block gluk");
gotoAndPlay (43);
}
}
Instance of Symbol 99 MovieClip in Symbol 220 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
if (this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true))) && (this.hitTest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true)))) {
gotoAndStop (2);
gotoAndPlay ("fadeout");
broken = 1;
}
}
} else if (_currentframe <= 42) {
trace("block gluk");
gotoAndPlay (43);
}
}
Instance of Symbol 99 MovieClip in Symbol 220 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
if (this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true))) && (this.hitTest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true)))) {
gotoAndStop (2);
gotoAndPlay ("fadeout");
broken = 1;
}
}
} else if (_currentframe <= 42) {
trace("block gluk");
gotoAndPlay (43);
}
}
Instance of Symbol 99 MovieClip in Symbol 220 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
if (this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true))) && (this.hitTest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true)))) {
gotoAndStop (2);
gotoAndPlay ("fadeout");
broken = 1;
}
}
} else if (_currentframe <= 42) {
trace("block gluk");
gotoAndPlay (43);
}
}
Instance of Symbol 99 MovieClip in Symbol 220 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
if (this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true))) && (this.hitTest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true)))) {
gotoAndStop (2);
gotoAndPlay ("fadeout");
broken = 1;
}
}
} else if (_currentframe <= 42) {
trace("block gluk");
gotoAndPlay (43);
}
}
Instance of Symbol 99 MovieClip in Symbol 220 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
if (this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true))) && (this.hitTest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true)))) {
gotoAndStop (2);
gotoAndPlay ("fadeout");
broken = 1;
}
}
} else if (_currentframe <= 42) {
trace("block gluk");
gotoAndPlay (43);
}
}
Instance of Symbol 102 MovieClip in Symbol 220 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
_root.mc_giana._y++;
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
}
_root.mc_giana._y--;
}
}
Instance of Symbol 102 MovieClip in Symbol 220 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
_root.mc_giana._y++;
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
}
_root.mc_giana._y--;
}
}
Instance of Symbol 102 MovieClip in Symbol 220 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
_root.mc_giana._y++;
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
}
_root.mc_giana._y--;
}
}
Instance of Symbol 102 MovieClip in Symbol 220 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
_root.mc_giana._y++;
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
}
_root.mc_giana._y--;
}
}
Instance of Symbol 102 MovieClip in Symbol 220 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
_root.mc_giana._y++;
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
}
_root.mc_giana._y--;
}
}
Instance of Symbol 102 MovieClip in Symbol 220 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
_root.mc_giana._y++;
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
}
_root.mc_giana._y--;
}
}
Instance of Symbol 90 MovieClip in Symbol 220 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 220 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 220 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 220 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 220 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 220 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 220 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 220 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 220 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 220 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 99 MovieClip in Symbol 220 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true))) && (this.hitTest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true)))) {
stop();
gotoAndPlay (50);
broken = 1;
_root.bx = _x;
_root.by = _y - (_height / 2);
if (!_parent._parent.CreateBonus(bonus_type, _root.bx, _root.by)) {
_parent.CreateBonus(bonus_type, _root.bx, _root.by);
}
}
} else if (_currentframe < 50) {
stop();
gotoAndStop (2);
gotoAndPlay (50);
}
}
onClipEvent (load) {
var bonus_type = "gm";
}
Instance of Symbol 90 MovieClip in Symbol 220 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 220 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 220 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 220 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 99 MovieClip in Symbol 220 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true))) && (this.hitTest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true)))) {
stop();
gotoAndPlay (50);
broken = 1;
_root.bx = _x;
_root.by = _y - (_height / 2);
if (!_parent._parent.CreateBonus(bonus_type, _root.bx, _root.by)) {
_parent.CreateBonus(bonus_type, _root.bx, _root.by);
}
}
} else if (_currentframe < 50) {
stop();
gotoAndStop (2);
gotoAndPlay (50);
}
}
onClipEvent (load) {
var bonus_type = "l";
}
Instance of Symbol 90 MovieClip in Symbol 220 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 99 MovieClip in Symbol 220 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
if (this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true))) && (this.hitTest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true)))) {
gotoAndStop (2);
gotoAndPlay ("fadeout");
broken = 1;
}
}
} else if (_currentframe <= 42) {
trace("block gluk");
gotoAndPlay (43);
}
}
Symbol 230 MovieClip Frame 19
gotoAndPlay (1);
Symbol 230 MovieClip Frame 21
dead = 1;
_root.points = _root.points + 200;
Symbol 230 MovieClip Frame 49
stop();
_visible = false;
Symbol 230 MovieClip Frame 54
dead = 1;
_root.points = _root.points + 200;
Symbol 230 MovieClip Frame 80
stop();
_visible = false;
Symbol 231 MovieClip Frame 1
function CreateBonus(in_type, in_x, in_y) {
trace("Create bonus: " + in_type);
if ((((in_type == "gm") || (in_type == "bm")) || (in_type == "l")) || (in_type == "ll")) {
DEPTH++;
var _local2;
if (in_type == "gm") {
_local2 = mc_bonus_gm_instance.duplicateMovieClip("mc_bonus_gm_" + DEPTH, DEPTH);
}
if (in_type == "bm") {
_local2 = mc_bonus_bm_instance.duplicateMovieClip("mc_bonus_bm_" + DEPTH, DEPTH);
}
if (in_type == "l") {
_local2 = mc_bonus_l_instance.duplicateMovieClip("mc_bonus_l_" + DEPTH, DEPTH);
}
if (in_type == "ll") {
_local2 = mc_bonus_ll_instance.duplicateMovieClip("mc_bonus_ll_" + DEPTH, DEPTH);
}
_local2._x = in_x;
_local2._y = in_y;
_local2._visible = false;
trace(_local2);
return(true);
}
return(false);
}
function CreateFire(in_type, in_x, in_y) {
var _local2 = false;
var _local3 = getTimer() - last_time_shot;
if ((in_type == 1) && (_local3 > 1000)) {
_local2 = true;
}
if ((in_type == 2) && (_local3 > 500)) {
_local2 = true;
}
if (_local2) {
last_time_shot = getTimer();
DEPTH++;
var _local1 = mc_fire_instance.duplicateMovieClip("mc_fire_bm_" + DEPTH, DEPTH);
_local1._x = in_x;
_local1._y = in_y - 20;
_local1._visible = true;
_local1.gotoAndStop(in_type);
}
return(true);
}
function AddMonster(i_this) {
arr_Monsters.push(i_this);
}
var DEPTH = 1000;
var arr_Monsters = new Array();
var last_time_shot = 0;
Instance of Symbol 106 MovieClip "mc_finish" in Symbol 231 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!_root.b_PAUSE) {
if (this.hitTest(_root.mc_giana) && (!_root.b_FINISH)) {
_root.b_FINISH = true;
_root.tm_finish = setInterval(_root.LEVEL_COMPLETE, 333);
}
}
}
Instance of Symbol 116 MovieClip in Symbol 231 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop ("fired");
this._FireFrame = _currentframe;
gotoAndPlay (1);
trace(this._FireFrame);
}
onClipEvent (enterFrame) {
if (!_root.b_PAUSE) {
if (this._Frame != undefined) {
if ((this._Frame == "Fire") && (_currentframe < this._FireFrame)) {
trace("GLUK F!!");
gotoAndStop (2);
gotoAndPlay(this._FireFrame + 1);
} else if (_currentframe < this._Frame) {
trace("GLUK!!");
gotoAndStop (2);
gotoAndPlay(this._Frame + 1);
}
}
if (dead == 0) {
this.fr = 0;
if (fired == 1) {
go = 0;
dead = 1;
this._Frame = "Fire";
gotoAndStop (2);
gotoAndPlay ("fired");
} else {
if ((top.hitTest(_root.mc_giana) && (go == 1)) && (_root.ymove > 0)) {
go = 0;
_root.ymove = -5;
_root.mh = 0;
this._Frame = 20;
gotoAndStop (2);
gotoAndPlay (20);
}
if ((go == 0) && (_currentframe < 20)) {
this._Frame = 20;
gotoAndStop (2);
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
this._Frame = 21;
gotoAndStop (2);
gotoAndPlay (21);
}
if (((body.hitTest(_root.mc_giana) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
_root.mh = 1;
_root.fire_type = 0;
}
}
} else if ((++this.fr) > 60) {
_visible = false;
gotoAndStop ("end");
}
}
}
onClipEvent (enterFrame) {
if (_name.indexOf("instance") <= 0) {
if (!_root.b_PAUSE) {
yy = _y + _parent._y;
xx = _x + _parent._x;
if (this.acc == undefined) {
this.acc = 0;
}
if ((((yy > 0) && (yy < 600)) && (xx > -50)) && (xx < 600)) {
if (_parent.mc_phys.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.mc_phys.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.mc_phys.hitTest(xx, yy, true) == 0) {
if ((_parent.mc_phys.hitTest(xx + (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0)) || (_parent.mc_phys.hitTest(xx - (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0))) {
this.acc = 0;
} else if (go == 1) {
this.acc = this.acc + 0.75;
_y = (_y + this.acc);
} else {
this.acc = 0;
}
} else {
this.acc = 0;
}
if (go == 1) {
_x = (_x + xmove);
}
while ((_parent.mc_phys.hitTest(xx, yy, true) && (_parent.mc_phys.hitTest(xx, yy - 1, true))) && (go == 1)) {
_y = (_y - 1);
yy = _y + _parent._y;
xx = _x + _parent._x;
}
}
}
}
}
onClipEvent (load) {
_parent.AddMonster(this);
go = 1;
dead = 0;
xmove = -2;
}
Instance of Symbol 116 MovieClip in Symbol 231 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop ("fired");
this._FireFrame = _currentframe;
gotoAndPlay (1);
trace(this._FireFrame);
}
onClipEvent (enterFrame) {
if (!_root.b_PAUSE) {
if (this._Frame != undefined) {
if ((this._Frame == "Fire") && (_currentframe < this._FireFrame)) {
trace("GLUK F!!");
gotoAndStop (2);
gotoAndPlay(this._FireFrame + 1);
} else if (_currentframe < this._Frame) {
trace("GLUK!!");
gotoAndStop (2);
gotoAndPlay(this._Frame + 1);
}
}
if (dead == 0) {
this.fr = 0;
if (fired == 1) {
go = 0;
dead = 1;
this._Frame = "Fire";
gotoAndStop (2);
gotoAndPlay ("fired");
} else {
if ((top.hitTest(_root.mc_giana) && (go == 1)) && (_root.ymove > 0)) {
go = 0;
_root.ymove = -5;
_root.mh = 0;
this._Frame = 20;
gotoAndStop (2);
gotoAndPlay (20);
}
if ((go == 0) && (_currentframe < 20)) {
this._Frame = 20;
gotoAndStop (2);
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
this._Frame = 21;
gotoAndStop (2);
gotoAndPlay (21);
}
if (((body.hitTest(_root.mc_giana) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
_root.mh = 1;
_root.fire_type = 0;
}
}
} else if ((++this.fr) > 60) {
_visible = false;
gotoAndStop ("end");
}
}
}
onClipEvent (enterFrame) {
if (_name.indexOf("instance") <= 0) {
if (!_root.b_PAUSE) {
yy = _y + _parent._y;
xx = _x + _parent._x;
if (this.acc == undefined) {
this.acc = 0;
}
if ((((yy > 0) && (yy < 600)) && (xx > -50)) && (xx < 600)) {
if (_parent.mc_phys.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.mc_phys.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.mc_phys.hitTest(xx, yy, true) == 0) {
if ((_parent.mc_phys.hitTest(xx + (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0)) || (_parent.mc_phys.hitTest(xx - (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0))) {
this.acc = 0;
} else if (go == 1) {
this.acc = this.acc + 0.75;
_y = (_y + this.acc);
} else {
this.acc = 0;
}
} else {
this.acc = 0;
}
if (go == 1) {
_x = (_x + xmove);
}
while ((_parent.mc_phys.hitTest(xx, yy, true) && (_parent.mc_phys.hitTest(xx, yy - 1, true))) && (go == 1)) {
_y = (_y - 1);
yy = _y + _parent._y;
xx = _x + _parent._x;
}
}
}
}
}
onClipEvent (load) {
_parent.AddMonster(this);
go = 1;
dead = 0;
xmove = -2;
}
Instance of Symbol 116 MovieClip in Symbol 231 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop ("fired");
this._FireFrame = _currentframe;
gotoAndPlay (1);
trace(this._FireFrame);
}
onClipEvent (enterFrame) {
if (!_root.b_PAUSE) {
if (this._Frame != undefined) {
if ((this._Frame == "Fire") && (_currentframe < this._FireFrame)) {
trace("GLUK F!!");
gotoAndStop (2);
gotoAndPlay(this._FireFrame + 1);
} else if (_currentframe < this._Frame) {
trace("GLUK!!");
gotoAndStop (2);
gotoAndPlay(this._Frame + 1);
}
}
if (dead == 0) {
this.fr = 0;
if (fired == 1) {
go = 0;
dead = 1;
this._Frame = "Fire";
gotoAndStop (2);
gotoAndPlay ("fired");
} else {
if ((top.hitTest(_root.mc_giana) && (go == 1)) && (_root.ymove > 0)) {
go = 0;
_root.ymove = -5;
_root.mh = 0;
this._Frame = 20;
gotoAndStop (2);
gotoAndPlay (20);
}
if ((go == 0) && (_currentframe < 20)) {
this._Frame = 20;
gotoAndStop (2);
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
this._Frame = 21;
gotoAndStop (2);
gotoAndPlay (21);
}
if (((body.hitTest(_root.mc_giana) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
_root.mh = 1;
_root.fire_type = 0;
}
}
} else if ((++this.fr) > 60) {
_visible = false;
gotoAndStop ("end");
}
}
}
onClipEvent (enterFrame) {
if (_name.indexOf("instance") <= 0) {
if (!_root.b_PAUSE) {
yy = _y + _parent._y;
xx = _x + _parent._x;
if (this.acc == undefined) {
this.acc = 0;
}
if ((((yy > 0) && (yy < 600)) && (xx > -50)) && (xx < 600)) {
if (_parent.mc_phys.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.mc_phys.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.mc_phys.hitTest(xx, yy, true) == 0) {
if ((_parent.mc_phys.hitTest(xx + (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0)) || (_parent.mc_phys.hitTest(xx - (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0))) {
this.acc = 0;
} else if (go == 1) {
this.acc = this.acc + 0.75;
_y = (_y + this.acc);
} else {
this.acc = 0;
}
} else {
this.acc = 0;
}
if (go == 1) {
_x = (_x + xmove);
}
while ((_parent.mc_phys.hitTest(xx, yy, true) && (_parent.mc_phys.hitTest(xx, yy - 1, true))) && (go == 1)) {
_y = (_y - 1);
yy = _y + _parent._y;
xx = _x + _parent._x;
}
}
}
}
}
onClipEvent (load) {
_parent.AddMonster(this);
go = 1;
dead = 0;
xmove = -2;
}
Instance of Symbol 116 MovieClip in Symbol 231 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop ("fired");
this._FireFrame = _currentframe;
gotoAndPlay (1);
trace(this._FireFrame);
}
onClipEvent (enterFrame) {
if (!_root.b_PAUSE) {
if (this._Frame != undefined) {
if ((this._Frame == "Fire") && (_currentframe < this._FireFrame)) {
trace("GLUK F!!");
gotoAndStop (2);
gotoAndPlay(this._FireFrame + 1);
} else if (_currentframe < this._Frame) {
trace("GLUK!!");
gotoAndStop (2);
gotoAndPlay(this._Frame + 1);
}
}
if (dead == 0) {
this.fr = 0;
if (fired == 1) {
go = 0;
dead = 1;
this._Frame = "Fire";
gotoAndStop (2);
gotoAndPlay ("fired");
} else {
if ((top.hitTest(_root.mc_giana) && (go == 1)) && (_root.ymove > 0)) {
go = 0;
_root.ymove = -5;
_root.mh = 0;
this._Frame = 20;
gotoAndStop (2);
gotoAndPlay (20);
}
if ((go == 0) && (_currentframe < 20)) {
this._Frame = 20;
gotoAndStop (2);
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
this._Frame = 21;
gotoAndStop (2);
gotoAndPlay (21);
}
if (((body.hitTest(_root.mc_giana) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
_root.mh = 1;
_root.fire_type = 0;
}
}
} else if ((++this.fr) > 60) {
_visible = false;
gotoAndStop ("end");
}
}
}
onClipEvent (enterFrame) {
if (_name.indexOf("instance") <= 0) {
if (!_root.b_PAUSE) {
yy = _y + _parent._y;
xx = _x + _parent._x;
if (this.acc == undefined) {
this.acc = 0;
}
if ((((yy > 0) && (yy < 600)) && (xx > -50)) && (xx < 600)) {
if (_parent.mc_phys.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.mc_phys.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.mc_phys.hitTest(xx, yy, true) == 0) {
if ((_parent.mc_phys.hitTest(xx + (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0)) || (_parent.mc_phys.hitTest(xx - (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0))) {
this.acc = 0;
} else if (go == 1) {
this.acc = this.acc + 0.75;
_y = (_y + this.acc);
} else {
this.acc = 0;
}
} else {
this.acc = 0;
}
if (go == 1) {
_x = (_x + xmove);
}
while ((_parent.mc_phys.hitTest(xx, yy, true) && (_parent.mc_phys.hitTest(xx, yy - 1, true))) && (go == 1)) {
_y = (_y - 1);
yy = _y + _parent._y;
xx = _x + _parent._x;
}
}
}
}
}
onClipEvent (load) {
_parent.AddMonster(this);
go = 1;
dead = 0;
xmove = -2;
}
Instance of Symbol 116 MovieClip in Symbol 231 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop ("fired");
this._FireFrame = _currentframe;
gotoAndPlay (1);
trace(this._FireFrame);
}
onClipEvent (enterFrame) {
if (!_root.b_PAUSE) {
if (this._Frame != undefined) {
if ((this._Frame == "Fire") && (_currentframe < this._FireFrame)) {
trace("GLUK F!!");
gotoAndStop (2);
gotoAndPlay(this._FireFrame + 1);
} else if (_currentframe < this._Frame) {
trace("GLUK!!");
gotoAndStop (2);
gotoAndPlay(this._Frame + 1);
}
}
if (dead == 0) {
this.fr = 0;
if (fired == 1) {
go = 0;
dead = 1;
this._Frame = "Fire";
gotoAndStop (2);
gotoAndPlay ("fired");
} else {
if ((top.hitTest(_root.mc_giana) && (go == 1)) && (_root.ymove > 0)) {
go = 0;
_root.ymove = -5;
_root.mh = 0;
this._Frame = 20;
gotoAndStop (2);
gotoAndPlay (20);
}
if ((go == 0) && (_currentframe < 20)) {
this._Frame = 20;
gotoAndStop (2);
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
this._Frame = 21;
gotoAndStop (2);
gotoAndPlay (21);
}
if (((body.hitTest(_root.mc_giana) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
_root.mh = 1;
_root.fire_type = 0;
}
}
} else if ((++this.fr) > 60) {
_visible = false;
gotoAndStop ("end");
}
}
}
onClipEvent (enterFrame) {
if (_name.indexOf("instance") <= 0) {
if (!_root.b_PAUSE) {
yy = _y + _parent._y;
xx = _x + _parent._x;
if (this.acc == undefined) {
this.acc = 0;
}
if ((((yy > 0) && (yy < 600)) && (xx > -50)) && (xx < 600)) {
if (_parent.mc_phys.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.mc_phys.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.mc_phys.hitTest(xx, yy, true) == 0) {
if ((_parent.mc_phys.hitTest(xx + (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0)) || (_parent.mc_phys.hitTest(xx - (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0))) {
this.acc = 0;
} else if (go == 1) {
this.acc = this.acc + 0.75;
_y = (_y + this.acc);
} else {
this.acc = 0;
}
} else {
this.acc = 0;
}
if (go == 1) {
_x = (_x + xmove);
}
while ((_parent.mc_phys.hitTest(xx, yy, true) && (_parent.mc_phys.hitTest(xx, yy - 1, true))) && (go == 1)) {
_y = (_y - 1);
yy = _y + _parent._y;
xx = _x + _parent._x;
}
}
}
}
}
onClipEvent (load) {
_parent.AddMonster(this);
go = 1;
dead = 0;
xmove = -2;
}
Instance of Symbol 119 MovieClip in Symbol 231 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 231 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 231 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 231 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 231 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 231 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 231 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 231 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 231 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 231 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 231 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 231 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 231 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 231 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 231 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 231 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 231 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 231 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 231 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 231 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 231 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 231 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 231 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 231 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 231 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 231 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 231 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 231 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 231 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 231 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 231 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 231 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 231 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 231 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 231 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 231 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 230 MovieClip in Symbol 231 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop ("fired");
this._FireFrame = _currentframe;
gotoAndPlay (1);
trace(this._FireFrame);
}
onClipEvent (enterFrame) {
if (!_root.b_PAUSE) {
if (this._Frame != undefined) {
if ((this._Frame == "Fire") && (_currentframe < this._FireFrame)) {
trace("GLUK F!!");
gotoAndStop (2);
gotoAndPlay(this._FireFrame + 1);
} else if (_currentframe < this._Frame) {
trace("GLUK!!");
gotoAndStop (2);
gotoAndPlay(this._Frame + 1);
}
}
if (dead == 0) {
this.fr = 0;
if (fired == 1) {
go = 0;
dead = 1;
this._Frame = "Fire";
gotoAndStop (2);
gotoAndPlay ("fired");
} else {
if ((top.hitTest(_root.mc_giana) && (go == 1)) && (_root.ymove > 0)) {
go = 0;
_root.ymove = -5;
_root.mh = 0;
this._Frame = 20;
gotoAndStop (2);
gotoAndPlay (20);
}
if ((go == 0) && (_currentframe < 20)) {
this._Frame = 20;
gotoAndStop (2);
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
this._Frame = 21;
gotoAndStop (2);
gotoAndPlay (21);
}
if (((body.hitTest(_root.mc_giana) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
_root.mh = 1;
_root.fire_type = 0;
}
}
} else if ((++this.fr) > 60) {
_visible = false;
gotoAndStop ("end");
}
}
}
onClipEvent (enterFrame) {
if (_name.indexOf("instance") <= 0) {
if (!_root.b_PAUSE) {
yy = _y + _parent._y;
xx = _x + _parent._x;
if (this.acc == undefined) {
this.acc = 0;
}
if ((((yy > 0) && (yy < 600)) && (xx > -50)) && (xx < 600)) {
if (_parent.mc_phys.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.mc_phys.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.mc_phys.hitTest(xx, yy, true) == 0) {
if ((_parent.mc_phys.hitTest(xx + (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0)) || (_parent.mc_phys.hitTest(xx - (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0))) {
this.acc = 0;
} else if (go == 1) {
this.acc = this.acc + 0.75;
_y = (_y + this.acc);
} else {
this.acc = 0;
}
} else {
this.acc = 0;
}
if (go == 1) {
_x = (_x + xmove);
}
while ((_parent.mc_phys.hitTest(xx, yy, true) && (_parent.mc_phys.hitTest(xx, yy - 1, true))) && (go == 1)) {
_y = (_y - 1);
yy = _y + _parent._y;
xx = _x + _parent._x;
}
}
}
}
}
onClipEvent (load) {
_parent.AddMonster(this);
go = 1;
dead = 0;
xmove = -2;
}
Instance of Symbol 230 MovieClip in Symbol 231 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop ("fired");
this._FireFrame = _currentframe;
gotoAndPlay (1);
trace(this._FireFrame);
}
onClipEvent (enterFrame) {
if (!_root.b_PAUSE) {
if (this._Frame != undefined) {
if ((this._Frame == "Fire") && (_currentframe < this._FireFrame)) {
trace("GLUK F!!");
gotoAndStop (2);
gotoAndPlay(this._FireFrame + 1);
} else if (_currentframe < this._Frame) {
trace("GLUK!!");
gotoAndStop (2);
gotoAndPlay(this._Frame + 1);
}
}
if (dead == 0) {
this.fr = 0;
if (fired == 1) {
go = 0;
dead = 1;
this._Frame = "Fire";
gotoAndStop (2);
gotoAndPlay ("fired");
} else {
if ((top.hitTest(_root.mc_giana) && (go == 1)) && (_root.ymove > 0)) {
go = 0;
_root.ymove = -5;
_root.mh = 0;
this._Frame = 20;
gotoAndStop (2);
gotoAndPlay (20);
}
if ((go == 0) && (_currentframe < 20)) {
this._Frame = 20;
gotoAndStop (2);
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
this._Frame = 21;
gotoAndStop (2);
gotoAndPlay (21);
}
if (((body.hitTest(_root.mc_giana) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
_root.mh = 1;
_root.fire_type = 0;
}
}
} else if ((++this.fr) > 60) {
_visible = false;
gotoAndStop ("end");
}
}
}
onClipEvent (enterFrame) {
if (_name.indexOf("instance") <= 0) {
if (!_root.b_PAUSE) {
yy = _y + _parent._y;
xx = _x + _parent._x;
if (this.acc == undefined) {
this.acc = 0;
}
if ((((yy > 0) && (yy < 600)) && (xx > -50)) && (xx < 600)) {
if (_parent.mc_phys.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.mc_phys.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.mc_phys.hitTest(xx, yy, true) == 0) {
if ((_parent.mc_phys.hitTest(xx + (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0)) || (_parent.mc_phys.hitTest(xx - (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0))) {
this.acc = 0;
} else if (go == 1) {
this.acc = this.acc + 0.75;
_y = (_y + this.acc);
} else {
this.acc = 0;
}
} else {
this.acc = 0;
}
if (go == 1) {
_x = (_x + xmove);
}
while ((_parent.mc_phys.hitTest(xx, yy, true) && (_parent.mc_phys.hitTest(xx, yy - 1, true))) && (go == 1)) {
_y = (_y - 1);
yy = _y + _parent._y;
xx = _x + _parent._x;
}
}
}
}
}
onClipEvent (load) {
_parent.AddMonster(this);
go = 1;
dead = 0;
xmove = -2;
}
Instance of Symbol 124 MovieClip "mc_bonus_bm_instance" in Symbol 231 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_name.indexOf("instance") <= 0) {
if (!_root.b_PAUSE) {
yy = _y + _parent._y;
xx = _x + _parent._x;
if (this.acc == undefined) {
this.acc = 0;
}
if ((((yy > 0) && (yy < 600)) && (xx > -50)) && (xx < 600)) {
if (_parent.mc_phys.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.mc_phys.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.mc_phys.hitTest(xx, yy, true) == 0) {
if ((_parent.mc_phys.hitTest(xx + (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0)) || (_parent.mc_phys.hitTest(xx - (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0))) {
this.acc = 0;
} else if (go == 1) {
this.acc = this.acc + 0.75;
_y = (_y + this.acc);
} else {
this.acc = 0;
}
} else {
this.acc = 0;
}
if (go == 1) {
_x = (_x + xmove);
}
while ((_parent.mc_phys.hitTest(xx, yy, true) && (_parent.mc_phys.hitTest(xx, yy - 1, true))) && (go == 1)) {
_y = (_y - 1);
yy = _y + _parent._y;
xx = _x + _parent._x;
}
}
}
}
}
onClipEvent (enterFrame) {
if (_name.indexOf("instance") <= 0) {
if (this.once != 1) {
this.once = 1;
gotoAndPlay (2);
go = 1;
xmove = 2;
if (_root.mc_giana._x > xx) {
xmove = xmove * -1;
}
if (_root.mc_giana._x < xx) {
xmove = xmove * 1;
}
}
if (bonus_type == "gm") {
if (this.hitTest(_root.mc_giana) && (_currentframe == 1)) {
_root.mh = 2;
_y = -1000;
this.removeMovieClip();
}
} else if (bonus_type == "bm") {
if (this.hitTest(_root.mc_giana) && (go == 1)) {
_root.high = 1;
_root.music = 0;
_y = -1000;
this.removeMovieClip();
}
} else if (bonus_type == "l") {
if ((this.hitTest(_root.mc_giana) && (go == 1)) && (_currentframe == 1)) {
_root.mc_giana.gotoAndPlay("shock");
if (_root.fire_type < 2) {
_root.fire_type = 1;
}
_y = -1000;
this.removeMovieClip();
}
} else if (bonus_type == "ll") {
if ((this.hitTest(_root.mc_giana) && (go == 1)) && (_currentframe == 1)) {
_root.mc_giana.gotoAndPlay("shock");
_root.fire_type = 2;
_y = -1000;
this.removeMovieClip();
}
}
}
}
onClipEvent (load) {
var bonus_type = "bm";
}
Instance of Symbol 137 MovieClip "mc_bonus_gm_instance" in Symbol 231 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_name.indexOf("instance") <= 0) {
if (!_root.b_PAUSE) {
yy = _y + _parent._y;
xx = _x + _parent._x;
if (this.acc == undefined) {
this.acc = 0;
}
if ((((yy > 0) && (yy < 600)) && (xx > -50)) && (xx < 600)) {
if (_parent.mc_phys.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.mc_phys.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.mc_phys.hitTest(xx, yy, true) == 0) {
if ((_parent.mc_phys.hitTest(xx + (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0)) || (_parent.mc_phys.hitTest(xx - (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0))) {
this.acc = 0;
} else if (go == 1) {
this.acc = this.acc + 0.75;
_y = (_y + this.acc);
} else {
this.acc = 0;
}
} else {
this.acc = 0;
}
if (go == 1) {
_x = (_x + xmove);
}
while ((_parent.mc_phys.hitTest(xx, yy, true) && (_parent.mc_phys.hitTest(xx, yy - 1, true))) && (go == 1)) {
_y = (_y - 1);
yy = _y + _parent._y;
xx = _x + _parent._x;
}
}
}
}
}
onClipEvent (enterFrame) {
if (_name.indexOf("instance") <= 0) {
if (this.once != 1) {
this.once = 1;
gotoAndPlay (2);
go = 1;
xmove = 2;
if (_root.mc_giana._x > xx) {
xmove = xmove * -1;
}
if (_root.mc_giana._x < xx) {
xmove = xmove * 1;
}
}
if (bonus_type == "gm") {
if (this.hitTest(_root.mc_giana) && (_currentframe == 1)) {
_root.mh = 2;
_y = -1000;
this.removeMovieClip();
}
} else if (bonus_type == "bm") {
if (this.hitTest(_root.mc_giana) && (go == 1)) {
_root.high = 1;
_root.music = 0;
_y = -1000;
this.removeMovieClip();
}
} else if (bonus_type == "l") {
if ((this.hitTest(_root.mc_giana) && (go == 1)) && (_currentframe == 1)) {
_root.mc_giana.gotoAndPlay("shock");
if (_root.fire_type < 2) {
_root.fire_type = 1;
}
_y = -1000;
this.removeMovieClip();
}
} else if (bonus_type == "ll") {
if ((this.hitTest(_root.mc_giana) && (go == 1)) && (_currentframe == 1)) {
_root.mc_giana.gotoAndPlay("shock");
_root.fire_type = 2;
_y = -1000;
this.removeMovieClip();
}
}
}
}
onClipEvent (load) {
var bonus_type = "gm";
}
Instance of Symbol 156 MovieClip "mc_fire_instance" in Symbol 231 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_name.indexOf("instance") <= 0) {
if (this.once != 1) {
this.once = 1;
go = 1;
xmove = 11;
if (_root.mc_giana._xscale > 0) {
xmove = xmove * 1;
}
if (_root.mc_giana._xscale < 0) {
xmove = xmove * -1;
}
}
if (!_root.b_PAUSE) {
yy = _y + _parent._y;
xx = _x + _parent._x;
if (this.acc == undefined) {
this.acc = 0;
}
if (this.ymove == undefined) {
this.ymove = 0;
}
if ((((yy > 0) && (yy < 600)) && (xx > -50)) && (xx < 600)) {
if (_parent.mc_phys.hitTest((xx - (this._width / 2)) + xmove, yy, true) || (_parent.mc_phys.hitTest((xx + (this._width / 2)) + xmove, yy, true))) {
xmove = xmove * -1;
}
if (_parent.mc_phys.hitTest(xx, (yy - (this._height / 2)) + ymove, true) || (_parent.mc_phys.hitTest(xx, (yy + (this._height / 2)) + ymove, true))) {
ymove = ymove * -1;
ymove = ymove - 0.75;
if (ymove < -5) {
ymove = -5;
}
}
ymove = ymove + 0.75;
if (go == 1) {
_x = (_x + xmove);
_y = (_y + ymove);
}
while ((_parent.mc_phys.hitTest(xx, yy, true) && (_parent.mc_phys.hitTest(xx, yy - 1, true))) && (go == 1)) {
_y = (_y - 1);
yy = _y + _parent._y;
xx = _x + _parent._x;
}
}
}
if (!((((yy > 0) && (yy < 600)) && (xx > -50)) && (xx < 600))) {
this.removeMovieClip();
}
if (_y > 500) {
this.removeMovieClip();
}
var i = -1;
var l = _parent.arr_Monsters.length;
while ((++i) < l) {
if (this.hitTest(_parent.arr_Monsters[i])) {
trace("dead");
_parent.arr_Monsters[i].fired = 1;
this.removeMovieClip();
}
}
}
}
Instance of Symbol 157 MovieClip "mc_bonus_l_instance" in Symbol 231 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_name.indexOf("instance") <= 0) {
if (!_root.b_PAUSE) {
yy = _y + _parent._y;
xx = _x + _parent._x;
if (this.acc == undefined) {
this.acc = 0;
}
if ((((yy > 0) && (yy < 600)) && (xx > -50)) && (xx < 600)) {
if (_parent.mc_phys.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.mc_phys.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.mc_phys.hitTest(xx, yy, true) == 0) {
if ((_parent.mc_phys.hitTest(xx + (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0)) || (_parent.mc_phys.hitTest(xx - (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0))) {
this.acc = 0;
} else if (go == 1) {
this.acc = this.acc + 0.75;
_y = (_y + this.acc);
} else {
this.acc = 0;
}
} else {
this.acc = 0;
}
if (go == 1) {
_x = (_x + xmove);
}
while ((_parent.mc_phys.hitTest(xx, yy, true) && (_parent.mc_phys.hitTest(xx, yy - 1, true))) && (go == 1)) {
_y = (_y - 1);
yy = _y + _parent._y;
xx = _x + _parent._x;
}
}
}
}
}
onClipEvent (enterFrame) {
if (_name.indexOf("instance") <= 0) {
if (this.once != 1) {
this.once = 1;
gotoAndPlay (2);
go = 1;
xmove = 2;
if (_root.mc_giana._x > xx) {
xmove = xmove * -1;
}
if (_root.mc_giana._x < xx) {
xmove = xmove * 1;
}
}
if (bonus_type == "gm") {
if (this.hitTest(_root.mc_giana) && (_currentframe == 1)) {
_root.mh = 2;
_y = -1000;
this.removeMovieClip();
}
} else if (bonus_type == "bm") {
if (this.hitTest(_root.mc_giana) && (go == 1)) {
_root.high = 1;
_root.music = 0;
_y = -1000;
this.removeMovieClip();
}
} else if (bonus_type == "l") {
if ((this.hitTest(_root.mc_giana) && (go == 1)) && (_currentframe == 1)) {
_root.mc_giana.gotoAndPlay("shock");
if (_root.fire_type < 2) {
_root.fire_type = 1;
}
_y = -1000;
this.removeMovieClip();
}
} else if (bonus_type == "ll") {
if ((this.hitTest(_root.mc_giana) && (go == 1)) && (_currentframe == 1)) {
_root.mc_giana.gotoAndPlay("shock");
_root.fire_type = 2;
_y = -1000;
this.removeMovieClip();
}
}
}
}
onClipEvent (load) {
var bonus_type = "l";
}
Instance of Symbol 158 MovieClip "mc_bonus_ll_instance" in Symbol 231 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_name.indexOf("instance") <= 0) {
if (!_root.b_PAUSE) {
yy = _y + _parent._y;
xx = _x + _parent._x;
if (this.acc == undefined) {
this.acc = 0;
}
if ((((yy > 0) && (yy < 600)) && (xx > -50)) && (xx < 600)) {
if (_parent.mc_phys.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.mc_phys.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.mc_phys.hitTest(xx, yy, true) == 0) {
if ((_parent.mc_phys.hitTest(xx + (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0)) || (_parent.mc_phys.hitTest(xx - (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0))) {
this.acc = 0;
} else if (go == 1) {
this.acc = this.acc + 0.75;
_y = (_y + this.acc);
} else {
this.acc = 0;
}
} else {
this.acc = 0;
}
if (go == 1) {
_x = (_x + xmove);
}
while ((_parent.mc_phys.hitTest(xx, yy, true) && (_parent.mc_phys.hitTest(xx, yy - 1, true))) && (go == 1)) {
_y = (_y - 1);
yy = _y + _parent._y;
xx = _x + _parent._x;
}
}
}
}
}
onClipEvent (enterFrame) {
if (_name.indexOf("instance") <= 0) {
if (this.once != 1) {
this.once = 1;
gotoAndPlay (2);
go = 1;
xmove = 2;
if (_root.mc_giana._x > xx) {
xmove = xmove * -1;
}
if (_root.mc_giana._x < xx) {
xmove = xmove * 1;
}
}
if (bonus_type == "gm") {
if (this.hitTest(_root.mc_giana) && (_currentframe == 1)) {
_root.mh = 2;
_y = -1000;
this.removeMovieClip();
}
} else if (bonus_type == "bm") {
if (this.hitTest(_root.mc_giana) && (go == 1)) {
_root.high = 1;
_root.music = 0;
_y = -1000;
this.removeMovieClip();
}
} else if (bonus_type == "l") {
if ((this.hitTest(_root.mc_giana) && (go == 1)) && (_currentframe == 1)) {
_root.mc_giana.gotoAndPlay("shock");
if (_root.fire_type < 2) {
_root.fire_type = 1;
}
_y = -1000;
this.removeMovieClip();
}
} else if (bonus_type == "ll") {
if ((this.hitTest(_root.mc_giana) && (go == 1)) && (_currentframe == 1)) {
_root.mc_giana.gotoAndPlay("shock");
_root.fire_type = 2;
_y = -1000;
this.removeMovieClip();
}
}
}
}
onClipEvent (load) {
var bonus_type = "ll";
}
Instance of Symbol 102 MovieClip in Symbol 234 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
_root.mc_giana._y++;
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
}
_root.mc_giana._y--;
}
}
Instance of Symbol 102 MovieClip in Symbol 234 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
_root.mc_giana._y++;
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
}
_root.mc_giana._y--;
}
}
Instance of Symbol 102 MovieClip in Symbol 234 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
_root.mc_giana._y++;
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
}
_root.mc_giana._y--;
}
}
Instance of Symbol 102 MovieClip in Symbol 234 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
_root.mc_giana._y++;
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
}
_root.mc_giana._y--;
}
}
Instance of Symbol 102 MovieClip in Symbol 234 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
_root.mc_giana._y++;
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
}
_root.mc_giana._y--;
}
}
Instance of Symbol 102 MovieClip in Symbol 234 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
_root.mc_giana._y++;
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
}
_root.mc_giana._y--;
}
}
Instance of Symbol 102 MovieClip in Symbol 234 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
_root.mc_giana._y++;
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
}
_root.mc_giana._y--;
}
}
Instance of Symbol 99 MovieClip in Symbol 234 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true))) && (this.hitTest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true)))) {
stop();
gotoAndPlay (50);
broken = 1;
_root.bx = _x;
_root.by = _y - (_height / 2);
if (!_parent._parent.CreateBonus(bonus_type, _root.bx, _root.by)) {
_parent.CreateBonus(bonus_type, _root.bx, _root.by);
}
}
} else if (_currentframe < 50) {
stop();
gotoAndStop (2);
gotoAndPlay (50);
}
}
onClipEvent (load) {
var bonus_type = "gm";
}
Instance of Symbol 99 MovieClip in Symbol 234 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true))) && (this.hitTest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true)))) {
stop();
gotoAndPlay (50);
broken = 1;
_root.bx = _x;
_root.by = _y - (_height / 2);
if (!_parent._parent.CreateBonus(bonus_type, _root.bx, _root.by)) {
_parent.CreateBonus(bonus_type, _root.bx, _root.by);
}
}
} else if (_currentframe < 50) {
stop();
gotoAndStop (2);
gotoAndPlay (50);
}
}
onClipEvent (load) {
var bonus_type = "l";
}
Symbol 242 MovieClip Frame 19
gotoAndPlay (1);
Symbol 242 MovieClip Frame 21
dead = 1;
_root.points = _root.points + 200;
Symbol 242 MovieClip Frame 49
stop();
_visible = false;
Symbol 242 MovieClip Frame 54
dead = 1;
_root.points = _root.points + 200;
Symbol 242 MovieClip Frame 80
stop();
_visible = false;
Symbol 243 MovieClip Frame 1
function CreateBonus(in_type, in_x, in_y) {
trace("Create bonus: " + in_type);
if ((((in_type == "gm") || (in_type == "bm")) || (in_type == "l")) || (in_type == "ll")) {
DEPTH++;
var _local2;
if (in_type == "gm") {
_local2 = mc_bonus_gm_instance.duplicateMovieClip("mc_bonus_gm_" + DEPTH, DEPTH);
}
if (in_type == "bm") {
_local2 = mc_bonus_bm_instance.duplicateMovieClip("mc_bonus_bm_" + DEPTH, DEPTH);
}
if (in_type == "l") {
_local2 = mc_bonus_l_instance.duplicateMovieClip("mc_bonus_l_" + DEPTH, DEPTH);
}
if (in_type == "ll") {
_local2 = mc_bonus_ll_instance.duplicateMovieClip("mc_bonus_ll_" + DEPTH, DEPTH);
}
_local2._x = in_x;
_local2._y = in_y;
_local2._visible = false;
trace(_local2);
return(true);
}
return(false);
}
function CreateFire(in_type, in_x, in_y) {
var _local2 = false;
var _local3 = getTimer() - last_time_shot;
if ((in_type == 1) && (_local3 > 1000)) {
_local2 = true;
}
if ((in_type == 2) && (_local3 > 500)) {
_local2 = true;
}
if (_local2) {
last_time_shot = getTimer();
DEPTH++;
var _local1 = mc_fire_instance.duplicateMovieClip("mc_fire_bm_" + DEPTH, DEPTH);
_local1._x = in_x;
_local1._y = in_y - 20;
_local1._visible = true;
_local1.gotoAndStop(in_type);
}
return(true);
}
function AddMonster(i_this) {
arr_Monsters.push(i_this);
}
var DEPTH = 1000;
var arr_Monsters = new Array();
var last_time_shot = 0;
Instance of Symbol 106 MovieClip "mc_finish" in Symbol 243 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!_root.b_PAUSE) {
if (this.hitTest(_root.mc_giana) && (!_root.b_FINISH)) {
_root.b_FINISH = true;
_root.tm_finish = setInterval(_root.LEVEL_COMPLETE, 333);
}
}
}
Instance of Symbol 116 MovieClip in Symbol 243 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop ("fired");
this._FireFrame = _currentframe;
gotoAndPlay (1);
trace(this._FireFrame);
}
onClipEvent (enterFrame) {
if (!_root.b_PAUSE) {
if (this._Frame != undefined) {
if ((this._Frame == "Fire") && (_currentframe < this._FireFrame)) {
trace("GLUK F!!");
gotoAndStop (2);
gotoAndPlay(this._FireFrame + 1);
} else if (_currentframe < this._Frame) {
trace("GLUK!!");
gotoAndStop (2);
gotoAndPlay(this._Frame + 1);
}
}
if (dead == 0) {
this.fr = 0;
if (fired == 1) {
go = 0;
dead = 1;
this._Frame = "Fire";
gotoAndStop (2);
gotoAndPlay ("fired");
} else {
if ((top.hitTest(_root.mc_giana) && (go == 1)) && (_root.ymove > 0)) {
go = 0;
_root.ymove = -5;
_root.mh = 0;
this._Frame = 20;
gotoAndStop (2);
gotoAndPlay (20);
}
if ((go == 0) && (_currentframe < 20)) {
this._Frame = 20;
gotoAndStop (2);
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
this._Frame = 21;
gotoAndStop (2);
gotoAndPlay (21);
}
if (((body.hitTest(_root.mc_giana) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
_root.mh = 1;
_root.fire_type = 0;
}
}
} else if ((++this.fr) > 60) {
_visible = false;
gotoAndStop ("end");
}
}
}
onClipEvent (enterFrame) {
if (_name.indexOf("instance") <= 0) {
if (!_root.b_PAUSE) {
yy = _y + _parent._y;
xx = _x + _parent._x;
if (this.acc == undefined) {
this.acc = 0;
}
if ((((yy > 0) && (yy < 600)) && (xx > -50)) && (xx < 600)) {
if (_parent.mc_phys.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.mc_phys.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.mc_phys.hitTest(xx, yy, true) == 0) {
if ((_parent.mc_phys.hitTest(xx + (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0)) || (_parent.mc_phys.hitTest(xx - (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0))) {
this.acc = 0;
} else if (go == 1) {
this.acc = this.acc + 0.75;
_y = (_y + this.acc);
} else {
this.acc = 0;
}
} else {
this.acc = 0;
}
if (go == 1) {
_x = (_x + xmove);
}
while ((_parent.mc_phys.hitTest(xx, yy, true) && (_parent.mc_phys.hitTest(xx, yy - 1, true))) && (go == 1)) {
_y = (_y - 1);
yy = _y + _parent._y;
xx = _x + _parent._x;
}
}
}
}
}
onClipEvent (load) {
_parent.AddMonster(this);
go = 1;
dead = 0;
xmove = -2;
}
Instance of Symbol 116 MovieClip in Symbol 243 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop ("fired");
this._FireFrame = _currentframe;
gotoAndPlay (1);
trace(this._FireFrame);
}
onClipEvent (enterFrame) {
if (!_root.b_PAUSE) {
if (this._Frame != undefined) {
if ((this._Frame == "Fire") && (_currentframe < this._FireFrame)) {
trace("GLUK F!!");
gotoAndStop (2);
gotoAndPlay(this._FireFrame + 1);
} else if (_currentframe < this._Frame) {
trace("GLUK!!");
gotoAndStop (2);
gotoAndPlay(this._Frame + 1);
}
}
if (dead == 0) {
this.fr = 0;
if (fired == 1) {
go = 0;
dead = 1;
this._Frame = "Fire";
gotoAndStop (2);
gotoAndPlay ("fired");
} else {
if ((top.hitTest(_root.mc_giana) && (go == 1)) && (_root.ymove > 0)) {
go = 0;
_root.ymove = -5;
_root.mh = 0;
this._Frame = 20;
gotoAndStop (2);
gotoAndPlay (20);
}
if ((go == 0) && (_currentframe < 20)) {
this._Frame = 20;
gotoAndStop (2);
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
this._Frame = 21;
gotoAndStop (2);
gotoAndPlay (21);
}
if (((body.hitTest(_root.mc_giana) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
_root.mh = 1;
_root.fire_type = 0;
}
}
} else if ((++this.fr) > 60) {
_visible = false;
gotoAndStop ("end");
}
}
}
onClipEvent (enterFrame) {
if (_name.indexOf("instance") <= 0) {
if (!_root.b_PAUSE) {
yy = _y + _parent._y;
xx = _x + _parent._x;
if (this.acc == undefined) {
this.acc = 0;
}
if ((((yy > 0) && (yy < 600)) && (xx > -50)) && (xx < 600)) {
if (_parent.mc_phys.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.mc_phys.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.mc_phys.hitTest(xx, yy, true) == 0) {
if ((_parent.mc_phys.hitTest(xx + (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0)) || (_parent.mc_phys.hitTest(xx - (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0))) {
this.acc = 0;
} else if (go == 1) {
this.acc = this.acc + 0.75;
_y = (_y + this.acc);
} else {
this.acc = 0;
}
} else {
this.acc = 0;
}
if (go == 1) {
_x = (_x + xmove);
}
while ((_parent.mc_phys.hitTest(xx, yy, true) && (_parent.mc_phys.hitTest(xx, yy - 1, true))) && (go == 1)) {
_y = (_y - 1);
yy = _y + _parent._y;
xx = _x + _parent._x;
}
}
}
}
}
onClipEvent (load) {
_parent.AddMonster(this);
go = 1;
dead = 0;
xmove = -2;
}
Instance of Symbol 116 MovieClip in Symbol 243 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop ("fired");
this._FireFrame = _currentframe;
gotoAndPlay (1);
trace(this._FireFrame);
}
onClipEvent (enterFrame) {
if (!_root.b_PAUSE) {
if (this._Frame != undefined) {
if ((this._Frame == "Fire") && (_currentframe < this._FireFrame)) {
trace("GLUK F!!");
gotoAndStop (2);
gotoAndPlay(this._FireFrame + 1);
} else if (_currentframe < this._Frame) {
trace("GLUK!!");
gotoAndStop (2);
gotoAndPlay(this._Frame + 1);
}
}
if (dead == 0) {
this.fr = 0;
if (fired == 1) {
go = 0;
dead = 1;
this._Frame = "Fire";
gotoAndStop (2);
gotoAndPlay ("fired");
} else {
if ((top.hitTest(_root.mc_giana) && (go == 1)) && (_root.ymove > 0)) {
go = 0;
_root.ymove = -5;
_root.mh = 0;
this._Frame = 20;
gotoAndStop (2);
gotoAndPlay (20);
}
if ((go == 0) && (_currentframe < 20)) {
this._Frame = 20;
gotoAndStop (2);
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
this._Frame = 21;
gotoAndStop (2);
gotoAndPlay (21);
}
if (((body.hitTest(_root.mc_giana) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
_root.mh = 1;
_root.fire_type = 0;
}
}
} else if ((++this.fr) > 60) {
_visible = false;
gotoAndStop ("end");
}
}
}
onClipEvent (enterFrame) {
if (_name.indexOf("instance") <= 0) {
if (!_root.b_PAUSE) {
yy = _y + _parent._y;
xx = _x + _parent._x;
if (this.acc == undefined) {
this.acc = 0;
}
if ((((yy > 0) && (yy < 600)) && (xx > -50)) && (xx < 600)) {
if (_parent.mc_phys.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.mc_phys.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.mc_phys.hitTest(xx, yy, true) == 0) {
if ((_parent.mc_phys.hitTest(xx + (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0)) || (_parent.mc_phys.hitTest(xx - (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0))) {
this.acc = 0;
} else if (go == 1) {
this.acc = this.acc + 0.75;
_y = (_y + this.acc);
} else {
this.acc = 0;
}
} else {
this.acc = 0;
}
if (go == 1) {
_x = (_x + xmove);
}
while ((_parent.mc_phys.hitTest(xx, yy, true) && (_parent.mc_phys.hitTest(xx, yy - 1, true))) && (go == 1)) {
_y = (_y - 1);
yy = _y + _parent._y;
xx = _x + _parent._x;
}
}
}
}
}
onClipEvent (load) {
_parent.AddMonster(this);
go = 1;
dead = 0;
xmove = -2;
}
Instance of Symbol 116 MovieClip in Symbol 243 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop ("fired");
this._FireFrame = _currentframe;
gotoAndPlay (1);
trace(this._FireFrame);
}
onClipEvent (enterFrame) {
if (!_root.b_PAUSE) {
if (this._Frame != undefined) {
if ((this._Frame == "Fire") && (_currentframe < this._FireFrame)) {
trace("GLUK F!!");
gotoAndStop (2);
gotoAndPlay(this._FireFrame + 1);
} else if (_currentframe < this._Frame) {
trace("GLUK!!");
gotoAndStop (2);
gotoAndPlay(this._Frame + 1);
}
}
if (dead == 0) {
this.fr = 0;
if (fired == 1) {
go = 0;
dead = 1;
this._Frame = "Fire";
gotoAndStop (2);
gotoAndPlay ("fired");
} else {
if ((top.hitTest(_root.mc_giana) && (go == 1)) && (_root.ymove > 0)) {
go = 0;
_root.ymove = -5;
_root.mh = 0;
this._Frame = 20;
gotoAndStop (2);
gotoAndPlay (20);
}
if ((go == 0) && (_currentframe < 20)) {
this._Frame = 20;
gotoAndStop (2);
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
this._Frame = 21;
gotoAndStop (2);
gotoAndPlay (21);
}
if (((body.hitTest(_root.mc_giana) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
_root.mh = 1;
_root.fire_type = 0;
}
}
} else if ((++this.fr) > 60) {
_visible = false;
gotoAndStop ("end");
}
}
}
onClipEvent (enterFrame) {
if (_name.indexOf("instance") <= 0) {
if (!_root.b_PAUSE) {
yy = _y + _parent._y;
xx = _x + _parent._x;
if (this.acc == undefined) {
this.acc = 0;
}
if ((((yy > 0) && (yy < 600)) && (xx > -50)) && (xx < 600)) {
if (_parent.mc_phys.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.mc_phys.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.mc_phys.hitTest(xx, yy, true) == 0) {
if ((_parent.mc_phys.hitTest(xx + (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0)) || (_parent.mc_phys.hitTest(xx - (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0))) {
this.acc = 0;
} else if (go == 1) {
this.acc = this.acc + 0.75;
_y = (_y + this.acc);
} else {
this.acc = 0;
}
} else {
this.acc = 0;
}
if (go == 1) {
_x = (_x + xmove);
}
while ((_parent.mc_phys.hitTest(xx, yy, true) && (_parent.mc_phys.hitTest(xx, yy - 1, true))) && (go == 1)) {
_y = (_y - 1);
yy = _y + _parent._y;
xx = _x + _parent._x;
}
}
}
}
}
onClipEvent (load) {
_parent.AddMonster(this);
go = 1;
dead = 0;
xmove = -2;
}
Instance of Symbol 116 MovieClip in Symbol 243 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop ("fired");
this._FireFrame = _currentframe;
gotoAndPlay (1);
trace(this._FireFrame);
}
onClipEvent (enterFrame) {
if (!_root.b_PAUSE) {
if (this._Frame != undefined) {
if ((this._Frame == "Fire") && (_currentframe < this._FireFrame)) {
trace("GLUK F!!");
gotoAndStop (2);
gotoAndPlay(this._FireFrame + 1);
} else if (_currentframe < this._Frame) {
trace("GLUK!!");
gotoAndStop (2);
gotoAndPlay(this._Frame + 1);
}
}
if (dead == 0) {
this.fr = 0;
if (fired == 1) {
go = 0;
dead = 1;
this._Frame = "Fire";
gotoAndStop (2);
gotoAndPlay ("fired");
} else {
if ((top.hitTest(_root.mc_giana) && (go == 1)) && (_root.ymove > 0)) {
go = 0;
_root.ymove = -5;
_root.mh = 0;
this._Frame = 20;
gotoAndStop (2);
gotoAndPlay (20);
}
if ((go == 0) && (_currentframe < 20)) {
this._Frame = 20;
gotoAndStop (2);
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
this._Frame = 21;
gotoAndStop (2);
gotoAndPlay (21);
}
if (((body.hitTest(_root.mc_giana) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
_root.mh = 1;
_root.fire_type = 0;
}
}
} else if ((++this.fr) > 60) {
_visible = false;
gotoAndStop ("end");
}
}
}
onClipEvent (enterFrame) {
if (_name.indexOf("instance") <= 0) {
if (!_root.b_PAUSE) {
yy = _y + _parent._y;
xx = _x + _parent._x;
if (this.acc == undefined) {
this.acc = 0;
}
if ((((yy > 0) && (yy < 600)) && (xx > -50)) && (xx < 600)) {
if (_parent.mc_phys.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.mc_phys.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.mc_phys.hitTest(xx, yy, true) == 0) {
if ((_parent.mc_phys.hitTest(xx + (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0)) || (_parent.mc_phys.hitTest(xx - (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0))) {
this.acc = 0;
} else if (go == 1) {
this.acc = this.acc + 0.75;
_y = (_y + this.acc);
} else {
this.acc = 0;
}
} else {
this.acc = 0;
}
if (go == 1) {
_x = (_x + xmove);
}
while ((_parent.mc_phys.hitTest(xx, yy, true) && (_parent.mc_phys.hitTest(xx, yy - 1, true))) && (go == 1)) {
_y = (_y - 1);
yy = _y + _parent._y;
xx = _x + _parent._x;
}
}
}
}
}
onClipEvent (load) {
_parent.AddMonster(this);
go = 1;
dead = 0;
xmove = -2;
}
Instance of Symbol 116 MovieClip in Symbol 243 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop ("fired");
this._FireFrame = _currentframe;
gotoAndPlay (1);
trace(this._FireFrame);
}
onClipEvent (enterFrame) {
if (!_root.b_PAUSE) {
if (this._Frame != undefined) {
if ((this._Frame == "Fire") && (_currentframe < this._FireFrame)) {
trace("GLUK F!!");
gotoAndStop (2);
gotoAndPlay(this._FireFrame + 1);
} else if (_currentframe < this._Frame) {
trace("GLUK!!");
gotoAndStop (2);
gotoAndPlay(this._Frame + 1);
}
}
if (dead == 0) {
this.fr = 0;
if (fired == 1) {
go = 0;
dead = 1;
this._Frame = "Fire";
gotoAndStop (2);
gotoAndPlay ("fired");
} else {
if ((top.hitTest(_root.mc_giana) && (go == 1)) && (_root.ymove > 0)) {
go = 0;
_root.ymove = -5;
_root.mh = 0;
this._Frame = 20;
gotoAndStop (2);
gotoAndPlay (20);
}
if ((go == 0) && (_currentframe < 20)) {
this._Frame = 20;
gotoAndStop (2);
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
this._Frame = 21;
gotoAndStop (2);
gotoAndPlay (21);
}
if (((body.hitTest(_root.mc_giana) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
_root.mh = 1;
_root.fire_type = 0;
}
}
} else if ((++this.fr) > 60) {
_visible = false;
gotoAndStop ("end");
}
}
}
onClipEvent (enterFrame) {
if (_name.indexOf("instance") <= 0) {
if (!_root.b_PAUSE) {
yy = _y + _parent._y;
xx = _x + _parent._x;
if (this.acc == undefined) {
this.acc = 0;
}
if ((((yy > 0) && (yy < 600)) && (xx > -50)) && (xx < 600)) {
if (_parent.mc_phys.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.mc_phys.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.mc_phys.hitTest(xx, yy, true) == 0) {
if ((_parent.mc_phys.hitTest(xx + (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0)) || (_parent.mc_phys.hitTest(xx - (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0))) {
this.acc = 0;
} else if (go == 1) {
this.acc = this.acc + 0.75;
_y = (_y + this.acc);
} else {
this.acc = 0;
}
} else {
this.acc = 0;
}
if (go == 1) {
_x = (_x + xmove);
}
while ((_parent.mc_phys.hitTest(xx, yy, true) && (_parent.mc_phys.hitTest(xx, yy - 1, true))) && (go == 1)) {
_y = (_y - 1);
yy = _y + _parent._y;
xx = _x + _parent._x;
}
}
}
}
}
onClipEvent (load) {
_parent.AddMonster(this);
go = 1;
dead = 0;
xmove = -2;
}
Instance of Symbol 230 MovieClip in Symbol 243 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop ("fired");
this._FireFrame = _currentframe;
gotoAndPlay (1);
trace(this._FireFrame);
}
onClipEvent (enterFrame) {
if (!_root.b_PAUSE) {
if (this._Frame != undefined) {
if ((this._Frame == "Fire") && (_currentframe < this._FireFrame)) {
trace("GLUK F!!");
gotoAndStop (2);
gotoAndPlay(this._FireFrame + 1);
} else if (_currentframe < this._Frame) {
trace("GLUK!!");
gotoAndStop (2);
gotoAndPlay(this._Frame + 1);
}
}
if (dead == 0) {
this.fr = 0;
if (fired == 1) {
go = 0;
dead = 1;
this._Frame = "Fire";
gotoAndStop (2);
gotoAndPlay ("fired");
} else {
if ((top.hitTest(_root.mc_giana) && (go == 1)) && (_root.ymove > 0)) {
go = 0;
_root.ymove = -5;
_root.mh = 0;
this._Frame = 20;
gotoAndStop (2);
gotoAndPlay (20);
}
if ((go == 0) && (_currentframe < 20)) {
this._Frame = 20;
gotoAndStop (2);
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
this._Frame = 21;
gotoAndStop (2);
gotoAndPlay (21);
}
if (((body.hitTest(_root.mc_giana) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
_root.mh = 1;
_root.fire_type = 0;
}
}
} else if ((++this.fr) > 60) {
_visible = false;
gotoAndStop ("end");
}
}
}
onClipEvent (enterFrame) {
if (_name.indexOf("instance") <= 0) {
if (!_root.b_PAUSE) {
yy = _y + _parent._y;
xx = _x + _parent._x;
if (this.acc == undefined) {
this.acc = 0;
}
if ((((yy > 0) && (yy < 600)) && (xx > -50)) && (xx < 600)) {
if (_parent.mc_phys.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.mc_phys.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.mc_phys.hitTest(xx, yy, true) == 0) {
if ((_parent.mc_phys.hitTest(xx + (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0)) || (_parent.mc_phys.hitTest(xx - (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0))) {
this.acc = 0;
} else if (go == 1) {
this.acc = this.acc + 0.75;
_y = (_y + this.acc);
} else {
this.acc = 0;
}
} else {
this.acc = 0;
}
if (go == 1) {
_x = (_x + xmove);
}
while ((_parent.mc_phys.hitTest(xx, yy, true) && (_parent.mc_phys.hitTest(xx, yy - 1, true))) && (go == 1)) {
_y = (_y - 1);
yy = _y + _parent._y;
xx = _x + _parent._x;
}
}
}
}
}
onClipEvent (load) {
_parent.AddMonster(this);
go = 1;
dead = 0;
xmove = -2;
}
Instance of Symbol 119 MovieClip in Symbol 243 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 243 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 243 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 243 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 243 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 243 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 243 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 243 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 243 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 243 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 243 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 243 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 243 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 230 MovieClip in Symbol 243 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop ("fired");
this._FireFrame = _currentframe;
gotoAndPlay (1);
trace(this._FireFrame);
}
onClipEvent (enterFrame) {
if (!_root.b_PAUSE) {
if (this._Frame != undefined) {
if ((this._Frame == "Fire") && (_currentframe < this._FireFrame)) {
trace("GLUK F!!");
gotoAndStop (2);
gotoAndPlay(this._FireFrame + 1);
} else if (_currentframe < this._Frame) {
trace("GLUK!!");
gotoAndStop (2);
gotoAndPlay(this._Frame + 1);
}
}
if (dead == 0) {
this.fr = 0;
if (fired == 1) {
go = 0;
dead = 1;
this._Frame = "Fire";
gotoAndStop (2);
gotoAndPlay ("fired");
} else {
if ((top.hitTest(_root.mc_giana) && (go == 1)) && (_root.ymove > 0)) {
go = 0;
_root.ymove = -5;
_root.mh = 0;
this._Frame = 20;
gotoAndStop (2);
gotoAndPlay (20);
}
if ((go == 0) && (_currentframe < 20)) {
this._Frame = 20;
gotoAndStop (2);
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
this._Frame = 21;
gotoAndStop (2);
gotoAndPlay (21);
}
if (((body.hitTest(_root.mc_giana) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
_root.mh = 1;
_root.fire_type = 0;
}
}
} else if ((++this.fr) > 60) {
_visible = false;
gotoAndStop ("end");
}
}
}
onClipEvent (enterFrame) {
if (_name.indexOf("instance") <= 0) {
if (!_root.b_PAUSE) {
yy = _y + _parent._y;
xx = _x + _parent._x;
if (this.acc == undefined) {
this.acc = 0;
}
if ((((yy > 0) && (yy < 600)) && (xx > -50)) && (xx < 600)) {
if (_parent.mc_phys.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.mc_phys.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.mc_phys.hitTest(xx, yy, true) == 0) {
if ((_parent.mc_phys.hitTest(xx + (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0)) || (_parent.mc_phys.hitTest(xx - (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0))) {
this.acc = 0;
} else if (go == 1) {
this.acc = this.acc + 0.75;
_y = (_y + this.acc);
} else {
this.acc = 0;
}
} else {
this.acc = 0;
}
if (go == 1) {
_x = (_x + xmove);
}
while ((_parent.mc_phys.hitTest(xx, yy, true) && (_parent.mc_phys.hitTest(xx, yy - 1, true))) && (go == 1)) {
_y = (_y - 1);
yy = _y + _parent._y;
xx = _x + _parent._x;
}
}
}
}
}
onClipEvent (load) {
_parent.AddMonster(this);
go = 1;
dead = 0;
xmove = -2;
}
Instance of Symbol 230 MovieClip in Symbol 243 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop ("fired");
this._FireFrame = _currentframe;
gotoAndPlay (1);
trace(this._FireFrame);
}
onClipEvent (enterFrame) {
if (!_root.b_PAUSE) {
if (this._Frame != undefined) {
if ((this._Frame == "Fire") && (_currentframe < this._FireFrame)) {
trace("GLUK F!!");
gotoAndStop (2);
gotoAndPlay(this._FireFrame + 1);
} else if (_currentframe < this._Frame) {
trace("GLUK!!");
gotoAndStop (2);
gotoAndPlay(this._Frame + 1);
}
}
if (dead == 0) {
this.fr = 0;
if (fired == 1) {
go = 0;
dead = 1;
this._Frame = "Fire";
gotoAndStop (2);
gotoAndPlay ("fired");
} else {
if ((top.hitTest(_root.mc_giana) && (go == 1)) && (_root.ymove > 0)) {
go = 0;
_root.ymove = -5;
_root.mh = 0;
this._Frame = 20;
gotoAndStop (2);
gotoAndPlay (20);
}
if ((go == 0) && (_currentframe < 20)) {
this._Frame = 20;
gotoAndStop (2);
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
this._Frame = 21;
gotoAndStop (2);
gotoAndPlay (21);
}
if (((body.hitTest(_root.mc_giana) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
_root.mh = 1;
_root.fire_type = 0;
}
}
} else if ((++this.fr) > 60) {
_visible = false;
gotoAndStop ("end");
}
}
}
onClipEvent (enterFrame) {
if (_name.indexOf("instance") <= 0) {
if (!_root.b_PAUSE) {
yy = _y + _parent._y;
xx = _x + _parent._x;
if (this.acc == undefined) {
this.acc = 0;
}
if ((((yy > 0) && (yy < 600)) && (xx > -50)) && (xx < 600)) {
if (_parent.mc_phys.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.mc_phys.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.mc_phys.hitTest(xx, yy, true) == 0) {
if ((_parent.mc_phys.hitTest(xx + (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0)) || (_parent.mc_phys.hitTest(xx - (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0))) {
this.acc = 0;
} else if (go == 1) {
this.acc = this.acc + 0.75;
_y = (_y + this.acc);
} else {
this.acc = 0;
}
} else {
this.acc = 0;
}
if (go == 1) {
_x = (_x + xmove);
}
while ((_parent.mc_phys.hitTest(xx, yy, true) && (_parent.mc_phys.hitTest(xx, yy - 1, true))) && (go == 1)) {
_y = (_y - 1);
yy = _y + _parent._y;
xx = _x + _parent._x;
}
}
}
}
}
onClipEvent (load) {
_parent.AddMonster(this);
go = 1;
dead = 0;
xmove = -2;
}
Instance of Symbol 119 MovieClip in Symbol 243 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 243 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 243 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 243 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 243 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 243 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 243 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 243 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 243 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 243 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 243 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 243 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 243 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 243 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 243 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 243 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 243 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 243 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 243 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 243 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 243 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 243 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 230 MovieClip in Symbol 243 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop ("fired");
this._FireFrame = _currentframe;
gotoAndPlay (1);
trace(this._FireFrame);
}
onClipEvent (enterFrame) {
if (!_root.b_PAUSE) {
if (this._Frame != undefined) {
if ((this._Frame == "Fire") && (_currentframe < this._FireFrame)) {
trace("GLUK F!!");
gotoAndStop (2);
gotoAndPlay(this._FireFrame + 1);
} else if (_currentframe < this._Frame) {
trace("GLUK!!");
gotoAndStop (2);
gotoAndPlay(this._Frame + 1);
}
}
if (dead == 0) {
this.fr = 0;
if (fired == 1) {
go = 0;
dead = 1;
this._Frame = "Fire";
gotoAndStop (2);
gotoAndPlay ("fired");
} else {
if ((top.hitTest(_root.mc_giana) && (go == 1)) && (_root.ymove > 0)) {
go = 0;
_root.ymove = -5;
_root.mh = 0;
this._Frame = 20;
gotoAndStop (2);
gotoAndPlay (20);
}
if ((go == 0) && (_currentframe < 20)) {
this._Frame = 20;
gotoAndStop (2);
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
this._Frame = 21;
gotoAndStop (2);
gotoAndPlay (21);
}
if (((body.hitTest(_root.mc_giana) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
_root.mh = 1;
_root.fire_type = 0;
}
}
} else if ((++this.fr) > 60) {
_visible = false;
gotoAndStop ("end");
}
}
}
onClipEvent (enterFrame) {
if (_name.indexOf("instance") <= 0) {
if (!_root.b_PAUSE) {
yy = _y + _parent._y;
xx = _x + _parent._x;
if (this.acc == undefined) {
this.acc = 0;
}
if ((((yy > 0) && (yy < 600)) && (xx > -50)) && (xx < 600)) {
if (_parent.mc_phys.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.mc_phys.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.mc_phys.hitTest(xx, yy, true) == 0) {
if ((_parent.mc_phys.hitTest(xx + (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0)) || (_parent.mc_phys.hitTest(xx - (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0))) {
this.acc = 0;
} else if (go == 1) {
this.acc = this.acc + 0.75;
_y = (_y + this.acc);
} else {
this.acc = 0;
}
} else {
this.acc = 0;
}
if (go == 1) {
_x = (_x + xmove);
}
while ((_parent.mc_phys.hitTest(xx, yy, true) && (_parent.mc_phys.hitTest(xx, yy - 1, true))) && (go == 1)) {
_y = (_y - 1);
yy = _y + _parent._y;
xx = _x + _parent._x;
}
}
}
}
}
onClipEvent (load) {
_parent.AddMonster(this);
go = 1;
dead = 0;
xmove = -2;
}
Instance of Symbol 242 MovieClip in Symbol 243 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop ("fired");
this._FireFrame = _currentframe;
gotoAndPlay (1);
trace(this._FireFrame);
}
onClipEvent (enterFrame) {
if (!_root.b_PAUSE) {
if (this._Frame != undefined) {
if ((this._Frame == "Fire") && (_currentframe < this._FireFrame)) {
trace("GLUK F!!");
gotoAndStop (2);
gotoAndPlay(this._FireFrame + 1);
} else if (_currentframe < this._Frame) {
trace("GLUK!!");
gotoAndStop (2);
gotoAndPlay(this._Frame + 1);
}
}
if (dead == 0) {
this.fr = 0;
if (fired == 1) {
go = 0;
dead = 1;
this._Frame = "Fire";
gotoAndStop (2);
gotoAndPlay ("fired");
} else {
if ((top.hitTest(_root.mc_giana) && (go == 1)) && (_root.ymove > 0)) {
go = 0;
_root.ymove = -5;
_root.mh = 0;
this._Frame = 20;
gotoAndStop (2);
gotoAndPlay (20);
}
if ((go == 0) && (_currentframe < 20)) {
this._Frame = 20;
gotoAndStop (2);
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
this._Frame = 21;
gotoAndStop (2);
gotoAndPlay (21);
}
if (((body.hitTest(_root.mc_giana) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
_root.mh = 1;
_root.fire_type = 0;
}
}
} else if ((++this.fr) > 60) {
_visible = false;
gotoAndStop ("end");
}
}
}
onClipEvent (enterFrame) {
if (_name.indexOf("instance") <= 0) {
if (!_root.b_PAUSE) {
yy = _y + _parent._y;
xx = _x + _parent._x;
if (this.acc == undefined) {
this.acc = 0;
}
if ((((yy > 0) && (yy < 600)) && (xx > -50)) && (xx < 600)) {
if (_parent.mc_phys.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.mc_phys.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.mc_phys.hitTest(xx, yy, true) == 0) {
if ((_parent.mc_phys.hitTest(xx + (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0)) || (_parent.mc_phys.hitTest(xx - (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0))) {
this.acc = 0;
} else if (go == 1) {
this.acc = this.acc + 0.75;
_y = (_y + this.acc);
} else {
this.acc = 0;
}
} else {
this.acc = 0;
}
if (go == 1) {
_x = (_x + xmove);
}
while ((_parent.mc_phys.hitTest(xx, yy, true) && (_parent.mc_phys.hitTest(xx, yy - 1, true))) && (go == 1)) {
_y = (_y - 1);
yy = _y + _parent._y;
xx = _x + _parent._x;
}
}
}
}
}
onClipEvent (load) {
_parent.AddMonster(this);
go = 1;
dead = 0;
xmove = -2;
}
Instance of Symbol 242 MovieClip in Symbol 243 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop ("fired");
this._FireFrame = _currentframe;
gotoAndPlay (1);
trace(this._FireFrame);
}
onClipEvent (enterFrame) {
if (!_root.b_PAUSE) {
if (this._Frame != undefined) {
if ((this._Frame == "Fire") && (_currentframe < this._FireFrame)) {
trace("GLUK F!!");
gotoAndStop (2);
gotoAndPlay(this._FireFrame + 1);
} else if (_currentframe < this._Frame) {
trace("GLUK!!");
gotoAndStop (2);
gotoAndPlay(this._Frame + 1);
}
}
if (dead == 0) {
this.fr = 0;
if (fired == 1) {
go = 0;
dead = 1;
this._Frame = "Fire";
gotoAndStop (2);
gotoAndPlay ("fired");
} else {
if ((top.hitTest(_root.mc_giana) && (go == 1)) && (_root.ymove > 0)) {
go = 0;
_root.ymove = -5;
_root.mh = 0;
this._Frame = 20;
gotoAndStop (2);
gotoAndPlay (20);
}
if ((go == 0) && (_currentframe < 20)) {
this._Frame = 20;
gotoAndStop (2);
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
this._Frame = 21;
gotoAndStop (2);
gotoAndPlay (21);
}
if (((body.hitTest(_root.mc_giana) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
_root.mh = 1;
_root.fire_type = 0;
}
}
} else if ((++this.fr) > 60) {
_visible = false;
gotoAndStop ("end");
}
}
}
onClipEvent (enterFrame) {
if (_name.indexOf("instance") <= 0) {
if (!_root.b_PAUSE) {
yy = _y + _parent._y;
xx = _x + _parent._x;
if (this.acc == undefined) {
this.acc = 0;
}
if ((((yy > 0) && (yy < 600)) && (xx > -50)) && (xx < 600)) {
if (_parent.mc_phys.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.mc_phys.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.mc_phys.hitTest(xx, yy, true) == 0) {
if ((_parent.mc_phys.hitTest(xx + (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0)) || (_parent.mc_phys.hitTest(xx - (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0))) {
this.acc = 0;
} else if (go == 1) {
this.acc = this.acc + 0.75;
_y = (_y + this.acc);
} else {
this.acc = 0;
}
} else {
this.acc = 0;
}
if (go == 1) {
_x = (_x + xmove);
}
while ((_parent.mc_phys.hitTest(xx, yy, true) && (_parent.mc_phys.hitTest(xx, yy - 1, true))) && (go == 1)) {
_y = (_y - 1);
yy = _y + _parent._y;
xx = _x + _parent._x;
}
}
}
}
}
onClipEvent (load) {
_parent.AddMonster(this);
go = 1;
dead = 0;
xmove = -2;
}
Instance of Symbol 242 MovieClip in Symbol 243 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop ("fired");
this._FireFrame = _currentframe;
gotoAndPlay (1);
trace(this._FireFrame);
}
onClipEvent (enterFrame) {
if (!_root.b_PAUSE) {
if (this._Frame != undefined) {
if ((this._Frame == "Fire") && (_currentframe < this._FireFrame)) {
trace("GLUK F!!");
gotoAndStop (2);
gotoAndPlay(this._FireFrame + 1);
} else if (_currentframe < this._Frame) {
trace("GLUK!!");
gotoAndStop (2);
gotoAndPlay(this._Frame + 1);
}
}
if (dead == 0) {
this.fr = 0;
if (fired == 1) {
go = 0;
dead = 1;
this._Frame = "Fire";
gotoAndStop (2);
gotoAndPlay ("fired");
} else {
if ((top.hitTest(_root.mc_giana) && (go == 1)) && (_root.ymove > 0)) {
go = 0;
_root.ymove = -5;
_root.mh = 0;
this._Frame = 20;
gotoAndStop (2);
gotoAndPlay (20);
}
if ((go == 0) && (_currentframe < 20)) {
this._Frame = 20;
gotoAndStop (2);
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
this._Frame = 21;
gotoAndStop (2);
gotoAndPlay (21);
}
if (((body.hitTest(_root.mc_giana) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
_root.mh = 1;
_root.fire_type = 0;
}
}
} else if ((++this.fr) > 60) {
_visible = false;
gotoAndStop ("end");
}
}
}
onClipEvent (enterFrame) {
if (_name.indexOf("instance") <= 0) {
if (!_root.b_PAUSE) {
yy = _y + _parent._y;
xx = _x + _parent._x;
if (this.acc == undefined) {
this.acc = 0;
}
if ((((yy > 0) && (yy < 600)) && (xx > -50)) && (xx < 600)) {
if (_parent.mc_phys.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.mc_phys.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.mc_phys.hitTest(xx, yy, true) == 0) {
if ((_parent.mc_phys.hitTest(xx + (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0)) || (_parent.mc_phys.hitTest(xx - (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0))) {
this.acc = 0;
} else if (go == 1) {
this.acc = this.acc + 0.75;
_y = (_y + this.acc);
} else {
this.acc = 0;
}
} else {
this.acc = 0;
}
if (go == 1) {
_x = (_x + xmove);
}
while ((_parent.mc_phys.hitTest(xx, yy, true) && (_parent.mc_phys.hitTest(xx, yy - 1, true))) && (go == 1)) {
_y = (_y - 1);
yy = _y + _parent._y;
xx = _x + _parent._x;
}
}
}
}
}
onClipEvent (load) {
_parent.AddMonster(this);
go = 1;
dead = 0;
xmove = -2;
}
Instance of Symbol 242 MovieClip in Symbol 243 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop ("fired");
this._FireFrame = _currentframe;
gotoAndPlay (1);
trace(this._FireFrame);
}
onClipEvent (enterFrame) {
if (!_root.b_PAUSE) {
if (this._Frame != undefined) {
if ((this._Frame == "Fire") && (_currentframe < this._FireFrame)) {
trace("GLUK F!!");
gotoAndStop (2);
gotoAndPlay(this._FireFrame + 1);
} else if (_currentframe < this._Frame) {
trace("GLUK!!");
gotoAndStop (2);
gotoAndPlay(this._Frame + 1);
}
}
if (dead == 0) {
this.fr = 0;
if (fired == 1) {
go = 0;
dead = 1;
this._Frame = "Fire";
gotoAndStop (2);
gotoAndPlay ("fired");
} else {
if ((top.hitTest(_root.mc_giana) && (go == 1)) && (_root.ymove > 0)) {
go = 0;
_root.ymove = -5;
_root.mh = 0;
this._Frame = 20;
gotoAndStop (2);
gotoAndPlay (20);
}
if ((go == 0) && (_currentframe < 20)) {
this._Frame = 20;
gotoAndStop (2);
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
this._Frame = 21;
gotoAndStop (2);
gotoAndPlay (21);
}
if (((body.hitTest(_root.mc_giana) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
_root.mh = 1;
_root.fire_type = 0;
}
}
} else if ((++this.fr) > 60) {
_visible = false;
gotoAndStop ("end");
}
}
}
onClipEvent (enterFrame) {
if (_name.indexOf("instance") <= 0) {
if (!_root.b_PAUSE) {
yy = _y + _parent._y;
xx = _x + _parent._x;
if (this.acc == undefined) {
this.acc = 0;
}
if ((((yy > 0) && (yy < 600)) && (xx > -50)) && (xx < 600)) {
if (_parent.mc_phys.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.mc_phys.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.mc_phys.hitTest(xx, yy, true) == 0) {
if ((_parent.mc_phys.hitTest(xx + (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0)) || (_parent.mc_phys.hitTest(xx - (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0))) {
this.acc = 0;
} else if (go == 1) {
this.acc = this.acc + 0.75;
_y = (_y + this.acc);
} else {
this.acc = 0;
}
} else {
this.acc = 0;
}
if (go == 1) {
_x = (_x + xmove);
}
while ((_parent.mc_phys.hitTest(xx, yy, true) && (_parent.mc_phys.hitTest(xx, yy - 1, true))) && (go == 1)) {
_y = (_y - 1);
yy = _y + _parent._y;
xx = _x + _parent._x;
}
}
}
}
}
onClipEvent (load) {
_parent.AddMonster(this);
go = 1;
dead = 0;
xmove = -2;
}
Instance of Symbol 242 MovieClip in Symbol 243 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop ("fired");
this._FireFrame = _currentframe;
gotoAndPlay (1);
trace(this._FireFrame);
}
onClipEvent (enterFrame) {
if (!_root.b_PAUSE) {
if (this._Frame != undefined) {
if ((this._Frame == "Fire") && (_currentframe < this._FireFrame)) {
trace("GLUK F!!");
gotoAndStop (2);
gotoAndPlay(this._FireFrame + 1);
} else if (_currentframe < this._Frame) {
trace("GLUK!!");
gotoAndStop (2);
gotoAndPlay(this._Frame + 1);
}
}
if (dead == 0) {
this.fr = 0;
if (fired == 1) {
go = 0;
dead = 1;
this._Frame = "Fire";
gotoAndStop (2);
gotoAndPlay ("fired");
} else {
if ((top.hitTest(_root.mc_giana) && (go == 1)) && (_root.ymove > 0)) {
go = 0;
_root.ymove = -5;
_root.mh = 0;
this._Frame = 20;
gotoAndStop (2);
gotoAndPlay (20);
}
if ((go == 0) && (_currentframe < 20)) {
this._Frame = 20;
gotoAndStop (2);
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
this._Frame = 21;
gotoAndStop (2);
gotoAndPlay (21);
}
if (((body.hitTest(_root.mc_giana) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
_root.mh = 1;
_root.fire_type = 0;
}
}
} else if ((++this.fr) > 60) {
_visible = false;
gotoAndStop ("end");
}
}
}
onClipEvent (enterFrame) {
if (_name.indexOf("instance") <= 0) {
if (!_root.b_PAUSE) {
yy = _y + _parent._y;
xx = _x + _parent._x;
if (this.acc == undefined) {
this.acc = 0;
}
if ((((yy > 0) && (yy < 600)) && (xx > -50)) && (xx < 600)) {
if (_parent.mc_phys.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.mc_phys.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.mc_phys.hitTest(xx, yy, true) == 0) {
if ((_parent.mc_phys.hitTest(xx + (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0)) || (_parent.mc_phys.hitTest(xx - (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0))) {
this.acc = 0;
} else if (go == 1) {
this.acc = this.acc + 0.75;
_y = (_y + this.acc);
} else {
this.acc = 0;
}
} else {
this.acc = 0;
}
if (go == 1) {
_x = (_x + xmove);
}
while ((_parent.mc_phys.hitTest(xx, yy, true) && (_parent.mc_phys.hitTest(xx, yy - 1, true))) && (go == 1)) {
_y = (_y - 1);
yy = _y + _parent._y;
xx = _x + _parent._x;
}
}
}
}
}
onClipEvent (load) {
_parent.AddMonster(this);
go = 1;
dead = 0;
xmove = -2;
}
Instance of Symbol 242 MovieClip in Symbol 243 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop ("fired");
this._FireFrame = _currentframe;
gotoAndPlay (1);
trace(this._FireFrame);
}
onClipEvent (enterFrame) {
if (!_root.b_PAUSE) {
if (this._Frame != undefined) {
if ((this._Frame == "Fire") && (_currentframe < this._FireFrame)) {
trace("GLUK F!!");
gotoAndStop (2);
gotoAndPlay(this._FireFrame + 1);
} else if (_currentframe < this._Frame) {
trace("GLUK!!");
gotoAndStop (2);
gotoAndPlay(this._Frame + 1);
}
}
if (dead == 0) {
this.fr = 0;
if (fired == 1) {
go = 0;
dead = 1;
this._Frame = "Fire";
gotoAndStop (2);
gotoAndPlay ("fired");
} else {
if ((top.hitTest(_root.mc_giana) && (go == 1)) && (_root.ymove > 0)) {
go = 0;
_root.ymove = -5;
_root.mh = 0;
this._Frame = 20;
gotoAndStop (2);
gotoAndPlay (20);
}
if ((go == 0) && (_currentframe < 20)) {
this._Frame = 20;
gotoAndStop (2);
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
this._Frame = 21;
gotoAndStop (2);
gotoAndPlay (21);
}
if (((body.hitTest(_root.mc_giana) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
_root.mh = 1;
_root.fire_type = 0;
}
}
} else if ((++this.fr) > 60) {
_visible = false;
gotoAndStop ("end");
}
}
}
onClipEvent (enterFrame) {
if (_name.indexOf("instance") <= 0) {
if (!_root.b_PAUSE) {
yy = _y + _parent._y;
xx = _x + _parent._x;
if (this.acc == undefined) {
this.acc = 0;
}
if ((((yy > 0) && (yy < 600)) && (xx > -50)) && (xx < 600)) {
if (_parent.mc_phys.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.mc_phys.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.mc_phys.hitTest(xx, yy, true) == 0) {
if ((_parent.mc_phys.hitTest(xx + (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0)) || (_parent.mc_phys.hitTest(xx - (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0))) {
this.acc = 0;
} else if (go == 1) {
this.acc = this.acc + 0.75;
_y = (_y + this.acc);
} else {
this.acc = 0;
}
} else {
this.acc = 0;
}
if (go == 1) {
_x = (_x + xmove);
}
while ((_parent.mc_phys.hitTest(xx, yy, true) && (_parent.mc_phys.hitTest(xx, yy - 1, true))) && (go == 1)) {
_y = (_y - 1);
yy = _y + _parent._y;
xx = _x + _parent._x;
}
}
}
}
}
onClipEvent (load) {
_parent.AddMonster(this);
go = 1;
dead = 0;
xmove = -2;
}
Instance of Symbol 124 MovieClip "mc_bonus_bm_instance" in Symbol 243 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_name.indexOf("instance") <= 0) {
if (!_root.b_PAUSE) {
yy = _y + _parent._y;
xx = _x + _parent._x;
if (this.acc == undefined) {
this.acc = 0;
}
if ((((yy > 0) && (yy < 600)) && (xx > -50)) && (xx < 600)) {
if (_parent.mc_phys.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.mc_phys.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.mc_phys.hitTest(xx, yy, true) == 0) {
if ((_parent.mc_phys.hitTest(xx + (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0)) || (_parent.mc_phys.hitTest(xx - (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0))) {
this.acc = 0;
} else if (go == 1) {
this.acc = this.acc + 0.75;
_y = (_y + this.acc);
} else {
this.acc = 0;
}
} else {
this.acc = 0;
}
if (go == 1) {
_x = (_x + xmove);
}
while ((_parent.mc_phys.hitTest(xx, yy, true) && (_parent.mc_phys.hitTest(xx, yy - 1, true))) && (go == 1)) {
_y = (_y - 1);
yy = _y + _parent._y;
xx = _x + _parent._x;
}
}
}
}
}
onClipEvent (enterFrame) {
if (_name.indexOf("instance") <= 0) {
if (this.once != 1) {
this.once = 1;
gotoAndPlay (2);
go = 1;
xmove = 2;
if (_root.mc_giana._x > xx) {
xmove = xmove * -1;
}
if (_root.mc_giana._x < xx) {
xmove = xmove * 1;
}
}
if (bonus_type == "gm") {
if (this.hitTest(_root.mc_giana) && (_currentframe == 1)) {
_root.mh = 2;
_y = -1000;
this.removeMovieClip();
}
} else if (bonus_type == "bm") {
if (this.hitTest(_root.mc_giana) && (go == 1)) {
_root.high = 1;
_root.music = 0;
_y = -1000;
this.removeMovieClip();
}
} else if (bonus_type == "l") {
if ((this.hitTest(_root.mc_giana) && (go == 1)) && (_currentframe == 1)) {
_root.mc_giana.gotoAndPlay("shock");
if (_root.fire_type < 2) {
_root.fire_type = 1;
}
_y = -1000;
this.removeMovieClip();
}
} else if (bonus_type == "ll") {
if ((this.hitTest(_root.mc_giana) && (go == 1)) && (_currentframe == 1)) {
_root.mc_giana.gotoAndPlay("shock");
_root.fire_type = 2;
_y = -1000;
this.removeMovieClip();
}
}
}
}
onClipEvent (load) {
var bonus_type = "bm";
}
Instance of Symbol 137 MovieClip "mc_bonus_gm_instance" in Symbol 243 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_name.indexOf("instance") <= 0) {
if (!_root.b_PAUSE) {
yy = _y + _parent._y;
xx = _x + _parent._x;
if (this.acc == undefined) {
this.acc = 0;
}
if ((((yy > 0) && (yy < 600)) && (xx > -50)) && (xx < 600)) {
if (_parent.mc_phys.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.mc_phys.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.mc_phys.hitTest(xx, yy, true) == 0) {
if ((_parent.mc_phys.hitTest(xx + (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0)) || (_parent.mc_phys.hitTest(xx - (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0))) {
this.acc = 0;
} else if (go == 1) {
this.acc = this.acc + 0.75;
_y = (_y + this.acc);
} else {
this.acc = 0;
}
} else {
this.acc = 0;
}
if (go == 1) {
_x = (_x + xmove);
}
while ((_parent.mc_phys.hitTest(xx, yy, true) && (_parent.mc_phys.hitTest(xx, yy - 1, true))) && (go == 1)) {
_y = (_y - 1);
yy = _y + _parent._y;
xx = _x + _parent._x;
}
}
}
}
}
onClipEvent (enterFrame) {
if (_name.indexOf("instance") <= 0) {
if (this.once != 1) {
this.once = 1;
gotoAndPlay (2);
go = 1;
xmove = 2;
if (_root.mc_giana._x > xx) {
xmove = xmove * -1;
}
if (_root.mc_giana._x < xx) {
xmove = xmove * 1;
}
}
if (bonus_type == "gm") {
if (this.hitTest(_root.mc_giana) && (_currentframe == 1)) {
_root.mh = 2;
_y = -1000;
this.removeMovieClip();
}
} else if (bonus_type == "bm") {
if (this.hitTest(_root.mc_giana) && (go == 1)) {
_root.high = 1;
_root.music = 0;
_y = -1000;
this.removeMovieClip();
}
} else if (bonus_type == "l") {
if ((this.hitTest(_root.mc_giana) && (go == 1)) && (_currentframe == 1)) {
_root.mc_giana.gotoAndPlay("shock");
if (_root.fire_type < 2) {
_root.fire_type = 1;
}
_y = -1000;
this.removeMovieClip();
}
} else if (bonus_type == "ll") {
if ((this.hitTest(_root.mc_giana) && (go == 1)) && (_currentframe == 1)) {
_root.mc_giana.gotoAndPlay("shock");
_root.fire_type = 2;
_y = -1000;
this.removeMovieClip();
}
}
}
}
onClipEvent (load) {
var bonus_type = "gm";
}
Instance of Symbol 156 MovieClip "mc_fire_instance" in Symbol 243 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_name.indexOf("instance") <= 0) {
if (this.once != 1) {
this.once = 1;
go = 1;
xmove = 11;
if (_root.mc_giana._xscale > 0) {
xmove = xmove * 1;
}
if (_root.mc_giana._xscale < 0) {
xmove = xmove * -1;
}
}
if (!_root.b_PAUSE) {
yy = _y + _parent._y;
xx = _x + _parent._x;
if (this.acc == undefined) {
this.acc = 0;
}
if (this.ymove == undefined) {
this.ymove = 0;
}
if ((((yy > 0) && (yy < 600)) && (xx > -50)) && (xx < 600)) {
if (_parent.mc_phys.hitTest((xx - (this._width / 2)) + xmove, yy, true) || (_parent.mc_phys.hitTest((xx + (this._width / 2)) + xmove, yy, true))) {
xmove = xmove * -1;
}
if (_parent.mc_phys.hitTest(xx, (yy - (this._height / 2)) + ymove, true) || (_parent.mc_phys.hitTest(xx, (yy + (this._height / 2)) + ymove, true))) {
ymove = ymove * -1;
ymove = ymove - 0.75;
if (ymove < -5) {
ymove = -5;
}
}
ymove = ymove + 0.75;
if (go == 1) {
_x = (_x + xmove);
_y = (_y + ymove);
}
while ((_parent.mc_phys.hitTest(xx, yy, true) && (_parent.mc_phys.hitTest(xx, yy - 1, true))) && (go == 1)) {
_y = (_y - 1);
yy = _y + _parent._y;
xx = _x + _parent._x;
}
}
}
if (!((((yy > 0) && (yy < 600)) && (xx > -50)) && (xx < 600))) {
this.removeMovieClip();
}
if (_y > 500) {
this.removeMovieClip();
}
var i = -1;
var l = _parent.arr_Monsters.length;
while ((++i) < l) {
if (this.hitTest(_parent.arr_Monsters[i])) {
trace("dead");
_parent.arr_Monsters[i].fired = 1;
this.removeMovieClip();
}
}
}
}
Instance of Symbol 157 MovieClip "mc_bonus_l_instance" in Symbol 243 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_name.indexOf("instance") <= 0) {
if (!_root.b_PAUSE) {
yy = _y + _parent._y;
xx = _x + _parent._x;
if (this.acc == undefined) {
this.acc = 0;
}
if ((((yy > 0) && (yy < 600)) && (xx > -50)) && (xx < 600)) {
if (_parent.mc_phys.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.mc_phys.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.mc_phys.hitTest(xx, yy, true) == 0) {
if ((_parent.mc_phys.hitTest(xx + (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0)) || (_parent.mc_phys.hitTest(xx - (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0))) {
this.acc = 0;
} else if (go == 1) {
this.acc = this.acc + 0.75;
_y = (_y + this.acc);
} else {
this.acc = 0;
}
} else {
this.acc = 0;
}
if (go == 1) {
_x = (_x + xmove);
}
while ((_parent.mc_phys.hitTest(xx, yy, true) && (_parent.mc_phys.hitTest(xx, yy - 1, true))) && (go == 1)) {
_y = (_y - 1);
yy = _y + _parent._y;
xx = _x + _parent._x;
}
}
}
}
}
onClipEvent (enterFrame) {
if (_name.indexOf("instance") <= 0) {
if (this.once != 1) {
this.once = 1;
gotoAndPlay (2);
go = 1;
xmove = 2;
if (_root.mc_giana._x > xx) {
xmove = xmove * -1;
}
if (_root.mc_giana._x < xx) {
xmove = xmove * 1;
}
}
if (bonus_type == "gm") {
if (this.hitTest(_root.mc_giana) && (_currentframe == 1)) {
_root.mh = 2;
_y = -1000;
this.removeMovieClip();
}
} else if (bonus_type == "bm") {
if (this.hitTest(_root.mc_giana) && (go == 1)) {
_root.high = 1;
_root.music = 0;
_y = -1000;
this.removeMovieClip();
}
} else if (bonus_type == "l") {
if ((this.hitTest(_root.mc_giana) && (go == 1)) && (_currentframe == 1)) {
_root.mc_giana.gotoAndPlay("shock");
if (_root.fire_type < 2) {
_root.fire_type = 1;
}
_y = -1000;
this.removeMovieClip();
}
} else if (bonus_type == "ll") {
if ((this.hitTest(_root.mc_giana) && (go == 1)) && (_currentframe == 1)) {
_root.mc_giana.gotoAndPlay("shock");
_root.fire_type = 2;
_y = -1000;
this.removeMovieClip();
}
}
}
}
onClipEvent (load) {
var bonus_type = "l";
}
Instance of Symbol 158 MovieClip "mc_bonus_ll_instance" in Symbol 243 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_name.indexOf("instance") <= 0) {
if (!_root.b_PAUSE) {
yy = _y + _parent._y;
xx = _x + _parent._x;
if (this.acc == undefined) {
this.acc = 0;
}
if ((((yy > 0) && (yy < 600)) && (xx > -50)) && (xx < 600)) {
if (_parent.mc_phys.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.mc_phys.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.mc_phys.hitTest(xx, yy, true) == 0) {
if ((_parent.mc_phys.hitTest(xx + (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0)) || (_parent.mc_phys.hitTest(xx - (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0))) {
this.acc = 0;
} else if (go == 1) {
this.acc = this.acc + 0.75;
_y = (_y + this.acc);
} else {
this.acc = 0;
}
} else {
this.acc = 0;
}
if (go == 1) {
_x = (_x + xmove);
}
while ((_parent.mc_phys.hitTest(xx, yy, true) && (_parent.mc_phys.hitTest(xx, yy - 1, true))) && (go == 1)) {
_y = (_y - 1);
yy = _y + _parent._y;
xx = _x + _parent._x;
}
}
}
}
}
onClipEvent (enterFrame) {
if (_name.indexOf("instance") <= 0) {
if (this.once != 1) {
this.once = 1;
gotoAndPlay (2);
go = 1;
xmove = 2;
if (_root.mc_giana._x > xx) {
xmove = xmove * -1;
}
if (_root.mc_giana._x < xx) {
xmove = xmove * 1;
}
}
if (bonus_type == "gm") {
if (this.hitTest(_root.mc_giana) && (_currentframe == 1)) {
_root.mh = 2;
_y = -1000;
this.removeMovieClip();
}
} else if (bonus_type == "bm") {
if (this.hitTest(_root.mc_giana) && (go == 1)) {
_root.high = 1;
_root.music = 0;
_y = -1000;
this.removeMovieClip();
}
} else if (bonus_type == "l") {
if ((this.hitTest(_root.mc_giana) && (go == 1)) && (_currentframe == 1)) {
_root.mc_giana.gotoAndPlay("shock");
if (_root.fire_type < 2) {
_root.fire_type = 1;
}
_y = -1000;
this.removeMovieClip();
}
} else if (bonus_type == "ll") {
if ((this.hitTest(_root.mc_giana) && (go == 1)) && (_currentframe == 1)) {
_root.mc_giana.gotoAndPlay("shock");
_root.fire_type = 2;
_y = -1000;
this.removeMovieClip();
}
}
}
}
onClipEvent (load) {
var bonus_type = "ll";
}
Instance of Symbol 99 MovieClip in Symbol 252 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true))) && (this.hitTest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true)))) {
stop();
gotoAndPlay (50);
broken = 1;
_root.bx = _x;
_root.by = _y - (_height / 2);
if (!_parent._parent.CreateBonus(bonus_type, _root.bx, _root.by)) {
_parent.CreateBonus(bonus_type, _root.bx, _root.by);
}
}
} else if (_currentframe < 50) {
stop();
gotoAndStop (2);
gotoAndPlay (50);
}
}
onClipEvent (load) {
var bonus_type = "ll";
}
Instance of Symbol 99 MovieClip in Symbol 252 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
if (this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true))) && (this.hitTest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true)))) {
gotoAndStop (2);
gotoAndPlay ("fadeout");
broken = 1;
}
}
} else if (_currentframe <= 42) {
trace("block gluk");
gotoAndPlay (43);
}
}
Instance of Symbol 99 MovieClip in Symbol 252 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
if (this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true))) && (this.hitTest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true)))) {
gotoAndStop (2);
gotoAndPlay ("fadeout");
broken = 1;
}
}
} else if (_currentframe <= 42) {
trace("block gluk");
gotoAndPlay (43);
}
}
Instance of Symbol 99 MovieClip in Symbol 252 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true))) && (this.hitTest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true)))) {
stop();
gotoAndPlay (50);
broken = 1;
_root.bx = _x;
_root.by = _y - (_height / 2);
if (!_parent._parent.CreateBonus(bonus_type, _root.bx, _root.by)) {
_parent.CreateBonus(bonus_type, _root.bx, _root.by);
}
}
} else if (_currentframe < 50) {
stop();
gotoAndStop (2);
gotoAndPlay (50);
}
}
onClipEvent (load) {
var bonus_type = "gm";
}
Instance of Symbol 99 MovieClip in Symbol 252 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
if (this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true))) && (this.hitTest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true)))) {
gotoAndStop (2);
gotoAndPlay ("fadeout");
broken = 1;
}
}
} else if (_currentframe <= 42) {
trace("block gluk");
gotoAndPlay (43);
}
}
Instance of Symbol 99 MovieClip in Symbol 252 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
if (this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true))) && (this.hitTest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true)))) {
gotoAndStop (2);
gotoAndPlay ("fadeout");
broken = 1;
}
}
} else if (_currentframe <= 42) {
trace("block gluk");
gotoAndPlay (43);
}
}
Instance of Symbol 99 MovieClip in Symbol 252 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true))) && (this.hitTest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true)))) {
stop();
gotoAndPlay (50);
broken = 1;
_root.bx = _x;
_root.by = _y - (_height / 2);
if (!_parent._parent.CreateBonus(bonus_type, _root.bx, _root.by)) {
_parent.CreateBonus(bonus_type, _root.bx, _root.by);
}
}
} else if (_currentframe < 50) {
stop();
gotoAndStop (2);
gotoAndPlay (50);
}
}
onClipEvent (load) {
var bonus_type = "l";
}
Instance of Symbol 99 MovieClip in Symbol 252 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
if (this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true))) && (this.hitTest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true)))) {
gotoAndStop (2);
gotoAndPlay ("fadeout");
broken = 1;
}
}
} else if (_currentframe <= 42) {
trace("block gluk");
gotoAndPlay (43);
}
}
Instance of Symbol 99 MovieClip in Symbol 252 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
if (this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true))) && (this.hitTest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true)))) {
gotoAndStop (2);
gotoAndPlay ("fadeout");
broken = 1;
}
}
} else if (_currentframe <= 42) {
trace("block gluk");
gotoAndPlay (43);
}
}
Instance of Symbol 99 MovieClip in Symbol 252 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
if (this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true))) && (this.hitTest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true)))) {
gotoAndStop (2);
gotoAndPlay ("fadeout");
broken = 1;
}
}
} else if (_currentframe <= 42) {
trace("block gluk");
gotoAndPlay (43);
}
}
Instance of Symbol 102 MovieClip in Symbol 252 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
_root.mc_giana._y++;
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
}
_root.mc_giana._y--;
}
}
Instance of Symbol 102 MovieClip in Symbol 252 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
_root.mc_giana._y++;
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
}
_root.mc_giana._y--;
}
}
Instance of Symbol 102 MovieClip in Symbol 252 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
_root.mc_giana._y++;
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
}
_root.mc_giana._y--;
}
}
Instance of Symbol 102 MovieClip in Symbol 252 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
_root.mc_giana._y++;
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
}
_root.mc_giana._y--;
}
}
Instance of Symbol 102 MovieClip in Symbol 252 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
_root.mc_giana._y++;
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
}
_root.mc_giana._y--;
}
}
Instance of Symbol 102 MovieClip in Symbol 252 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
_root.mc_giana._y++;
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
}
_root.mc_giana._y--;
}
}
Instance of Symbol 102 MovieClip in Symbol 252 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
_root.mc_giana._y++;
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
}
_root.mc_giana._y--;
}
}
Instance of Symbol 102 MovieClip in Symbol 252 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
_root.mc_giana._y++;
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
}
_root.mc_giana._y--;
}
}
Instance of Symbol 102 MovieClip in Symbol 252 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
_root.mc_giana._y++;
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
}
_root.mc_giana._y--;
}
}
Instance of Symbol 102 MovieClip in Symbol 252 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
_root.mc_giana._y++;
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
}
_root.mc_giana._y--;
}
}
Instance of Symbol 102 MovieClip in Symbol 252 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
_root.mc_giana._y++;
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
}
_root.mc_giana._y--;
}
}
Instance of Symbol 102 MovieClip in Symbol 252 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
_root.mc_giana._y++;
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
}
_root.mc_giana._y--;
}
}
Instance of Symbol 102 MovieClip in Symbol 252 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
_root.mc_giana._y++;
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
}
_root.mc_giana._y--;
}
}
Instance of Symbol 102 MovieClip in Symbol 252 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
_root.mc_giana._y++;
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
}
_root.mc_giana._y--;
}
}
Instance of Symbol 102 MovieClip in Symbol 252 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
_root.mc_giana._y++;
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
}
_root.mc_giana._y--;
}
}
Instance of Symbol 102 MovieClip in Symbol 252 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
_root.mc_giana._y++;
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
}
_root.mc_giana._y--;
}
}
Instance of Symbol 102 MovieClip in Symbol 252 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
_root.mc_giana._y++;
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
}
_root.mc_giana._y--;
}
}
Instance of Symbol 102 MovieClip in Symbol 252 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
_root.mc_giana._y++;
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
}
_root.mc_giana._y--;
}
}
Instance of Symbol 102 MovieClip in Symbol 252 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
_root.mc_giana._y++;
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
}
_root.mc_giana._y--;
}
}
Instance of Symbol 102 MovieClip in Symbol 252 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
_root.mc_giana._y++;
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
}
_root.mc_giana._y--;
}
}
Instance of Symbol 102 MovieClip in Symbol 252 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
_root.mc_giana._y++;
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
}
_root.mc_giana._y--;
}
}
Instance of Symbol 102 MovieClip in Symbol 252 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
_root.mc_giana._y++;
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
}
_root.mc_giana._y--;
}
}
Instance of Symbol 99 MovieClip in Symbol 252 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true))) && (this.hitTest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true)))) {
stop();
gotoAndPlay (50);
broken = 1;
_root.bx = _x;
_root.by = _y - (_height / 2);
if (!_parent._parent.CreateBonus(bonus_type, _root.bx, _root.by)) {
_parent.CreateBonus(bonus_type, _root.bx, _root.by);
}
}
} else if (_currentframe < 50) {
stop();
gotoAndStop (2);
gotoAndPlay (50);
}
}
onClipEvent (load) {
var bonus_type = "gm";
}
Symbol 259 MovieClip Frame 19
gotoAndPlay (1);
Symbol 259 MovieClip Frame 22
dead = 1;
_root.points = _root.points + 200;
Symbol 259 MovieClip Frame 48
stop();
_visible = false;
Symbol 260 MovieClip Frame 1
function CreateBonus(in_type, in_x, in_y) {
trace("Create bonus: " + in_type);
if ((((in_type == "gm") || (in_type == "bm")) || (in_type == "l")) || (in_type == "ll")) {
DEPTH++;
var _local2;
if (in_type == "gm") {
_local2 = mc_bonus_gm_instance.duplicateMovieClip("mc_bonus_gm_" + DEPTH, DEPTH);
}
if (in_type == "bm") {
_local2 = mc_bonus_bm_instance.duplicateMovieClip("mc_bonus_bm_" + DEPTH, DEPTH);
}
if (in_type == "l") {
_local2 = mc_bonus_l_instance.duplicateMovieClip("mc_bonus_l_" + DEPTH, DEPTH);
}
if (in_type == "ll") {
_local2 = mc_bonus_ll_instance.duplicateMovieClip("mc_bonus_ll_" + DEPTH, DEPTH);
}
_local2._x = in_x;
_local2._y = in_y;
_local2._visible = false;
trace(_local2);
return(true);
}
return(false);
}
function CreateFire(in_type, in_x, in_y) {
var _local2 = false;
var _local3 = getTimer() - last_time_shot;
if ((in_type == 1) && (_local3 > 1000)) {
_local2 = true;
}
if ((in_type == 2) && (_local3 > 500)) {
_local2 = true;
}
if (_local2) {
last_time_shot = getTimer();
DEPTH++;
var _local1 = mc_fire_instance.duplicateMovieClip("mc_fire_bm_" + DEPTH, DEPTH);
_local1._x = in_x;
_local1._y = in_y - 20;
_local1._visible = true;
_local1.gotoAndStop(in_type);
}
return(true);
}
function AddMonster(i_this) {
arr_Monsters.push(i_this);
}
var DEPTH = 1000;
var arr_Monsters = new Array();
var last_time_shot = 0;
Instance of Symbol 247 MovieClip "mc_finish" in Symbol 260 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!_root.b_PAUSE) {
if (this.hitTest(_root.mc_giana) && (!_root.b_FINISH)) {
_root.b_FINISH = true;
_root.tm_finish = setInterval(_root.LEVEL_COMPLETE, 333);
}
}
}
Instance of Symbol 116 MovieClip in Symbol 260 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop ("fired");
this._FireFrame = _currentframe;
gotoAndPlay (1);
trace(this._FireFrame);
}
onClipEvent (enterFrame) {
if (!_root.b_PAUSE) {
if (this._Frame != undefined) {
if ((this._Frame == "Fire") && (_currentframe < this._FireFrame)) {
trace("GLUK F!!");
gotoAndStop (2);
gotoAndPlay(this._FireFrame + 1);
} else if (_currentframe < this._Frame) {
trace("GLUK!!");
gotoAndStop (2);
gotoAndPlay(this._Frame + 1);
}
}
if (dead == 0) {
this.fr = 0;
if (fired == 1) {
go = 0;
dead = 1;
this._Frame = "Fire";
gotoAndStop (2);
gotoAndPlay ("fired");
} else {
if ((top.hitTest(_root.mc_giana) && (go == 1)) && (_root.ymove > 0)) {
go = 0;
_root.ymove = -5;
_root.mh = 0;
this._Frame = 20;
gotoAndStop (2);
gotoAndPlay (20);
}
if ((go == 0) && (_currentframe < 20)) {
this._Frame = 20;
gotoAndStop (2);
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
this._Frame = 21;
gotoAndStop (2);
gotoAndPlay (21);
}
if (((body.hitTest(_root.mc_giana) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
_root.mh = 1;
_root.fire_type = 0;
}
}
} else if ((++this.fr) > 60) {
_visible = false;
gotoAndStop ("end");
}
}
}
onClipEvent (enterFrame) {
if (_name.indexOf("instance") <= 0) {
if (!_root.b_PAUSE) {
yy = _y + _parent._y;
xx = _x + _parent._x;
if (this.acc == undefined) {
this.acc = 0;
}
if ((((yy > 0) && (yy < 600)) && (xx > -50)) && (xx < 600)) {
if (_parent.mc_phys.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.mc_phys.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.mc_phys.hitTest(xx, yy, true) == 0) {
if ((_parent.mc_phys.hitTest(xx + (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0)) || (_parent.mc_phys.hitTest(xx - (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0))) {
this.acc = 0;
} else if (go == 1) {
this.acc = this.acc + 0.75;
_y = (_y + this.acc);
} else {
this.acc = 0;
}
} else {
this.acc = 0;
}
if (go == 1) {
_x = (_x + xmove);
}
while ((_parent.mc_phys.hitTest(xx, yy, true) && (_parent.mc_phys.hitTest(xx, yy - 1, true))) && (go == 1)) {
_y = (_y - 1);
yy = _y + _parent._y;
xx = _x + _parent._x;
}
}
}
}
}
onClipEvent (load) {
_parent.AddMonster(this);
go = 1;
dead = 0;
xmove = -2;
}
Instance of Symbol 116 MovieClip in Symbol 260 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop ("fired");
this._FireFrame = _currentframe;
gotoAndPlay (1);
trace(this._FireFrame);
}
onClipEvent (enterFrame) {
if (!_root.b_PAUSE) {
if (this._Frame != undefined) {
if ((this._Frame == "Fire") && (_currentframe < this._FireFrame)) {
trace("GLUK F!!");
gotoAndStop (2);
gotoAndPlay(this._FireFrame + 1);
} else if (_currentframe < this._Frame) {
trace("GLUK!!");
gotoAndStop (2);
gotoAndPlay(this._Frame + 1);
}
}
if (dead == 0) {
this.fr = 0;
if (fired == 1) {
go = 0;
dead = 1;
this._Frame = "Fire";
gotoAndStop (2);
gotoAndPlay ("fired");
} else {
if ((top.hitTest(_root.mc_giana) && (go == 1)) && (_root.ymove > 0)) {
go = 0;
_root.ymove = -5;
_root.mh = 0;
this._Frame = 20;
gotoAndStop (2);
gotoAndPlay (20);
}
if ((go == 0) && (_currentframe < 20)) {
this._Frame = 20;
gotoAndStop (2);
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
this._Frame = 21;
gotoAndStop (2);
gotoAndPlay (21);
}
if (((body.hitTest(_root.mc_giana) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
_root.mh = 1;
_root.fire_type = 0;
}
}
} else if ((++this.fr) > 60) {
_visible = false;
gotoAndStop ("end");
}
}
}
onClipEvent (enterFrame) {
if (_name.indexOf("instance") <= 0) {
if (!_root.b_PAUSE) {
yy = _y + _parent._y;
xx = _x + _parent._x;
if (this.acc == undefined) {
this.acc = 0;
}
if ((((yy > 0) && (yy < 600)) && (xx > -50)) && (xx < 600)) {
if (_parent.mc_phys.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.mc_phys.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.mc_phys.hitTest(xx, yy, true) == 0) {
if ((_parent.mc_phys.hitTest(xx + (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0)) || (_parent.mc_phys.hitTest(xx - (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0))) {
this.acc = 0;
} else if (go == 1) {
this.acc = this.acc + 0.75;
_y = (_y + this.acc);
} else {
this.acc = 0;
}
} else {
this.acc = 0;
}
if (go == 1) {
_x = (_x + xmove);
}
while ((_parent.mc_phys.hitTest(xx, yy, true) && (_parent.mc_phys.hitTest(xx, yy - 1, true))) && (go == 1)) {
_y = (_y - 1);
yy = _y + _parent._y;
xx = _x + _parent._x;
}
}
}
}
}
onClipEvent (load) {
_parent.AddMonster(this);
go = 1;
dead = 0;
xmove = -2;
}
Instance of Symbol 116 MovieClip in Symbol 260 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop ("fired");
this._FireFrame = _currentframe;
gotoAndPlay (1);
trace(this._FireFrame);
}
onClipEvent (enterFrame) {
if (!_root.b_PAUSE) {
if (this._Frame != undefined) {
if ((this._Frame == "Fire") && (_currentframe < this._FireFrame)) {
trace("GLUK F!!");
gotoAndStop (2);
gotoAndPlay(this._FireFrame + 1);
} else if (_currentframe < this._Frame) {
trace("GLUK!!");
gotoAndStop (2);
gotoAndPlay(this._Frame + 1);
}
}
if (dead == 0) {
this.fr = 0;
if (fired == 1) {
go = 0;
dead = 1;
this._Frame = "Fire";
gotoAndStop (2);
gotoAndPlay ("fired");
} else {
if ((top.hitTest(_root.mc_giana) && (go == 1)) && (_root.ymove > 0)) {
go = 0;
_root.ymove = -5;
_root.mh = 0;
this._Frame = 20;
gotoAndStop (2);
gotoAndPlay (20);
}
if ((go == 0) && (_currentframe < 20)) {
this._Frame = 20;
gotoAndStop (2);
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
this._Frame = 21;
gotoAndStop (2);
gotoAndPlay (21);
}
if (((body.hitTest(_root.mc_giana) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
_root.mh = 1;
_root.fire_type = 0;
}
}
} else if ((++this.fr) > 60) {
_visible = false;
gotoAndStop ("end");
}
}
}
onClipEvent (enterFrame) {
if (_name.indexOf("instance") <= 0) {
if (!_root.b_PAUSE) {
yy = _y + _parent._y;
xx = _x + _parent._x;
if (this.acc == undefined) {
this.acc = 0;
}
if ((((yy > 0) && (yy < 600)) && (xx > -50)) && (xx < 600)) {
if (_parent.mc_phys.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.mc_phys.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.mc_phys.hitTest(xx, yy, true) == 0) {
if ((_parent.mc_phys.hitTest(xx + (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0)) || (_parent.mc_phys.hitTest(xx - (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0))) {
this.acc = 0;
} else if (go == 1) {
this.acc = this.acc + 0.75;
_y = (_y + this.acc);
} else {
this.acc = 0;
}
} else {
this.acc = 0;
}
if (go == 1) {
_x = (_x + xmove);
}
while ((_parent.mc_phys.hitTest(xx, yy, true) && (_parent.mc_phys.hitTest(xx, yy - 1, true))) && (go == 1)) {
_y = (_y - 1);
yy = _y + _parent._y;
xx = _x + _parent._x;
}
}
}
}
}
onClipEvent (load) {
_parent.AddMonster(this);
go = 1;
dead = 0;
xmove = -2;
}
Instance of Symbol 116 MovieClip in Symbol 260 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop ("fired");
this._FireFrame = _currentframe;
gotoAndPlay (1);
trace(this._FireFrame);
}
onClipEvent (enterFrame) {
if (!_root.b_PAUSE) {
if (this._Frame != undefined) {
if ((this._Frame == "Fire") && (_currentframe < this._FireFrame)) {
trace("GLUK F!!");
gotoAndStop (2);
gotoAndPlay(this._FireFrame + 1);
} else if (_currentframe < this._Frame) {
trace("GLUK!!");
gotoAndStop (2);
gotoAndPlay(this._Frame + 1);
}
}
if (dead == 0) {
this.fr = 0;
if (fired == 1) {
go = 0;
dead = 1;
this._Frame = "Fire";
gotoAndStop (2);
gotoAndPlay ("fired");
} else {
if ((top.hitTest(_root.mc_giana) && (go == 1)) && (_root.ymove > 0)) {
go = 0;
_root.ymove = -5;
_root.mh = 0;
this._Frame = 20;
gotoAndStop (2);
gotoAndPlay (20);
}
if ((go == 0) && (_currentframe < 20)) {
this._Frame = 20;
gotoAndStop (2);
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
this._Frame = 21;
gotoAndStop (2);
gotoAndPlay (21);
}
if (((body.hitTest(_root.mc_giana) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
_root.mh = 1;
_root.fire_type = 0;
}
}
} else if ((++this.fr) > 60) {
_visible = false;
gotoAndStop ("end");
}
}
}
onClipEvent (enterFrame) {
if (_name.indexOf("instance") <= 0) {
if (!_root.b_PAUSE) {
yy = _y + _parent._y;
xx = _x + _parent._x;
if (this.acc == undefined) {
this.acc = 0;
}
if ((((yy > 0) && (yy < 600)) && (xx > -50)) && (xx < 600)) {
if (_parent.mc_phys.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.mc_phys.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.mc_phys.hitTest(xx, yy, true) == 0) {
if ((_parent.mc_phys.hitTest(xx + (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0)) || (_parent.mc_phys.hitTest(xx - (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0))) {
this.acc = 0;
} else if (go == 1) {
this.acc = this.acc + 0.75;
_y = (_y + this.acc);
} else {
this.acc = 0;
}
} else {
this.acc = 0;
}
if (go == 1) {
_x = (_x + xmove);
}
while ((_parent.mc_phys.hitTest(xx, yy, true) && (_parent.mc_phys.hitTest(xx, yy - 1, true))) && (go == 1)) {
_y = (_y - 1);
yy = _y + _parent._y;
xx = _x + _parent._x;
}
}
}
}
}
onClipEvent (load) {
_parent.AddMonster(this);
go = 1;
dead = 0;
xmove = -2;
}
Instance of Symbol 116 MovieClip in Symbol 260 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop ("fired");
this._FireFrame = _currentframe;
gotoAndPlay (1);
trace(this._FireFrame);
}
onClipEvent (enterFrame) {
if (!_root.b_PAUSE) {
if (this._Frame != undefined) {
if ((this._Frame == "Fire") && (_currentframe < this._FireFrame)) {
trace("GLUK F!!");
gotoAndStop (2);
gotoAndPlay(this._FireFrame + 1);
} else if (_currentframe < this._Frame) {
trace("GLUK!!");
gotoAndStop (2);
gotoAndPlay(this._Frame + 1);
}
}
if (dead == 0) {
this.fr = 0;
if (fired == 1) {
go = 0;
dead = 1;
this._Frame = "Fire";
gotoAndStop (2);
gotoAndPlay ("fired");
} else {
if ((top.hitTest(_root.mc_giana) && (go == 1)) && (_root.ymove > 0)) {
go = 0;
_root.ymove = -5;
_root.mh = 0;
this._Frame = 20;
gotoAndStop (2);
gotoAndPlay (20);
}
if ((go == 0) && (_currentframe < 20)) {
this._Frame = 20;
gotoAndStop (2);
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
this._Frame = 21;
gotoAndStop (2);
gotoAndPlay (21);
}
if (((body.hitTest(_root.mc_giana) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
_root.mh = 1;
_root.fire_type = 0;
}
}
} else if ((++this.fr) > 60) {
_visible = false;
gotoAndStop ("end");
}
}
}
onClipEvent (enterFrame) {
if (_name.indexOf("instance") <= 0) {
if (!_root.b_PAUSE) {
yy = _y + _parent._y;
xx = _x + _parent._x;
if (this.acc == undefined) {
this.acc = 0;
}
if ((((yy > 0) && (yy < 600)) && (xx > -50)) && (xx < 600)) {
if (_parent.mc_phys.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.mc_phys.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.mc_phys.hitTest(xx, yy, true) == 0) {
if ((_parent.mc_phys.hitTest(xx + (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0)) || (_parent.mc_phys.hitTest(xx - (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0))) {
this.acc = 0;
} else if (go == 1) {
this.acc = this.acc + 0.75;
_y = (_y + this.acc);
} else {
this.acc = 0;
}
} else {
this.acc = 0;
}
if (go == 1) {
_x = (_x + xmove);
}
while ((_parent.mc_phys.hitTest(xx, yy, true) && (_parent.mc_phys.hitTest(xx, yy - 1, true))) && (go == 1)) {
_y = (_y - 1);
yy = _y + _parent._y;
xx = _x + _parent._x;
}
}
}
}
}
onClipEvent (load) {
_parent.AddMonster(this);
go = 1;
dead = 0;
xmove = -2;
}
Instance of Symbol 259 MovieClip in Symbol 260 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop ("fired");
this._FireFrame = _currentframe;
gotoAndPlay (1);
trace(this._FireFrame);
}
onClipEvent (enterFrame) {
if (!_root.b_PAUSE) {
if (this._Frame != undefined) {
if ((this._Frame == "Fire") && (_currentframe < this._FireFrame)) {
trace("GLUK F!!");
gotoAndStop (2);
gotoAndPlay(this._FireFrame + 1);
} else if (_currentframe < this._Frame) {
trace("GLUK!!");
gotoAndStop (2);
gotoAndPlay(this._Frame + 1);
}
}
if (dead == 0) {
this.fr = 0;
if (fired == 1) {
go = 0;
dead = 1;
this._Frame = "Fire";
gotoAndStop (2);
gotoAndPlay ("fired");
} else {
if ((top.hitTest(_root.mc_giana) && (go == 1)) && (_root.ymove > 0)) {
go = 0;
_root.ymove = -5;
_root.mh = 0;
this._Frame = 20;
gotoAndStop (2);
gotoAndPlay (20);
}
if ((go == 0) && (_currentframe < 20)) {
this._Frame = 20;
gotoAndStop (2);
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
this._Frame = 21;
gotoAndStop (2);
gotoAndPlay (21);
}
if (((body.hitTest(_root.mc_giana) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
_root.mh = 1;
_root.fire_type = 0;
}
}
} else if ((++this.fr) > 60) {
_visible = false;
gotoAndStop ("end");
}
}
}
onClipEvent (enterFrame) {
if (!_root.b_PAUSE) {
xx = _x + _parent._x;
yy = _y + _parent._y;
if ((((yy > 0) && (yy < 600)) && (xx > -50)) && (xx < 600)) {
_x = (_x + (3 * xmove));
_y = (_y + (3 * ymove));
}
}
}
onClipEvent (load) {
_parent.AddMonster(this);
go = 1;
dead = 0;
xmove = -2;
ymove = 0;
}
Instance of Symbol 259 MovieClip in Symbol 260 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop ("fired");
this._FireFrame = _currentframe;
gotoAndPlay (1);
trace(this._FireFrame);
}
onClipEvent (enterFrame) {
if (!_root.b_PAUSE) {
if (this._Frame != undefined) {
if ((this._Frame == "Fire") && (_currentframe < this._FireFrame)) {
trace("GLUK F!!");
gotoAndStop (2);
gotoAndPlay(this._FireFrame + 1);
} else if (_currentframe < this._Frame) {
trace("GLUK!!");
gotoAndStop (2);
gotoAndPlay(this._Frame + 1);
}
}
if (dead == 0) {
this.fr = 0;
if (fired == 1) {
go = 0;
dead = 1;
this._Frame = "Fire";
gotoAndStop (2);
gotoAndPlay ("fired");
} else {
if ((top.hitTest(_root.mc_giana) && (go == 1)) && (_root.ymove > 0)) {
go = 0;
_root.ymove = -5;
_root.mh = 0;
this._Frame = 20;
gotoAndStop (2);
gotoAndPlay (20);
}
if ((go == 0) && (_currentframe < 20)) {
this._Frame = 20;
gotoAndStop (2);
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
this._Frame = 21;
gotoAndStop (2);
gotoAndPlay (21);
}
if (((body.hitTest(_root.mc_giana) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
_root.mh = 1;
_root.fire_type = 0;
}
}
} else if ((++this.fr) > 60) {
_visible = false;
gotoAndStop ("end");
}
}
}
onClipEvent (enterFrame) {
if (!_root.b_PAUSE) {
xx = _x + _parent._x;
yy = _y + _parent._y;
if ((((yy > 0) && (yy < 600)) && (xx > -50)) && (xx < 600)) {
_x = (_x + (3 * xmove));
_y = (_y + (3 * ymove));
}
}
}
onClipEvent (load) {
_parent.AddMonster(this);
go = 1;
dead = 0;
xmove = -2;
ymove = 0;
}
Instance of Symbol 259 MovieClip in Symbol 260 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop ("fired");
this._FireFrame = _currentframe;
gotoAndPlay (1);
trace(this._FireFrame);
}
onClipEvent (enterFrame) {
if (!_root.b_PAUSE) {
if (this._Frame != undefined) {
if ((this._Frame == "Fire") && (_currentframe < this._FireFrame)) {
trace("GLUK F!!");
gotoAndStop (2);
gotoAndPlay(this._FireFrame + 1);
} else if (_currentframe < this._Frame) {
trace("GLUK!!");
gotoAndStop (2);
gotoAndPlay(this._Frame + 1);
}
}
if (dead == 0) {
this.fr = 0;
if (fired == 1) {
go = 0;
dead = 1;
this._Frame = "Fire";
gotoAndStop (2);
gotoAndPlay ("fired");
} else {
if ((top.hitTest(_root.mc_giana) && (go == 1)) && (_root.ymove > 0)) {
go = 0;
_root.ymove = -5;
_root.mh = 0;
this._Frame = 20;
gotoAndStop (2);
gotoAndPlay (20);
}
if ((go == 0) && (_currentframe < 20)) {
this._Frame = 20;
gotoAndStop (2);
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
this._Frame = 21;
gotoAndStop (2);
gotoAndPlay (21);
}
if (((body.hitTest(_root.mc_giana) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
_root.mh = 1;
_root.fire_type = 0;
}
}
} else if ((++this.fr) > 60) {
_visible = false;
gotoAndStop ("end");
}
}
}
onClipEvent (enterFrame) {
if (!_root.b_PAUSE) {
xx = _x + _parent._x;
yy = _y + _parent._y;
if ((((yy > 0) && (yy < 600)) && (xx > -50)) && (xx < 600)) {
_x = (_x + (3 * xmove));
_y = (_y + (3 * ymove));
}
}
}
onClipEvent (load) {
_parent.AddMonster(this);
go = 1;
dead = 0;
xmove = -2;
ymove = 0;
}
Instance of Symbol 259 MovieClip in Symbol 260 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop ("fired");
this._FireFrame = _currentframe;
gotoAndPlay (1);
trace(this._FireFrame);
}
onClipEvent (enterFrame) {
if (!_root.b_PAUSE) {
if (this._Frame != undefined) {
if ((this._Frame == "Fire") && (_currentframe < this._FireFrame)) {
trace("GLUK F!!");
gotoAndStop (2);
gotoAndPlay(this._FireFrame + 1);
} else if (_currentframe < this._Frame) {
trace("GLUK!!");
gotoAndStop (2);
gotoAndPlay(this._Frame + 1);
}
}
if (dead == 0) {
this.fr = 0;
if (fired == 1) {
go = 0;
dead = 1;
this._Frame = "Fire";
gotoAndStop (2);
gotoAndPlay ("fired");
} else {
if ((top.hitTest(_root.mc_giana) && (go == 1)) && (_root.ymove > 0)) {
go = 0;
_root.ymove = -5;
_root.mh = 0;
this._Frame = 20;
gotoAndStop (2);
gotoAndPlay (20);
}
if ((go == 0) && (_currentframe < 20)) {
this._Frame = 20;
gotoAndStop (2);
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
this._Frame = 21;
gotoAndStop (2);
gotoAndPlay (21);
}
if (((body.hitTest(_root.mc_giana) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
_root.mh = 1;
_root.fire_type = 0;
}
}
} else if ((++this.fr) > 60) {
_visible = false;
gotoAndStop ("end");
}
}
}
onClipEvent (enterFrame) {
if (!_root.b_PAUSE) {
xx = _x + _parent._x;
yy = _y + _parent._y;
if ((((yy > 0) && (yy < 600)) && (xx > -50)) && (xx < 600)) {
_x = (_x + (3 * xmove));
_y = (_y + (3 * ymove));
}
}
}
onClipEvent (load) {
_parent.AddMonster(this);
go = 1;
dead = 0;
xmove = -2;
ymove = 0;
}
Instance of Symbol 259 MovieClip in Symbol 260 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop ("fired");
this._FireFrame = _currentframe;
gotoAndPlay (1);
trace(this._FireFrame);
}
onClipEvent (enterFrame) {
if (!_root.b_PAUSE) {
if (this._Frame != undefined) {
if ((this._Frame == "Fire") && (_currentframe < this._FireFrame)) {
trace("GLUK F!!");
gotoAndStop (2);
gotoAndPlay(this._FireFrame + 1);
} else if (_currentframe < this._Frame) {
trace("GLUK!!");
gotoAndStop (2);
gotoAndPlay(this._Frame + 1);
}
}
if (dead == 0) {
this.fr = 0;
if (fired == 1) {
go = 0;
dead = 1;
this._Frame = "Fire";
gotoAndStop (2);
gotoAndPlay ("fired");
} else {
if ((top.hitTest(_root.mc_giana) && (go == 1)) && (_root.ymove > 0)) {
go = 0;
_root.ymove = -5;
_root.mh = 0;
this._Frame = 20;
gotoAndStop (2);
gotoAndPlay (20);
}
if ((go == 0) && (_currentframe < 20)) {
this._Frame = 20;
gotoAndStop (2);
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
this._Frame = 21;
gotoAndStop (2);
gotoAndPlay (21);
}
if (((body.hitTest(_root.mc_giana) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
_root.mh = 1;
_root.fire_type = 0;
}
}
} else if ((++this.fr) > 60) {
_visible = false;
gotoAndStop ("end");
}
}
}
onClipEvent (enterFrame) {
if (!_root.b_PAUSE) {
xx = _x + _parent._x;
yy = _y + _parent._y;
if ((((yy > 0) && (yy < 600)) && (xx > -50)) && (xx < 600)) {
_x = (_x + (3 * xmove));
_y = (_y + (3 * ymove));
}
}
}
onClipEvent (load) {
_parent.AddMonster(this);
go = 1;
dead = 0;
xmove = -2;
ymove = 0;
}
Instance of Symbol 259 MovieClip in Symbol 260 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop ("fired");
this._FireFrame = _currentframe;
gotoAndPlay (1);
trace(this._FireFrame);
}
onClipEvent (enterFrame) {
if (!_root.b_PAUSE) {
if (this._Frame != undefined) {
if ((this._Frame == "Fire") && (_currentframe < this._FireFrame)) {
trace("GLUK F!!");
gotoAndStop (2);
gotoAndPlay(this._FireFrame + 1);
} else if (_currentframe < this._Frame) {
trace("GLUK!!");
gotoAndStop (2);
gotoAndPlay(this._Frame + 1);
}
}
if (dead == 0) {
this.fr = 0;
if (fired == 1) {
go = 0;
dead = 1;
this._Frame = "Fire";
gotoAndStop (2);
gotoAndPlay ("fired");
} else {
if ((top.hitTest(_root.mc_giana) && (go == 1)) && (_root.ymove > 0)) {
go = 0;
_root.ymove = -5;
_root.mh = 0;
this._Frame = 20;
gotoAndStop (2);
gotoAndPlay (20);
}
if ((go == 0) && (_currentframe < 20)) {
this._Frame = 20;
gotoAndStop (2);
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
this._Frame = 21;
gotoAndStop (2);
gotoAndPlay (21);
}
if (((body.hitTest(_root.mc_giana) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
_root.mh = 1;
_root.fire_type = 0;
}
}
} else if ((++this.fr) > 60) {
_visible = false;
gotoAndStop ("end");
}
}
}
onClipEvent (enterFrame) {
if (!_root.b_PAUSE) {
xx = _x + _parent._x;
yy = _y + _parent._y;
if ((((yy > 0) && (yy < 600)) && (xx > -50)) && (xx < 600)) {
_x = (_x + (3 * xmove));
_y = (_y + (3 * ymove));
}
}
}
onClipEvent (load) {
_parent.AddMonster(this);
go = 1;
dead = 0;
xmove = -2;
ymove = 0;
}
Instance of Symbol 259 MovieClip in Symbol 260 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop ("fired");
this._FireFrame = _currentframe;
gotoAndPlay (1);
trace(this._FireFrame);
}
onClipEvent (enterFrame) {
if (!_root.b_PAUSE) {
if (this._Frame != undefined) {
if ((this._Frame == "Fire") && (_currentframe < this._FireFrame)) {
trace("GLUK F!!");
gotoAndStop (2);
gotoAndPlay(this._FireFrame + 1);
} else if (_currentframe < this._Frame) {
trace("GLUK!!");
gotoAndStop (2);
gotoAndPlay(this._Frame + 1);
}
}
if (dead == 0) {
this.fr = 0;
if (fired == 1) {
go = 0;
dead = 1;
this._Frame = "Fire";
gotoAndStop (2);
gotoAndPlay ("fired");
} else {
if ((top.hitTest(_root.mc_giana) && (go == 1)) && (_root.ymove > 0)) {
go = 0;
_root.ymove = -5;
_root.mh = 0;
this._Frame = 20;
gotoAndStop (2);
gotoAndPlay (20);
}
if ((go == 0) && (_currentframe < 20)) {
this._Frame = 20;
gotoAndStop (2);
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
this._Frame = 21;
gotoAndStop (2);
gotoAndPlay (21);
}
if (((body.hitTest(_root.mc_giana) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
_root.mh = 1;
_root.fire_type = 0;
}
}
} else if ((++this.fr) > 60) {
_visible = false;
gotoAndStop ("end");
}
}
}
onClipEvent (enterFrame) {
if (!_root.b_PAUSE) {
xx = _x + _parent._x;
yy = _y + _parent._y;
if ((((yy > 0) && (yy < 600)) && (xx > -50)) && (xx < 600)) {
_x = (_x + (3 * xmove));
_y = (_y + (3 * ymove));
}
}
}
onClipEvent (load) {
_parent.AddMonster(this);
go = 1;
dead = 0;
xmove = -2;
ymove = 0;
}
Instance of Symbol 259 MovieClip in Symbol 260 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop ("fired");
this._FireFrame = _currentframe;
gotoAndPlay (1);
trace(this._FireFrame);
}
onClipEvent (enterFrame) {
if (!_root.b_PAUSE) {
if (this._Frame != undefined) {
if ((this._Frame == "Fire") && (_currentframe < this._FireFrame)) {
trace("GLUK F!!");
gotoAndStop (2);
gotoAndPlay(this._FireFrame + 1);
} else if (_currentframe < this._Frame) {
trace("GLUK!!");
gotoAndStop (2);
gotoAndPlay(this._Frame + 1);
}
}
if (dead == 0) {
this.fr = 0;
if (fired == 1) {
go = 0;
dead = 1;
this._Frame = "Fire";
gotoAndStop (2);
gotoAndPlay ("fired");
} else {
if ((top.hitTest(_root.mc_giana) && (go == 1)) && (_root.ymove > 0)) {
go = 0;
_root.ymove = -5;
_root.mh = 0;
this._Frame = 20;
gotoAndStop (2);
gotoAndPlay (20);
}
if ((go == 0) && (_currentframe < 20)) {
this._Frame = 20;
gotoAndStop (2);
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
this._Frame = 21;
gotoAndStop (2);
gotoAndPlay (21);
}
if (((body.hitTest(_root.mc_giana) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
_root.mh = 1;
_root.fire_type = 0;
}
}
} else if ((++this.fr) > 60) {
_visible = false;
gotoAndStop ("end");
}
}
}
onClipEvent (enterFrame) {
if (!_root.b_PAUSE) {
xx = _x + _parent._x;
yy = _y + _parent._y;
if ((((yy > 0) && (yy < 600)) && (xx > -50)) && (xx < 600)) {
_x = (_x + (3 * xmove));
_y = (_y + (3 * ymove));
}
}
}
onClipEvent (load) {
_parent.AddMonster(this);
go = 1;
dead = 0;
xmove = -2;
ymove = 0;
}
Instance of Symbol 259 MovieClip in Symbol 260 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop ("fired");
this._FireFrame = _currentframe;
gotoAndPlay (1);
trace(this._FireFrame);
}
onClipEvent (enterFrame) {
if (!_root.b_PAUSE) {
if (this._Frame != undefined) {
if ((this._Frame == "Fire") && (_currentframe < this._FireFrame)) {
trace("GLUK F!!");
gotoAndStop (2);
gotoAndPlay(this._FireFrame + 1);
} else if (_currentframe < this._Frame) {
trace("GLUK!!");
gotoAndStop (2);
gotoAndPlay(this._Frame + 1);
}
}
if (dead == 0) {
this.fr = 0;
if (fired == 1) {
go = 0;
dead = 1;
this._Frame = "Fire";
gotoAndStop (2);
gotoAndPlay ("fired");
} else {
if ((top.hitTest(_root.mc_giana) && (go == 1)) && (_root.ymove > 0)) {
go = 0;
_root.ymove = -5;
_root.mh = 0;
this._Frame = 20;
gotoAndStop (2);
gotoAndPlay (20);
}
if ((go == 0) && (_currentframe < 20)) {
this._Frame = 20;
gotoAndStop (2);
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
this._Frame = 21;
gotoAndStop (2);
gotoAndPlay (21);
}
if (((body.hitTest(_root.mc_giana) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
_root.mh = 1;
_root.fire_type = 0;
}
}
} else if ((++this.fr) > 60) {
_visible = false;
gotoAndStop ("end");
}
}
}
onClipEvent (enterFrame) {
if (!_root.b_PAUSE) {
xx = _x + _parent._x;
yy = _y + _parent._y;
if ((((yy > 0) && (yy < 600)) && (xx > -50)) && (xx < 600)) {
_x = (_x + (3 * xmove));
_y = (_y + (3 * ymove));
}
}
}
onClipEvent (load) {
_parent.AddMonster(this);
go = 1;
dead = 0;
xmove = -2;
ymove = 0;
}
Instance of Symbol 119 MovieClip in Symbol 260 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 260 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 260 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 260 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 260 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 260 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 260 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 260 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 260 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 260 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 260 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 260 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 260 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 260 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 260 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 230 MovieClip in Symbol 260 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop ("fired");
this._FireFrame = _currentframe;
gotoAndPlay (1);
trace(this._FireFrame);
}
onClipEvent (enterFrame) {
if (!_root.b_PAUSE) {
if (this._Frame != undefined) {
if ((this._Frame == "Fire") && (_currentframe < this._FireFrame)) {
trace("GLUK F!!");
gotoAndStop (2);
gotoAndPlay(this._FireFrame + 1);
} else if (_currentframe < this._Frame) {
trace("GLUK!!");
gotoAndStop (2);
gotoAndPlay(this._Frame + 1);
}
}
if (dead == 0) {
this.fr = 0;
if (fired == 1) {
go = 0;
dead = 1;
this._Frame = "Fire";
gotoAndStop (2);
gotoAndPlay ("fired");
} else {
if ((top.hitTest(_root.mc_giana) && (go == 1)) && (_root.ymove > 0)) {
go = 0;
_root.ymove = -5;
_root.mh = 0;
this._Frame = 20;
gotoAndStop (2);
gotoAndPlay (20);
}
if ((go == 0) && (_currentframe < 20)) {
this._Frame = 20;
gotoAndStop (2);
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
this._Frame = 21;
gotoAndStop (2);
gotoAndPlay (21);
}
if (((body.hitTest(_root.mc_giana) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
_root.mh = 1;
_root.fire_type = 0;
}
}
} else if ((++this.fr) > 60) {
_visible = false;
gotoAndStop ("end");
}
}
}
onClipEvent (enterFrame) {
if (_name.indexOf("instance") <= 0) {
if (!_root.b_PAUSE) {
yy = _y + _parent._y;
xx = _x + _parent._x;
if (this.acc == undefined) {
this.acc = 0;
}
if ((((yy > 0) && (yy < 600)) && (xx > -50)) && (xx < 600)) {
if (_parent.mc_phys.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.mc_phys.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.mc_phys.hitTest(xx, yy, true) == 0) {
if ((_parent.mc_phys.hitTest(xx + (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0)) || (_parent.mc_phys.hitTest(xx - (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0))) {
this.acc = 0;
} else if (go == 1) {
this.acc = this.acc + 0.75;
_y = (_y + this.acc);
} else {
this.acc = 0;
}
} else {
this.acc = 0;
}
if (go == 1) {
_x = (_x + xmove);
}
while ((_parent.mc_phys.hitTest(xx, yy, true) && (_parent.mc_phys.hitTest(xx, yy - 1, true))) && (go == 1)) {
_y = (_y - 1);
yy = _y + _parent._y;
xx = _x + _parent._x;
}
}
}
}
}
onClipEvent (load) {
_parent.AddMonster(this);
go = 1;
dead = 0;
xmove = -2;
}
Instance of Symbol 230 MovieClip in Symbol 260 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop ("fired");
this._FireFrame = _currentframe;
gotoAndPlay (1);
trace(this._FireFrame);
}
onClipEvent (enterFrame) {
if (!_root.b_PAUSE) {
if (this._Frame != undefined) {
if ((this._Frame == "Fire") && (_currentframe < this._FireFrame)) {
trace("GLUK F!!");
gotoAndStop (2);
gotoAndPlay(this._FireFrame + 1);
} else if (_currentframe < this._Frame) {
trace("GLUK!!");
gotoAndStop (2);
gotoAndPlay(this._Frame + 1);
}
}
if (dead == 0) {
this.fr = 0;
if (fired == 1) {
go = 0;
dead = 1;
this._Frame = "Fire";
gotoAndStop (2);
gotoAndPlay ("fired");
} else {
if ((top.hitTest(_root.mc_giana) && (go == 1)) && (_root.ymove > 0)) {
go = 0;
_root.ymove = -5;
_root.mh = 0;
this._Frame = 20;
gotoAndStop (2);
gotoAndPlay (20);
}
if ((go == 0) && (_currentframe < 20)) {
this._Frame = 20;
gotoAndStop (2);
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
this._Frame = 21;
gotoAndStop (2);
gotoAndPlay (21);
}
if (((body.hitTest(_root.mc_giana) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
_root.mh = 1;
_root.fire_type = 0;
}
}
} else if ((++this.fr) > 60) {
_visible = false;
gotoAndStop ("end");
}
}
}
onClipEvent (enterFrame) {
if (_name.indexOf("instance") <= 0) {
if (!_root.b_PAUSE) {
yy = _y + _parent._y;
xx = _x + _parent._x;
if (this.acc == undefined) {
this.acc = 0;
}
if ((((yy > 0) && (yy < 600)) && (xx > -50)) && (xx < 600)) {
if (_parent.mc_phys.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.mc_phys.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.mc_phys.hitTest(xx, yy, true) == 0) {
if ((_parent.mc_phys.hitTest(xx + (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0)) || (_parent.mc_phys.hitTest(xx - (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0))) {
this.acc = 0;
} else if (go == 1) {
this.acc = this.acc + 0.75;
_y = (_y + this.acc);
} else {
this.acc = 0;
}
} else {
this.acc = 0;
}
if (go == 1) {
_x = (_x + xmove);
}
while ((_parent.mc_phys.hitTest(xx, yy, true) && (_parent.mc_phys.hitTest(xx, yy - 1, true))) && (go == 1)) {
_y = (_y - 1);
yy = _y + _parent._y;
xx = _x + _parent._x;
}
}
}
}
}
onClipEvent (load) {
_parent.AddMonster(this);
go = 1;
dead = 0;
xmove = -2;
}
Instance of Symbol 119 MovieClip in Symbol 260 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 260 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 260 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 260 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 260 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 260 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 260 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 260 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 260 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 260 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 260 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 260 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 260 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 260 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 260 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 260 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 260 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 124 MovieClip "mc_bonus_bm_instance" in Symbol 260 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_name.indexOf("instance") <= 0) {
if (!_root.b_PAUSE) {
yy = _y + _parent._y;
xx = _x + _parent._x;
if (this.acc == undefined) {
this.acc = 0;
}
if ((((yy > 0) && (yy < 600)) && (xx > -50)) && (xx < 600)) {
if (_parent.mc_phys.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.mc_phys.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.mc_phys.hitTest(xx, yy, true) == 0) {
if ((_parent.mc_phys.hitTest(xx + (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0)) || (_parent.mc_phys.hitTest(xx - (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0))) {
this.acc = 0;
} else if (go == 1) {
this.acc = this.acc + 0.75;
_y = (_y + this.acc);
} else {
this.acc = 0;
}
} else {
this.acc = 0;
}
if (go == 1) {
_x = (_x + xmove);
}
while ((_parent.mc_phys.hitTest(xx, yy, true) && (_parent.mc_phys.hitTest(xx, yy - 1, true))) && (go == 1)) {
_y = (_y - 1);
yy = _y + _parent._y;
xx = _x + _parent._x;
}
}
}
}
}
onClipEvent (enterFrame) {
if (_name.indexOf("instance") <= 0) {
if (this.once != 1) {
this.once = 1;
gotoAndPlay (2);
go = 1;
xmove = 2;
if (_root.mc_giana._x > xx) {
xmove = xmove * -1;
}
if (_root.mc_giana._x < xx) {
xmove = xmove * 1;
}
}
if (bonus_type == "gm") {
if (this.hitTest(_root.mc_giana) && (_currentframe == 1)) {
_root.mh = 2;
_y = -1000;
this.removeMovieClip();
}
} else if (bonus_type == "bm") {
if (this.hitTest(_root.mc_giana) && (go == 1)) {
_root.high = 1;
_root.music = 0;
_y = -1000;
this.removeMovieClip();
}
} else if (bonus_type == "l") {
if ((this.hitTest(_root.mc_giana) && (go == 1)) && (_currentframe == 1)) {
_root.mc_giana.gotoAndPlay("shock");
if (_root.fire_type < 2) {
_root.fire_type = 1;
}
_y = -1000;
this.removeMovieClip();
}
} else if (bonus_type == "ll") {
if ((this.hitTest(_root.mc_giana) && (go == 1)) && (_currentframe == 1)) {
_root.mc_giana.gotoAndPlay("shock");
_root.fire_type = 2;
_y = -1000;
this.removeMovieClip();
}
}
}
}
onClipEvent (load) {
var bonus_type = "bm";
}
Instance of Symbol 137 MovieClip "mc_bonus_gm_instance" in Symbol 260 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_name.indexOf("instance") <= 0) {
if (!_root.b_PAUSE) {
yy = _y + _parent._y;
xx = _x + _parent._x;
if (this.acc == undefined) {
this.acc = 0;
}
if ((((yy > 0) && (yy < 600)) && (xx > -50)) && (xx < 600)) {
if (_parent.mc_phys.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.mc_phys.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.mc_phys.hitTest(xx, yy, true) == 0) {
if ((_parent.mc_phys.hitTest(xx + (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0)) || (_parent.mc_phys.hitTest(xx - (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0))) {
this.acc = 0;
} else if (go == 1) {
this.acc = this.acc + 0.75;
_y = (_y + this.acc);
} else {
this.acc = 0;
}
} else {
this.acc = 0;
}
if (go == 1) {
_x = (_x + xmove);
}
while ((_parent.mc_phys.hitTest(xx, yy, true) && (_parent.mc_phys.hitTest(xx, yy - 1, true))) && (go == 1)) {
_y = (_y - 1);
yy = _y + _parent._y;
xx = _x + _parent._x;
}
}
}
}
}
onClipEvent (enterFrame) {
if (_name.indexOf("instance") <= 0) {
if (this.once != 1) {
this.once = 1;
gotoAndPlay (2);
go = 1;
xmove = 2;
if (_root.mc_giana._x > xx) {
xmove = xmove * -1;
}
if (_root.mc_giana._x < xx) {
xmove = xmove * 1;
}
}
if (bonus_type == "gm") {
if (this.hitTest(_root.mc_giana) && (_currentframe == 1)) {
_root.mh = 2;
_y = -1000;
this.removeMovieClip();
}
} else if (bonus_type == "bm") {
if (this.hitTest(_root.mc_giana) && (go == 1)) {
_root.high = 1;
_root.music = 0;
_y = -1000;
this.removeMovieClip();
}
} else if (bonus_type == "l") {
if ((this.hitTest(_root.mc_giana) && (go == 1)) && (_currentframe == 1)) {
_root.mc_giana.gotoAndPlay("shock");
if (_root.fire_type < 2) {
_root.fire_type = 1;
}
_y = -1000;
this.removeMovieClip();
}
} else if (bonus_type == "ll") {
if ((this.hitTest(_root.mc_giana) && (go == 1)) && (_currentframe == 1)) {
_root.mc_giana.gotoAndPlay("shock");
_root.fire_type = 2;
_y = -1000;
this.removeMovieClip();
}
}
}
}
onClipEvent (load) {
var bonus_type = "gm";
}
Instance of Symbol 156 MovieClip "mc_fire_instance" in Symbol 260 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_name.indexOf("instance") <= 0) {
if (this.once != 1) {
this.once = 1;
go = 1;
xmove = 11;
if (_root.mc_giana._xscale > 0) {
xmove = xmove * 1;
}
if (_root.mc_giana._xscale < 0) {
xmove = xmove * -1;
}
}
if (!_root.b_PAUSE) {
yy = _y + _parent._y;
xx = _x + _parent._x;
if (this.acc == undefined) {
this.acc = 0;
}
if (this.ymove == undefined) {
this.ymove = 0;
}
if ((((yy > 0) && (yy < 600)) && (xx > -50)) && (xx < 600)) {
if (_parent.mc_phys.hitTest((xx - (this._width / 2)) + xmove, yy, true) || (_parent.mc_phys.hitTest((xx + (this._width / 2)) + xmove, yy, true))) {
xmove = xmove * -1;
}
if (_parent.mc_phys.hitTest(xx, (yy - (this._height / 2)) + ymove, true) || (_parent.mc_phys.hitTest(xx, (yy + (this._height / 2)) + ymove, true))) {
ymove = ymove * -1;
ymove = ymove - 0.75;
if (ymove < -5) {
ymove = -5;
}
}
ymove = ymove + 0.75;
if (go == 1) {
_x = (_x + xmove);
_y = (_y + ymove);
}
while ((_parent.mc_phys.hitTest(xx, yy, true) && (_parent.mc_phys.hitTest(xx, yy - 1, true))) && (go == 1)) {
_y = (_y - 1);
yy = _y + _parent._y;
xx = _x + _parent._x;
}
}
}
if (!((((yy > 0) && (yy < 600)) && (xx > -50)) && (xx < 600))) {
this.removeMovieClip();
}
if (_y > 500) {
this.removeMovieClip();
}
var i = -1;
var l = _parent.arr_Monsters.length;
while ((++i) < l) {
if (this.hitTest(_parent.arr_Monsters[i])) {
trace("dead");
_parent.arr_Monsters[i].fired = 1;
this.removeMovieClip();
}
}
}
}
Instance of Symbol 157 MovieClip "mc_bonus_l_instance" in Symbol 260 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_name.indexOf("instance") <= 0) {
if (!_root.b_PAUSE) {
yy = _y + _parent._y;
xx = _x + _parent._x;
if (this.acc == undefined) {
this.acc = 0;
}
if ((((yy > 0) && (yy < 600)) && (xx > -50)) && (xx < 600)) {
if (_parent.mc_phys.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.mc_phys.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.mc_phys.hitTest(xx, yy, true) == 0) {
if ((_parent.mc_phys.hitTest(xx + (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0)) || (_parent.mc_phys.hitTest(xx - (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0))) {
this.acc = 0;
} else if (go == 1) {
this.acc = this.acc + 0.75;
_y = (_y + this.acc);
} else {
this.acc = 0;
}
} else {
this.acc = 0;
}
if (go == 1) {
_x = (_x + xmove);
}
while ((_parent.mc_phys.hitTest(xx, yy, true) && (_parent.mc_phys.hitTest(xx, yy - 1, true))) && (go == 1)) {
_y = (_y - 1);
yy = _y + _parent._y;
xx = _x + _parent._x;
}
}
}
}
}
onClipEvent (enterFrame) {
if (_name.indexOf("instance") <= 0) {
if (this.once != 1) {
this.once = 1;
gotoAndPlay (2);
go = 1;
xmove = 2;
if (_root.mc_giana._x > xx) {
xmove = xmove * -1;
}
if (_root.mc_giana._x < xx) {
xmove = xmove * 1;
}
}
if (bonus_type == "gm") {
if (this.hitTest(_root.mc_giana) && (_currentframe == 1)) {
_root.mh = 2;
_y = -1000;
this.removeMovieClip();
}
} else if (bonus_type == "bm") {
if (this.hitTest(_root.mc_giana) && (go == 1)) {
_root.high = 1;
_root.music = 0;
_y = -1000;
this.removeMovieClip();
}
} else if (bonus_type == "l") {
if ((this.hitTest(_root.mc_giana) && (go == 1)) && (_currentframe == 1)) {
_root.mc_giana.gotoAndPlay("shock");
if (_root.fire_type < 2) {
_root.fire_type = 1;
}
_y = -1000;
this.removeMovieClip();
}
} else if (bonus_type == "ll") {
if ((this.hitTest(_root.mc_giana) && (go == 1)) && (_currentframe == 1)) {
_root.mc_giana.gotoAndPlay("shock");
_root.fire_type = 2;
_y = -1000;
this.removeMovieClip();
}
}
}
}
onClipEvent (load) {
var bonus_type = "l";
}
Instance of Symbol 158 MovieClip "mc_bonus_ll_instance" in Symbol 260 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_name.indexOf("instance") <= 0) {
if (!_root.b_PAUSE) {
yy = _y + _parent._y;
xx = _x + _parent._x;
if (this.acc == undefined) {
this.acc = 0;
}
if ((((yy > 0) && (yy < 600)) && (xx > -50)) && (xx < 600)) {
if (_parent.mc_phys.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.mc_phys.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.mc_phys.hitTest(xx, yy, true) == 0) {
if ((_parent.mc_phys.hitTest(xx + (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0)) || (_parent.mc_phys.hitTest(xx - (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0))) {
this.acc = 0;
} else if (go == 1) {
this.acc = this.acc + 0.75;
_y = (_y + this.acc);
} else {
this.acc = 0;
}
} else {
this.acc = 0;
}
if (go == 1) {
_x = (_x + xmove);
}
while ((_parent.mc_phys.hitTest(xx, yy, true) && (_parent.mc_phys.hitTest(xx, yy - 1, true))) && (go == 1)) {
_y = (_y - 1);
yy = _y + _parent._y;
xx = _x + _parent._x;
}
}
}
}
}
onClipEvent (enterFrame) {
if (_name.indexOf("instance") <= 0) {
if (this.once != 1) {
this.once = 1;
gotoAndPlay (2);
go = 1;
xmove = 2;
if (_root.mc_giana._x > xx) {
xmove = xmove * -1;
}
if (_root.mc_giana._x < xx) {
xmove = xmove * 1;
}
}
if (bonus_type == "gm") {
if (this.hitTest(_root.mc_giana) && (_currentframe == 1)) {
_root.mh = 2;
_y = -1000;
this.removeMovieClip();
}
} else if (bonus_type == "bm") {
if (this.hitTest(_root.mc_giana) && (go == 1)) {
_root.high = 1;
_root.music = 0;
_y = -1000;
this.removeMovieClip();
}
} else if (bonus_type == "l") {
if ((this.hitTest(_root.mc_giana) && (go == 1)) && (_currentframe == 1)) {
_root.mc_giana.gotoAndPlay("shock");
if (_root.fire_type < 2) {
_root.fire_type = 1;
}
_y = -1000;
this.removeMovieClip();
}
} else if (bonus_type == "ll") {
if ((this.hitTest(_root.mc_giana) && (go == 1)) && (_currentframe == 1)) {
_root.mc_giana.gotoAndPlay("shock");
_root.fire_type = 2;
_y = -1000;
this.removeMovieClip();
}
}
}
}
onClipEvent (load) {
var bonus_type = "ll";
}
Instance of Symbol 102 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
_root.mc_giana._y++;
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
}
_root.mc_giana._y--;
}
}
Instance of Symbol 102 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
_root.mc_giana._y++;
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
}
_root.mc_giana._y--;
}
}
Instance of Symbol 102 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
_root.mc_giana._y++;
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
}
_root.mc_giana._y--;
}
}
Instance of Symbol 102 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
_root.mc_giana._y++;
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
}
_root.mc_giana._y--;
}
}
Instance of Symbol 102 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
_root.mc_giana._y++;
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
}
_root.mc_giana._y--;
}
}
Instance of Symbol 102 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
_root.mc_giana._y++;
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
}
_root.mc_giana._y--;
}
}
Instance of Symbol 102 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
_root.mc_giana._y++;
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
}
_root.mc_giana._y--;
}
}
Instance of Symbol 102 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
_root.mc_giana._y++;
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
}
_root.mc_giana._y--;
}
}
Instance of Symbol 102 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
_root.mc_giana._y++;
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
}
_root.mc_giana._y--;
}
}
Instance of Symbol 102 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
_root.mc_giana._y++;
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
}
_root.mc_giana._y--;
}
}
Instance of Symbol 102 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
_root.mc_giana._y++;
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
}
_root.mc_giana._y--;
}
}
Instance of Symbol 102 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
_root.mc_giana._y++;
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
}
_root.mc_giana._y--;
}
}
Instance of Symbol 99 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true))) && (this.hitTest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true)))) {
stop();
gotoAndPlay (50);
broken = 1;
_root.bx = _x;
_root.by = _y - (_height / 2);
if (!_parent._parent.CreateBonus(bonus_type, _root.bx, _root.by)) {
_parent.CreateBonus(bonus_type, _root.bx, _root.by);
}
}
} else if (_currentframe < 50) {
stop();
gotoAndStop (2);
gotoAndPlay (50);
}
}
onClipEvent (load) {
var bonus_type = "gm";
}
Instance of Symbol 90 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Instance of Symbol 90 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if ((this.hitTest(_root.mc_giana._x, _root.mc_giana._y - _root.mc_giana._height, true) == 1) || (((_root.ymove < 0) && (this.hitTest(_root.mc_giana._x + (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1)) && (this.hittest(_root.mc_giana._x - (_root.mc_giana._width / 2), _root.mc_giana._y - _root.mc_giana._height, true) == 1))) {
if (_root.stat == "small") {
if (_currentframe == 1) {
gotoAndPlay (2);
}
}
if (_root.stat == "star") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "fire") {
gotoAndPlay ("break");
broken = 1;
}
if (_root.stat == "big") {
gotoAndPlay ("break");
broken = 1;
}
}
}
}
Symbol 265 MovieClip Frame 1
onEnterFrame = function () {
if (!b_hited) {
if (this.hitTest(_root.mc_giana)) {
b_hited = true;
onEnterFrame = null;
if (!_parent._parent._parent.b_HitByBottom) {
_parent._parent._parent.b_HitByTop = true;
}
}
}
};
Symbol 266 MovieClip Frame 1
onEnterFrame = function () {
if (!b_hited) {
if (this.hitTest(_root.mc_giana)) {
b_hited = true;
onEnterFrame = null;
if (!_parent._parent._parent.b_HitByTop) {
_parent._parent._parent.b_HitByBottom = true;
}
}
}
};
Symbol 287 MovieClip Frame 19
gotoAndPlay (1);
Symbol 287 MovieClip Frame 21
dead = 1;
_root.points = _root.points + 5000;
Symbol 287 MovieClip Frame 52
stop();
_visible = false;
Symbol 288 MovieClip Frame 1
function CreateBonus(in_type, in_x, in_y) {
trace("Create bonus: " + in_type);
if ((((in_type == "gm") || (in_type == "bm")) || (in_type == "l")) || (in_type == "ll")) {
DEPTH++;
var _local2;
if (in_type == "gm") {
_local2 = mc_bonus_gm_instance.duplicateMovieClip("mc_bonus_gm_" + DEPTH, DEPTH);
}
if (in_type == "bm") {
_local2 = mc_bonus_bm_instance.duplicateMovieClip("mc_bonus_bm_" + DEPTH, DEPTH);
}
if (in_type == "l") {
_local2 = mc_bonus_l_instance.duplicateMovieClip("mc_bonus_l_" + DEPTH, DEPTH);
}
if (in_type == "ll") {
_local2 = mc_bonus_ll_instance.duplicateMovieClip("mc_bonus_ll_" + DEPTH, DEPTH);
}
_local2._x = in_x;
_local2._y = in_y;
_local2._visible = false;
trace(_local2);
return(true);
}
return(false);
}
function CreateFire(in_type, in_x, in_y) {
var _local2 = false;
var _local3 = getTimer() - last_time_shot;
if ((in_type == 1) && (_local3 > 1000)) {
_local2 = true;
}
if ((in_type == 2) && (_local3 > 500)) {
_local2 = true;
}
if (_local2) {
last_time_shot = getTimer();
DEPTH++;
var _local1 = mc_fire_instance.duplicateMovieClip("mc_fire_bm_" + DEPTH, DEPTH);
_local1._x = in_x;
_local1._y = in_y - 20;
_local1._visible = true;
_local1.gotoAndStop(in_type);
}
return(true);
}
function AddMonster(i_this) {
arr_Monsters.push(i_this);
}
var DEPTH = 1000;
var arr_Monsters = new Array();
var last_time_shot = 0;
Instance of Symbol 247 MovieClip "mc_finish" in Symbol 288 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!_root.b_PAUSE) {
if (this.hitTest(_root.mc_giana) && (!_root.b_FINISH)) {
_root.b_FINISH = true;
_root.tm_finish = setInterval(_root.LEVEL_COMPLETE, 333);
}
}
}
Instance of Symbol 116 MovieClip in Symbol 288 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop ("fired");
this._FireFrame = _currentframe;
gotoAndPlay (1);
trace(this._FireFrame);
}
onClipEvent (enterFrame) {
if (!_root.b_PAUSE) {
if (this._Frame != undefined) {
if ((this._Frame == "Fire") && (_currentframe < this._FireFrame)) {
trace("GLUK F!!");
gotoAndStop (2);
gotoAndPlay(this._FireFrame + 1);
} else if (_currentframe < this._Frame) {
trace("GLUK!!");
gotoAndStop (2);
gotoAndPlay(this._Frame + 1);
}
}
if (dead == 0) {
this.fr = 0;
if (fired == 1) {
go = 0;
dead = 1;
this._Frame = "Fire";
gotoAndStop (2);
gotoAndPlay ("fired");
} else {
if ((top.hitTest(_root.mc_giana) && (go == 1)) && (_root.ymove > 0)) {
go = 0;
_root.ymove = -5;
_root.mh = 0;
this._Frame = 20;
gotoAndStop (2);
gotoAndPlay (20);
}
if ((go == 0) && (_currentframe < 20)) {
this._Frame = 20;
gotoAndStop (2);
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
this._Frame = 21;
gotoAndStop (2);
gotoAndPlay (21);
}
if (((body.hitTest(_root.mc_giana) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
_root.mh = 1;
_root.fire_type = 0;
}
}
} else if ((++this.fr) > 60) {
_visible = false;
gotoAndStop ("end");
}
}
}
onClipEvent (enterFrame) {
if (_name.indexOf("instance") <= 0) {
if (!_root.b_PAUSE) {
yy = _y + _parent._y;
xx = _x + _parent._x;
if (this.acc == undefined) {
this.acc = 0;
}
if ((((yy > 0) && (yy < 600)) && (xx > -50)) && (xx < 600)) {
if (_parent.mc_phys.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.mc_phys.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.mc_phys.hitTest(xx, yy, true) == 0) {
if ((_parent.mc_phys.hitTest(xx + (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0)) || (_parent.mc_phys.hitTest(xx - (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0))) {
this.acc = 0;
} else if (go == 1) {
this.acc = this.acc + 0.75;
_y = (_y + this.acc);
} else {
this.acc = 0;
}
} else {
this.acc = 0;
}
if (go == 1) {
_x = (_x + xmove);
}
while ((_parent.mc_phys.hitTest(xx, yy, true) && (_parent.mc_phys.hitTest(xx, yy - 1, true))) && (go == 1)) {
_y = (_y - 1);
yy = _y + _parent._y;
xx = _x + _parent._x;
}
}
}
}
}
onClipEvent (load) {
_parent.AddMonster(this);
go = 1;
dead = 0;
xmove = -2;
}
Instance of Symbol 116 MovieClip in Symbol 288 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop ("fired");
this._FireFrame = _currentframe;
gotoAndPlay (1);
trace(this._FireFrame);
}
onClipEvent (enterFrame) {
if (!_root.b_PAUSE) {
if (this._Frame != undefined) {
if ((this._Frame == "Fire") && (_currentframe < this._FireFrame)) {
trace("GLUK F!!");
gotoAndStop (2);
gotoAndPlay(this._FireFrame + 1);
} else if (_currentframe < this._Frame) {
trace("GLUK!!");
gotoAndStop (2);
gotoAndPlay(this._Frame + 1);
}
}
if (dead == 0) {
this.fr = 0;
if (fired == 1) {
go = 0;
dead = 1;
this._Frame = "Fire";
gotoAndStop (2);
gotoAndPlay ("fired");
} else {
if ((top.hitTest(_root.mc_giana) && (go == 1)) && (_root.ymove > 0)) {
go = 0;
_root.ymove = -5;
_root.mh = 0;
this._Frame = 20;
gotoAndStop (2);
gotoAndPlay (20);
}
if ((go == 0) && (_currentframe < 20)) {
this._Frame = 20;
gotoAndStop (2);
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
this._Frame = 21;
gotoAndStop (2);
gotoAndPlay (21);
}
if (((body.hitTest(_root.mc_giana) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
_root.mh = 1;
_root.fire_type = 0;
}
}
} else if ((++this.fr) > 60) {
_visible = false;
gotoAndStop ("end");
}
}
}
onClipEvent (enterFrame) {
if (_name.indexOf("instance") <= 0) {
if (!_root.b_PAUSE) {
yy = _y + _parent._y;
xx = _x + _parent._x;
if (this.acc == undefined) {
this.acc = 0;
}
if ((((yy > 0) && (yy < 600)) && (xx > -50)) && (xx < 600)) {
if (_parent.mc_phys.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.mc_phys.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.mc_phys.hitTest(xx, yy, true) == 0) {
if ((_parent.mc_phys.hitTest(xx + (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0)) || (_parent.mc_phys.hitTest(xx - (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0))) {
this.acc = 0;
} else if (go == 1) {
this.acc = this.acc + 0.75;
_y = (_y + this.acc);
} else {
this.acc = 0;
}
} else {
this.acc = 0;
}
if (go == 1) {
_x = (_x + xmove);
}
while ((_parent.mc_phys.hitTest(xx, yy, true) && (_parent.mc_phys.hitTest(xx, yy - 1, true))) && (go == 1)) {
_y = (_y - 1);
yy = _y + _parent._y;
xx = _x + _parent._x;
}
}
}
}
}
onClipEvent (load) {
_parent.AddMonster(this);
go = 1;
dead = 0;
xmove = -2;
}
Instance of Symbol 259 MovieClip in Symbol 288 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop ("fired");
this._FireFrame = _currentframe;
gotoAndPlay (1);
trace(this._FireFrame);
}
onClipEvent (enterFrame) {
if (!_root.b_PAUSE) {
if (this._Frame != undefined) {
if ((this._Frame == "Fire") && (_currentframe < this._FireFrame)) {
trace("GLUK F!!");
gotoAndStop (2);
gotoAndPlay(this._FireFrame + 1);
} else if (_currentframe < this._Frame) {
trace("GLUK!!");
gotoAndStop (2);
gotoAndPlay(this._Frame + 1);
}
}
if (dead == 0) {
this.fr = 0;
if (fired == 1) {
go = 0;
dead = 1;
this._Frame = "Fire";
gotoAndStop (2);
gotoAndPlay ("fired");
} else {
if ((top.hitTest(_root.mc_giana) && (go == 1)) && (_root.ymove > 0)) {
go = 0;
_root.ymove = -5;
_root.mh = 0;
this._Frame = 20;
gotoAndStop (2);
gotoAndPlay (20);
}
if ((go == 0) && (_currentframe < 20)) {
this._Frame = 20;
gotoAndStop (2);
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
this._Frame = 21;
gotoAndStop (2);
gotoAndPlay (21);
}
if (((body.hitTest(_root.mc_giana) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
_root.mh = 1;
_root.fire_type = 0;
}
}
} else if ((++this.fr) > 60) {
_visible = false;
gotoAndStop ("end");
}
}
}
onClipEvent (enterFrame) {
if (!_root.b_PAUSE) {
xx = _x + _parent._x;
yy = _y + _parent._y;
if ((((yy > 0) && (yy < 600)) && (xx > -50)) && (xx < 600)) {
_x = (_x + (3 * xmove));
_y = (_y + (3 * ymove));
}
}
}
onClipEvent (load) {
_parent.AddMonster(this);
go = 1;
dead = 0;
xmove = -2;
ymove = 0;
}
Instance of Symbol 287 MovieClip in Symbol 288 MovieClip Frame 1
onClipEvent (load) {
var b_HitByBottom = false;
var b_HitByTop = false;
var go = 1;
var dead = 0;
}
onClipEvent (enterFrame) {
if (!_root.b_PAUSE) {
if (dead == 0) {
this.fr = 0;
if (fired == 1) {
gotoAndPlay ("fired");
go = 0;
dead = 1;
} else {
if (b_HitByTop && (go == 1)) {
stop();
gotoAndPlay (20);
gotoAndPlay (20);
go = 0;
_root.ymove = -5;
_root.mh = 0;
}
if ((go == 0) && (_currentframe < 20)) {
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
gotoAndPlay (21);
}
if ((b_HitByBottom && (go == 1)) && (dead == 0)) {
_root.mh = 1;
_root.fire_type = 0;
}
}
} else if ((++this.fr) > 30) {
_visible = false;
gotoAndStop ("end");
}
}
}
Instance of Symbol 116 MovieClip in Symbol 288 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop ("fired");
this._FireFrame = _currentframe;
gotoAndPlay (1);
trace(this._FireFrame);
}
onClipEvent (enterFrame) {
if (!_root.b_PAUSE) {
if (this._Frame != undefined) {
if ((this._Frame == "Fire") && (_currentframe < this._FireFrame)) {
trace("GLUK F!!");
gotoAndStop (2);
gotoAndPlay(this._FireFrame + 1);
} else if (_currentframe < this._Frame) {
trace("GLUK!!");
gotoAndStop (2);
gotoAndPlay(this._Frame + 1);
}
}
if (dead == 0) {
this.fr = 0;
if (fired == 1) {
go = 0;
dead = 1;
this._Frame = "Fire";
gotoAndStop (2);
gotoAndPlay ("fired");
} else {
if ((top.hitTest(_root.mc_giana) && (go == 1)) && (_root.ymove > 0)) {
go = 0;
_root.ymove = -5;
_root.mh = 0;
this._Frame = 20;
gotoAndStop (2);
gotoAndPlay (20);
}
if ((go == 0) && (_currentframe < 20)) {
this._Frame = 20;
gotoAndStop (2);
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
this._Frame = 21;
gotoAndStop (2);
gotoAndPlay (21);
}
if (((body.hitTest(_root.mc_giana) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
_root.mh = 1;
_root.fire_type = 0;
}
}
} else if ((++this.fr) > 60) {
_visible = false;
gotoAndStop ("end");
}
}
}
onClipEvent (enterFrame) {
if (_name.indexOf("instance") <= 0) {
if (!_root.b_PAUSE) {
yy = _y + _parent._y;
xx = _x + _parent._x;
if (this.acc == undefined) {
this.acc = 0;
}
if ((((yy > 0) && (yy < 600)) && (xx > -50)) && (xx < 600)) {
if (_parent.mc_phys.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.mc_phys.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.mc_phys.hitTest(xx, yy, true) == 0) {
if ((_parent.mc_phys.hitTest(xx + (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0)) || (_parent.mc_phys.hitTest(xx - (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0))) {
this.acc = 0;
} else if (go == 1) {
this.acc = this.acc + 0.75;
_y = (_y + this.acc);
} else {
this.acc = 0;
}
} else {
this.acc = 0;
}
if (go == 1) {
_x = (_x + xmove);
}
while ((_parent.mc_phys.hitTest(xx, yy, true) && (_parent.mc_phys.hitTest(xx, yy - 1, true))) && (go == 1)) {
_y = (_y - 1);
yy = _y + _parent._y;
xx = _x + _parent._x;
}
}
}
}
}
onClipEvent (load) {
_parent.AddMonster(this);
go = 1;
dead = 0;
xmove = -2;
}
Instance of Symbol 119 MovieClip in Symbol 288 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 288 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 288 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 288 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 288 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 230 MovieClip in Symbol 288 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop ("fired");
this._FireFrame = _currentframe;
gotoAndPlay (1);
trace(this._FireFrame);
}
onClipEvent (enterFrame) {
if (!_root.b_PAUSE) {
if (this._Frame != undefined) {
if ((this._Frame == "Fire") && (_currentframe < this._FireFrame)) {
trace("GLUK F!!");
gotoAndStop (2);
gotoAndPlay(this._FireFrame + 1);
} else if (_currentframe < this._Frame) {
trace("GLUK!!");
gotoAndStop (2);
gotoAndPlay(this._Frame + 1);
}
}
if (dead == 0) {
this.fr = 0;
if (fired == 1) {
go = 0;
dead = 1;
this._Frame = "Fire";
gotoAndStop (2);
gotoAndPlay ("fired");
} else {
if ((top.hitTest(_root.mc_giana) && (go == 1)) && (_root.ymove > 0)) {
go = 0;
_root.ymove = -5;
_root.mh = 0;
this._Frame = 20;
gotoAndStop (2);
gotoAndPlay (20);
}
if ((go == 0) && (_currentframe < 20)) {
this._Frame = 20;
gotoAndStop (2);
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
this._Frame = 21;
gotoAndStop (2);
gotoAndPlay (21);
}
if (((body.hitTest(_root.mc_giana) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
_root.mh = 1;
_root.fire_type = 0;
}
}
} else if ((++this.fr) > 60) {
_visible = false;
gotoAndStop ("end");
}
}
}
onClipEvent (enterFrame) {
if (_name.indexOf("instance") <= 0) {
if (!_root.b_PAUSE) {
yy = _y + _parent._y;
xx = _x + _parent._x;
if (this.acc == undefined) {
this.acc = 0;
}
if ((((yy > 0) && (yy < 600)) && (xx > -50)) && (xx < 600)) {
if (_parent.mc_phys.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.mc_phys.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.mc_phys.hitTest(xx, yy, true) == 0) {
if ((_parent.mc_phys.hitTest(xx + (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0)) || (_parent.mc_phys.hitTest(xx - (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0))) {
this.acc = 0;
} else if (go == 1) {
this.acc = this.acc + 0.75;
_y = (_y + this.acc);
} else {
this.acc = 0;
}
} else {
this.acc = 0;
}
if (go == 1) {
_x = (_x + xmove);
}
while ((_parent.mc_phys.hitTest(xx, yy, true) && (_parent.mc_phys.hitTest(xx, yy - 1, true))) && (go == 1)) {
_y = (_y - 1);
yy = _y + _parent._y;
xx = _x + _parent._x;
}
}
}
}
}
onClipEvent (load) {
_parent.AddMonster(this);
go = 1;
dead = 0;
xmove = -2;
}
Instance of Symbol 119 MovieClip in Symbol 288 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 288 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 288 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 288 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 288 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 288 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 288 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 288 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 288 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 288 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 288 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 288 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 288 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 288 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 288 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 288 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 288 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 288 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 288 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 288 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 288 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 288 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 288 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 288 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 288 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 288 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 288 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 288 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 288 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 288 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 288 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 288 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 288 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 288 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 288 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 288 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 288 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 288 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 119 MovieClip in Symbol 288 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if (broken == 0) {
if (this.hitTest(_root.mc_giana)) {
gotoAndPlay ("fadeout");
broken = 1;
_root.coins = _root.coins + 1;
}
}
}
Instance of Symbol 230 MovieClip in Symbol 288 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop ("fired");
this._FireFrame = _currentframe;
gotoAndPlay (1);
trace(this._FireFrame);
}
onClipEvent (enterFrame) {
if (!_root.b_PAUSE) {
if (this._Frame != undefined) {
if ((this._Frame == "Fire") && (_currentframe < this._FireFrame)) {
trace("GLUK F!!");
gotoAndStop (2);
gotoAndPlay(this._FireFrame + 1);
} else if (_currentframe < this._Frame) {
trace("GLUK!!");
gotoAndStop (2);
gotoAndPlay(this._Frame + 1);
}
}
if (dead == 0) {
this.fr = 0;
if (fired == 1) {
go = 0;
dead = 1;
this._Frame = "Fire";
gotoAndStop (2);
gotoAndPlay ("fired");
} else {
if ((top.hitTest(_root.mc_giana) && (go == 1)) && (_root.ymove > 0)) {
go = 0;
_root.ymove = -5;
_root.mh = 0;
this._Frame = 20;
gotoAndStop (2);
gotoAndPlay (20);
}
if ((go == 0) && (_currentframe < 20)) {
this._Frame = 20;
gotoAndStop (2);
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
this._Frame = 21;
gotoAndStop (2);
gotoAndPlay (21);
}
if (((body.hitTest(_root.mc_giana) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
_root.mh = 1;
_root.fire_type = 0;
}
}
} else if ((++this.fr) > 60) {
_visible = false;
gotoAndStop ("end");
}
}
}
onClipEvent (enterFrame) {
if (_name.indexOf("instance") <= 0) {
if (!_root.b_PAUSE) {
yy = _y + _parent._y;
xx = _x + _parent._x;
if (this.acc == undefined) {
this.acc = 0;
}
if ((((yy > 0) && (yy < 600)) && (xx > -50)) && (xx < 600)) {
if (_parent.mc_phys.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.mc_phys.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.mc_phys.hitTest(xx, yy, true) == 0) {
if ((_parent.mc_phys.hitTest(xx + (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0)) || (_parent.mc_phys.hitTest(xx - (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0))) {
this.acc = 0;
} else if (go == 1) {
this.acc = this.acc + 0.75;
_y = (_y + this.acc);
} else {
this.acc = 0;
}
} else {
this.acc = 0;
}
if (go == 1) {
_x = (_x + xmove);
}
while ((_parent.mc_phys.hitTest(xx, yy, true) && (_parent.mc_phys.hitTest(xx, yy - 1, true))) && (go == 1)) {
_y = (_y - 1);
yy = _y + _parent._y;
xx = _x + _parent._x;
}
}
}
}
}
onClipEvent (load) {
_parent.AddMonster(this);
go = 1;
dead = 0;
xmove = -2;
}
Instance of Symbol 242 MovieClip in Symbol 288 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop ("fired");
this._FireFrame = _currentframe;
gotoAndPlay (1);
trace(this._FireFrame);
}
onClipEvent (enterFrame) {
if (!_root.b_PAUSE) {
if (this._Frame != undefined) {
if ((this._Frame == "Fire") && (_currentframe < this._FireFrame)) {
trace("GLUK F!!");
gotoAndStop (2);
gotoAndPlay(this._FireFrame + 1);
} else if (_currentframe < this._Frame) {
trace("GLUK!!");
gotoAndStop (2);
gotoAndPlay(this._Frame + 1);
}
}
if (dead == 0) {
this.fr = 0;
if (fired == 1) {
go = 0;
dead = 1;
this._Frame = "Fire";
gotoAndStop (2);
gotoAndPlay ("fired");
} else {
if ((top.hitTest(_root.mc_giana) && (go == 1)) && (_root.ymove > 0)) {
go = 0;
_root.ymove = -5;
_root.mh = 0;
this._Frame = 20;
gotoAndStop (2);
gotoAndPlay (20);
}
if ((go == 0) && (_currentframe < 20)) {
this._Frame = 20;
gotoAndStop (2);
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
this._Frame = 21;
gotoAndStop (2);
gotoAndPlay (21);
}
if (((body.hitTest(_root.mc_giana) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
_root.mh = 1;
_root.fire_type = 0;
}
}
} else if ((++this.fr) > 60) {
_visible = false;
gotoAndStop ("end");
}
}
}
onClipEvent (enterFrame) {
if (_name.indexOf("instance") <= 0) {
if (!_root.b_PAUSE) {
yy = _y + _parent._y;
xx = _x + _parent._x;
if (this.acc == undefined) {
this.acc = 0;
}
if ((((yy > 0) && (yy < 600)) && (xx > -50)) && (xx < 600)) {
if (_parent.mc_phys.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.mc_phys.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.mc_phys.hitTest(xx, yy, true) == 0) {
if ((_parent.mc_phys.hitTest(xx + (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0)) || (_parent.mc_phys.hitTest(xx - (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0))) {
this.acc = 0;
} else if (go == 1) {
this.acc = this.acc + 0.75;
_y = (_y + this.acc);
} else {
this.acc = 0;
}
} else {
this.acc = 0;
}
if (go == 1) {
_x = (_x + xmove);
}
while ((_parent.mc_phys.hitTest(xx, yy, true) && (_parent.mc_phys.hitTest(xx, yy - 1, true))) && (go == 1)) {
_y = (_y - 1);
yy = _y + _parent._y;
xx = _x + _parent._x;
}
}
}
}
}
onClipEvent (load) {
_parent.AddMonster(this);
go = 1;
dead = 0;
xmove = -2;
}
Instance of Symbol 242 MovieClip in Symbol 288 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop ("fired");
this._FireFrame = _currentframe;
gotoAndPlay (1);
trace(this._FireFrame);
}
onClipEvent (enterFrame) {
if (!_root.b_PAUSE) {
if (this._Frame != undefined) {
if ((this._Frame == "Fire") && (_currentframe < this._FireFrame)) {
trace("GLUK F!!");
gotoAndStop (2);
gotoAndPlay(this._FireFrame + 1);
} else if (_currentframe < this._Frame) {
trace("GLUK!!");
gotoAndStop (2);
gotoAndPlay(this._Frame + 1);
}
}
if (dead == 0) {
this.fr = 0;
if (fired == 1) {
go = 0;
dead = 1;
this._Frame = "Fire";
gotoAndStop (2);
gotoAndPlay ("fired");
} else {
if ((top.hitTest(_root.mc_giana) && (go == 1)) && (_root.ymove > 0)) {
go = 0;
_root.ymove = -5;
_root.mh = 0;
this._Frame = 20;
gotoAndStop (2);
gotoAndPlay (20);
}
if ((go == 0) && (_currentframe < 20)) {
this._Frame = 20;
gotoAndStop (2);
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
this._Frame = 21;
gotoAndStop (2);
gotoAndPlay (21);
}
if (((body.hitTest(_root.mc_giana) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
_root.mh = 1;
_root.fire_type = 0;
}
}
} else if ((++this.fr) > 60) {
_visible = false;
gotoAndStop ("end");
}
}
}
onClipEvent (enterFrame) {
if (_name.indexOf("instance") <= 0) {
if (!_root.b_PAUSE) {
yy = _y + _parent._y;
xx = _x + _parent._x;
if (this.acc == undefined) {
this.acc = 0;
}
if ((((yy > 0) && (yy < 600)) && (xx > -50)) && (xx < 600)) {
if (_parent.mc_phys.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.mc_phys.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.mc_phys.hitTest(xx, yy, true) == 0) {
if ((_parent.mc_phys.hitTest(xx + (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0)) || (_parent.mc_phys.hitTest(xx - (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0))) {
this.acc = 0;
} else if (go == 1) {
this.acc = this.acc + 0.75;
_y = (_y + this.acc);
} else {
this.acc = 0;
}
} else {
this.acc = 0;
}
if (go == 1) {
_x = (_x + xmove);
}
while ((_parent.mc_phys.hitTest(xx, yy, true) && (_parent.mc_phys.hitTest(xx, yy - 1, true))) && (go == 1)) {
_y = (_y - 1);
yy = _y + _parent._y;
xx = _x + _parent._x;
}
}
}
}
}
onClipEvent (load) {
_parent.AddMonster(this);
go = 1;
dead = 0;
xmove = -2;
}
Instance of Symbol 242 MovieClip in Symbol 288 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop ("fired");
this._FireFrame = _currentframe;
gotoAndPlay (1);
trace(this._FireFrame);
}
onClipEvent (enterFrame) {
if (!_root.b_PAUSE) {
if (this._Frame != undefined) {
if ((this._Frame == "Fire") && (_currentframe < this._FireFrame)) {
trace("GLUK F!!");
gotoAndStop (2);
gotoAndPlay(this._FireFrame + 1);
} else if (_currentframe < this._Frame) {
trace("GLUK!!");
gotoAndStop (2);
gotoAndPlay(this._Frame + 1);
}
}
if (dead == 0) {
this.fr = 0;
if (fired == 1) {
go = 0;
dead = 1;
this._Frame = "Fire";
gotoAndStop (2);
gotoAndPlay ("fired");
} else {
if ((top.hitTest(_root.mc_giana) && (go == 1)) && (_root.ymove > 0)) {
go = 0;
_root.ymove = -5;
_root.mh = 0;
this._Frame = 20;
gotoAndStop (2);
gotoAndPlay (20);
}
if ((go == 0) && (_currentframe < 20)) {
this._Frame = 20;
gotoAndStop (2);
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
this._Frame = 21;
gotoAndStop (2);
gotoAndPlay (21);
}
if (((body.hitTest(_root.mc_giana) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
_root.mh = 1;
_root.fire_type = 0;
}
}
} else if ((++this.fr) > 60) {
_visible = false;
gotoAndStop ("end");
}
}
}
onClipEvent (enterFrame) {
if (_name.indexOf("instance") <= 0) {
if (!_root.b_PAUSE) {
yy = _y + _parent._y;
xx = _x + _parent._x;
if (this.acc == undefined) {
this.acc = 0;
}
if ((((yy > 0) && (yy < 600)) && (xx > -50)) && (xx < 600)) {
if (_parent.mc_phys.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.mc_phys.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.mc_phys.hitTest(xx, yy, true) == 0) {
if ((_parent.mc_phys.hitTest(xx + (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0)) || (_parent.mc_phys.hitTest(xx - (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0))) {
this.acc = 0;
} else if (go == 1) {
this.acc = this.acc + 0.75;
_y = (_y + this.acc);
} else {
this.acc = 0;
}
} else {
this.acc = 0;
}
if (go == 1) {
_x = (_x + xmove);
}
while ((_parent.mc_phys.hitTest(xx, yy, true) && (_parent.mc_phys.hitTest(xx, yy - 1, true))) && (go == 1)) {
_y = (_y - 1);
yy = _y + _parent._y;
xx = _x + _parent._x;
}
}
}
}
}
onClipEvent (load) {
_parent.AddMonster(this);
go = 1;
dead = 0;
xmove = -2;
}
Instance of Symbol 242 MovieClip in Symbol 288 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop ("fired");
this._FireFrame = _currentframe;
gotoAndPlay (1);
trace(this._FireFrame);
}
onClipEvent (enterFrame) {
if (!_root.b_PAUSE) {
if (this._Frame != undefined) {
if ((this._Frame == "Fire") && (_currentframe < this._FireFrame)) {
trace("GLUK F!!");
gotoAndStop (2);
gotoAndPlay(this._FireFrame + 1);
} else if (_currentframe < this._Frame) {
trace("GLUK!!");
gotoAndStop (2);
gotoAndPlay(this._Frame + 1);
}
}
if (dead == 0) {
this.fr = 0;
if (fired == 1) {
go = 0;
dead = 1;
this._Frame = "Fire";
gotoAndStop (2);
gotoAndPlay ("fired");
} else {
if ((top.hitTest(_root.mc_giana) && (go == 1)) && (_root.ymove > 0)) {
go = 0;
_root.ymove = -5;
_root.mh = 0;
this._Frame = 20;
gotoAndStop (2);
gotoAndPlay (20);
}
if ((go == 0) && (_currentframe < 20)) {
this._Frame = 20;
gotoAndStop (2);
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
this._Frame = 21;
gotoAndStop (2);
gotoAndPlay (21);
}
if (((body.hitTest(_root.mc_giana) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
_root.mh = 1;
_root.fire_type = 0;
}
}
} else if ((++this.fr) > 60) {
_visible = false;
gotoAndStop ("end");
}
}
}
onClipEvent (enterFrame) {
if (_name.indexOf("instance") <= 0) {
if (!_root.b_PAUSE) {
yy = _y + _parent._y;
xx = _x + _parent._x;
if (this.acc == undefined) {
this.acc = 0;
}
if ((((yy > 0) && (yy < 600)) && (xx > -50)) && (xx < 600)) {
if (_parent.mc_phys.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.mc_phys.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.mc_phys.hitTest(xx, yy, true) == 0) {
if ((_parent.mc_phys.hitTest(xx + (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0)) || (_parent.mc_phys.hitTest(xx - (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0))) {
this.acc = 0;
} else if (go == 1) {
this.acc = this.acc + 0.75;
_y = (_y + this.acc);
} else {
this.acc = 0;
}
} else {
this.acc = 0;
}
if (go == 1) {
_x = (_x + xmove);
}
while ((_parent.mc_phys.hitTest(xx, yy, true) && (_parent.mc_phys.hitTest(xx, yy - 1, true))) && (go == 1)) {
_y = (_y - 1);
yy = _y + _parent._y;
xx = _x + _parent._x;
}
}
}
}
}
onClipEvent (load) {
_parent.AddMonster(this);
go = 1;
dead = 0;
xmove = -2;
}
Instance of Symbol 242 MovieClip in Symbol 288 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop ("fired");
this._FireFrame = _currentframe;
gotoAndPlay (1);
trace(this._FireFrame);
}
onClipEvent (enterFrame) {
if (!_root.b_PAUSE) {
if (this._Frame != undefined) {
if ((this._Frame == "Fire") && (_currentframe < this._FireFrame)) {
trace("GLUK F!!");
gotoAndStop (2);
gotoAndPlay(this._FireFrame + 1);
} else if (_currentframe < this._Frame) {
trace("GLUK!!");
gotoAndStop (2);
gotoAndPlay(this._Frame + 1);
}
}
if (dead == 0) {
this.fr = 0;
if (fired == 1) {
go = 0;
dead = 1;
this._Frame = "Fire";
gotoAndStop (2);
gotoAndPlay ("fired");
} else {
if ((top.hitTest(_root.mc_giana) && (go == 1)) && (_root.ymove > 0)) {
go = 0;
_root.ymove = -5;
_root.mh = 0;
this._Frame = 20;
gotoAndStop (2);
gotoAndPlay (20);
}
if ((go == 0) && (_currentframe < 20)) {
this._Frame = 20;
gotoAndStop (2);
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
this._Frame = 21;
gotoAndStop (2);
gotoAndPlay (21);
}
if (((body.hitTest(_root.mc_giana) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
_root.mh = 1;
_root.fire_type = 0;
}
}
} else if ((++this.fr) > 60) {
_visible = false;
gotoAndStop ("end");
}
}
}
onClipEvent (enterFrame) {
if (_name.indexOf("instance") <= 0) {
if (!_root.b_PAUSE) {
yy = _y + _parent._y;
xx = _x + _parent._x;
if (this.acc == undefined) {
this.acc = 0;
}
if ((((yy > 0) && (yy < 600)) && (xx > -50)) && (xx < 600)) {
if (_parent.mc_phys.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.mc_phys.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.mc_phys.hitTest(xx, yy, true) == 0) {
if ((_parent.mc_phys.hitTest(xx + (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0)) || (_parent.mc_phys.hitTest(xx - (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0))) {
this.acc = 0;
} else if (go == 1) {
this.acc = this.acc + 0.75;
_y = (_y + this.acc);
} else {
this.acc = 0;
}
} else {
this.acc = 0;
}
if (go == 1) {
_x = (_x + xmove);
}
while ((_parent.mc_phys.hitTest(xx, yy, true) && (_parent.mc_phys.hitTest(xx, yy - 1, true))) && (go == 1)) {
_y = (_y - 1);
yy = _y + _parent._y;
xx = _x + _parent._x;
}
}
}
}
}
onClipEvent (load) {
_parent.AddMonster(this);
go = 1;
dead = 0;
xmove = -2;
}
Instance of Symbol 242 MovieClip in Symbol 288 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop ("fired");
this._FireFrame = _currentframe;
gotoAndPlay (1);
trace(this._FireFrame);
}
onClipEvent (enterFrame) {
if (!_root.b_PAUSE) {
if (this._Frame != undefined) {
if ((this._Frame == "Fire") && (_currentframe < this._FireFrame)) {
trace("GLUK F!!");
gotoAndStop (2);
gotoAndPlay(this._FireFrame + 1);
} else if (_currentframe < this._Frame) {
trace("GLUK!!");
gotoAndStop (2);
gotoAndPlay(this._Frame + 1);
}
}
if (dead == 0) {
this.fr = 0;
if (fired == 1) {
go = 0;
dead = 1;
this._Frame = "Fire";
gotoAndStop (2);
gotoAndPlay ("fired");
} else {
if ((top.hitTest(_root.mc_giana) && (go == 1)) && (_root.ymove > 0)) {
go = 0;
_root.ymove = -5;
_root.mh = 0;
this._Frame = 20;
gotoAndStop (2);
gotoAndPlay (20);
}
if ((go == 0) && (_currentframe < 20)) {
this._Frame = 20;
gotoAndStop (2);
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
this._Frame = 21;
gotoAndStop (2);
gotoAndPlay (21);
}
if (((body.hitTest(_root.mc_giana) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
_root.mh = 1;
_root.fire_type = 0;
}
}
} else if ((++this.fr) > 60) {
_visible = false;
gotoAndStop ("end");
}
}
}
onClipEvent (enterFrame) {
if (_name.indexOf("instance") <= 0) {
if (!_root.b_PAUSE) {
yy = _y + _parent._y;
xx = _x + _parent._x;
if (this.acc == undefined) {
this.acc = 0;
}
if ((((yy > 0) && (yy < 600)) && (xx > -50)) && (xx < 600)) {
if (_parent.mc_phys.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.mc_phys.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.mc_phys.hitTest(xx, yy, true) == 0) {
if ((_parent.mc_phys.hitTest(xx + (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0)) || (_parent.mc_phys.hitTest(xx - (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0))) {
this.acc = 0;
} else if (go == 1) {
this.acc = this.acc + 0.75;
_y = (_y + this.acc);
} else {
this.acc = 0;
}
} else {
this.acc = 0;
}
if (go == 1) {
_x = (_x + xmove);
}
while ((_parent.mc_phys.hitTest(xx, yy, true) && (_parent.mc_phys.hitTest(xx, yy - 1, true))) && (go == 1)) {
_y = (_y - 1);
yy = _y + _parent._y;
xx = _x + _parent._x;
}
}
}
}
}
onClipEvent (load) {
_parent.AddMonster(this);
go = 1;
dead = 0;
xmove = -2;
}
Instance of Symbol 242 MovieClip in Symbol 288 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop ("fired");
this._FireFrame = _currentframe;
gotoAndPlay (1);
trace(this._FireFrame);
}
onClipEvent (enterFrame) {
if (!_root.b_PAUSE) {
if (this._Frame != undefined) {
if ((this._Frame == "Fire") && (_currentframe < this._FireFrame)) {
trace("GLUK F!!");
gotoAndStop (2);
gotoAndPlay(this._FireFrame + 1);
} else if (_currentframe < this._Frame) {
trace("GLUK!!");
gotoAndStop (2);
gotoAndPlay(this._Frame + 1);
}
}
if (dead == 0) {
this.fr = 0;
if (fired == 1) {
go = 0;
dead = 1;
this._Frame = "Fire";
gotoAndStop (2);
gotoAndPlay ("fired");
} else {
if ((top.hitTest(_root.mc_giana) && (go == 1)) && (_root.ymove > 0)) {
go = 0;
_root.ymove = -5;
_root.mh = 0;
this._Frame = 20;
gotoAndStop (2);
gotoAndPlay (20);
}
if ((go == 0) && (_currentframe < 20)) {
this._Frame = 20;
gotoAndStop (2);
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
this._Frame = 21;
gotoAndStop (2);
gotoAndPlay (21);
}
if (((body.hitTest(_root.mc_giana) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
_root.mh = 1;
_root.fire_type = 0;
}
}
} else if ((++this.fr) > 60) {
_visible = false;
gotoAndStop ("end");
}
}
}
onClipEvent (enterFrame) {
if (_name.indexOf("instance") <= 0) {
if (!_root.b_PAUSE) {
yy = _y + _parent._y;
xx = _x + _parent._x;
if (this.acc == undefined) {
this.acc = 0;
}
if ((((yy > 0) && (yy < 600)) && (xx > -50)) && (xx < 600)) {
if (_parent.mc_phys.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.mc_phys.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.mc_phys.hitTest(xx, yy, true) == 0) {
if ((_parent.mc_phys.hitTest(xx + (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0)) || (_parent.mc_phys.hitTest(xx - (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0))) {
this.acc = 0;
} else if (go == 1) {
this.acc = this.acc + 0.75;
_y = (_y + this.acc);
} else {
this.acc = 0;
}
} else {
this.acc = 0;
}
if (go == 1) {
_x = (_x + xmove);
}
while ((_parent.mc_phys.hitTest(xx, yy, true) && (_parent.mc_phys.hitTest(xx, yy - 1, true))) && (go == 1)) {
_y = (_y - 1);
yy = _y + _parent._y;
xx = _x + _parent._x;
}
}
}
}
}
onClipEvent (load) {
_parent.AddMonster(this);
go = 1;
dead = 0;
xmove = -2;
}
Instance of Symbol 230 MovieClip in Symbol 288 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop ("fired");
this._FireFrame = _currentframe;
gotoAndPlay (1);
trace(this._FireFrame);
}
onClipEvent (enterFrame) {
if (!_root.b_PAUSE) {
if (this._Frame != undefined) {
if ((this._Frame == "Fire") && (_currentframe < this._FireFrame)) {
trace("GLUK F!!");
gotoAndStop (2);
gotoAndPlay(this._FireFrame + 1);
} else if (_currentframe < this._Frame) {
trace("GLUK!!");
gotoAndStop (2);
gotoAndPlay(this._Frame + 1);
}
}
if (dead == 0) {
this.fr = 0;
if (fired == 1) {
go = 0;
dead = 1;
this._Frame = "Fire";
gotoAndStop (2);
gotoAndPlay ("fired");
} else {
if ((top.hitTest(_root.mc_giana) && (go == 1)) && (_root.ymove > 0)) {
go = 0;
_root.ymove = -5;
_root.mh = 0;
this._Frame = 20;
gotoAndStop (2);
gotoAndPlay (20);
}
if ((go == 0) && (_currentframe < 20)) {
this._Frame = 20;
gotoAndStop (2);
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
this._Frame = 21;
gotoAndStop (2);
gotoAndPlay (21);
}
if (((body.hitTest(_root.mc_giana) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
_root.mh = 1;
_root.fire_type = 0;
}
}
} else if ((++this.fr) > 60) {
_visible = false;
gotoAndStop ("end");
}
}
}
onClipEvent (enterFrame) {
if (_name.indexOf("instance") <= 0) {
if (!_root.b_PAUSE) {
yy = _y + _parent._y;
xx = _x + _parent._x;
if (this.acc == undefined) {
this.acc = 0;
}
if ((((yy > 0) && (yy < 600)) && (xx > -50)) && (xx < 600)) {
if (_parent.mc_phys.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.mc_phys.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.mc_phys.hitTest(xx, yy, true) == 0) {
if ((_parent.mc_phys.hitTest(xx + (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0)) || (_parent.mc_phys.hitTest(xx - (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0))) {
this.acc = 0;
} else if (go == 1) {
this.acc = this.acc + 0.75;
_y = (_y + this.acc);
} else {
this.acc = 0;
}
} else {
this.acc = 0;
}
if (go == 1) {
_x = (_x + xmove);
}
while ((_parent.mc_phys.hitTest(xx, yy, true) && (_parent.mc_phys.hitTest(xx, yy - 1, true))) && (go == 1)) {
_y = (_y - 1);
yy = _y + _parent._y;
xx = _x + _parent._x;
}
}
}
}
}
onClipEvent (load) {
_parent.AddMonster(this);
go = 1;
dead = 0;
xmove = -2;
}
Instance of Symbol 242 MovieClip in Symbol 288 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop ("fired");
this._FireFrame = _currentframe;
gotoAndPlay (1);
trace(this._FireFrame);
}
onClipEvent (enterFrame) {
if (!_root.b_PAUSE) {
if (this._Frame != undefined) {
if ((this._Frame == "Fire") && (_currentframe < this._FireFrame)) {
trace("GLUK F!!");
gotoAndStop (2);
gotoAndPlay(this._FireFrame + 1);
} else if (_currentframe < this._Frame) {
trace("GLUK!!");
gotoAndStop (2);
gotoAndPlay(this._Frame + 1);
}
}
if (dead == 0) {
this.fr = 0;
if (fired == 1) {
go = 0;
dead = 1;
this._Frame = "Fire";
gotoAndStop (2);
gotoAndPlay ("fired");
} else {
if ((top.hitTest(_root.mc_giana) && (go == 1)) && (_root.ymove > 0)) {
go = 0;
_root.ymove = -5;
_root.mh = 0;
this._Frame = 20;
gotoAndStop (2);
gotoAndPlay (20);
}
if ((go == 0) && (_currentframe < 20)) {
this._Frame = 20;
gotoAndStop (2);
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
this._Frame = 21;
gotoAndStop (2);
gotoAndPlay (21);
}
if (((body.hitTest(_root.mc_giana) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
_root.mh = 1;
_root.fire_type = 0;
}
}
} else if ((++this.fr) > 60) {
_visible = false;
gotoAndStop ("end");
}
}
}
onClipEvent (enterFrame) {
if (_name.indexOf("instance") <= 0) {
if (!_root.b_PAUSE) {
yy = _y + _parent._y;
xx = _x + _parent._x;
if (this.acc == undefined) {
this.acc = 0;
}
if ((((yy > 0) && (yy < 600)) && (xx > -50)) && (xx < 600)) {
if (_parent.mc_phys.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.mc_phys.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.mc_phys.hitTest(xx, yy, true) == 0) {
if ((_parent.mc_phys.hitTest(xx + (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0)) || (_parent.mc_phys.hitTest(xx - (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0))) {
this.acc = 0;
} else if (go == 1) {
this.acc = this.acc + 0.75;
_y = (_y + this.acc);
} else {
this.acc = 0;
}
} else {
this.acc = 0;
}
if (go == 1) {
_x = (_x + xmove);
}
while ((_parent.mc_phys.hitTest(xx, yy, true) && (_parent.mc_phys.hitTest(xx, yy - 1, true))) && (go == 1)) {
_y = (_y - 1);
yy = _y + _parent._y;
xx = _x + _parent._x;
}
}
}
}
}
onClipEvent (load) {
_parent.AddMonster(this);
go = 1;
dead = 0;
xmove = -2;
}
Instance of Symbol 242 MovieClip in Symbol 288 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop ("fired");
this._FireFrame = _currentframe;
gotoAndPlay (1);
trace(this._FireFrame);
}
onClipEvent (enterFrame) {
if (!_root.b_PAUSE) {
if (this._Frame != undefined) {
if ((this._Frame == "Fire") && (_currentframe < this._FireFrame)) {
trace("GLUK F!!");
gotoAndStop (2);
gotoAndPlay(this._FireFrame + 1);
} else if (_currentframe < this._Frame) {
trace("GLUK!!");
gotoAndStop (2);
gotoAndPlay(this._Frame + 1);
}
}
if (dead == 0) {
this.fr = 0;
if (fired == 1) {
go = 0;
dead = 1;
this._Frame = "Fire";
gotoAndStop (2);
gotoAndPlay ("fired");
} else {
if ((top.hitTest(_root.mc_giana) && (go == 1)) && (_root.ymove > 0)) {
go = 0;
_root.ymove = -5;
_root.mh = 0;
this._Frame = 20;
gotoAndStop (2);
gotoAndPlay (20);
}
if ((go == 0) && (_currentframe < 20)) {
this._Frame = 20;
gotoAndStop (2);
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
this._Frame = 21;
gotoAndStop (2);
gotoAndPlay (21);
}
if (((body.hitTest(_root.mc_giana) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
_root.mh = 1;
_root.fire_type = 0;
}
}
} else if ((++this.fr) > 60) {
_visible = false;
gotoAndStop ("end");
}
}
}
onClipEvent (enterFrame) {
if (_name.indexOf("instance") <= 0) {
if (!_root.b_PAUSE) {
yy = _y + _parent._y;
xx = _x + _parent._x;
if (this.acc == undefined) {
this.acc = 0;
}
if ((((yy > 0) && (yy < 600)) && (xx > -50)) && (xx < 600)) {
if (_parent.mc_phys.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.mc_phys.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.mc_phys.hitTest(xx, yy, true) == 0) {
if ((_parent.mc_phys.hitTest(xx + (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0)) || (_parent.mc_phys.hitTest(xx - (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0))) {
this.acc = 0;
} else if (go == 1) {
this.acc = this.acc + 0.75;
_y = (_y + this.acc);
} else {
this.acc = 0;
}
} else {
this.acc = 0;
}
if (go == 1) {
_x = (_x + xmove);
}
while ((_parent.mc_phys.hitTest(xx, yy, true) && (_parent.mc_phys.hitTest(xx, yy - 1, true))) && (go == 1)) {
_y = (_y - 1);
yy = _y + _parent._y;
xx = _x + _parent._x;
}
}
}
}
}
onClipEvent (load) {
_parent.AddMonster(this);
go = 1;
dead = 0;
xmove = -2;
}
Instance of Symbol 124 MovieClip "mc_bonus_bm_instance" in Symbol 288 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_name.indexOf("instance") <= 0) {
if (!_root.b_PAUSE) {
yy = _y + _parent._y;
xx = _x + _parent._x;
if (this.acc == undefined) {
this.acc = 0;
}
if ((((yy > 0) && (yy < 600)) && (xx > -50)) && (xx < 600)) {
if (_parent.mc_phys.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.mc_phys.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.mc_phys.hitTest(xx, yy, true) == 0) {
if ((_parent.mc_phys.hitTest(xx + (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0)) || (_parent.mc_phys.hitTest(xx - (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0))) {
this.acc = 0;
} else if (go == 1) {
this.acc = this.acc + 0.75;
_y = (_y + this.acc);
} else {
this.acc = 0;
}
} else {
this.acc = 0;
}
if (go == 1) {
_x = (_x + xmove);
}
while ((_parent.mc_phys.hitTest(xx, yy, true) && (_parent.mc_phys.hitTest(xx, yy - 1, true))) && (go == 1)) {
_y = (_y - 1);
yy = _y + _parent._y;
xx = _x + _parent._x;
}
}
}
}
}
onClipEvent (enterFrame) {
if (_name.indexOf("instance") <= 0) {
if (this.once != 1) {
this.once = 1;
gotoAndPlay (2);
go = 1;
xmove = 2;
if (_root.mc_giana._x > xx) {
xmove = xmove * -1;
}
if (_root.mc_giana._x < xx) {
xmove = xmove * 1;
}
}
if (bonus_type == "gm") {
if (this.hitTest(_root.mc_giana) && (_currentframe == 1)) {
_root.mh = 2;
_y = -1000;
this.removeMovieClip();
}
} else if (bonus_type == "bm") {
if (this.hitTest(_root.mc_giana) && (go == 1)) {
_root.high = 1;
_root.music = 0;
_y = -1000;
this.removeMovieClip();
}
} else if (bonus_type == "l") {
if ((this.hitTest(_root.mc_giana) && (go == 1)) && (_currentframe == 1)) {
_root.mc_giana.gotoAndPlay("shock");
if (_root.fire_type < 2) {
_root.fire_type = 1;
}
_y = -1000;
this.removeMovieClip();
}
} else if (bonus_type == "ll") {
if ((this.hitTest(_root.mc_giana) && (go == 1)) && (_currentframe == 1)) {
_root.mc_giana.gotoAndPlay("shock");
_root.fire_type = 2;
_y = -1000;
this.removeMovieClip();
}
}
}
}
onClipEvent (load) {
var bonus_type = "bm";
}
Instance of Symbol 137 MovieClip "mc_bonus_gm_instance" in Symbol 288 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_name.indexOf("instance") <= 0) {
if (!_root.b_PAUSE) {
yy = _y + _parent._y;
xx = _x + _parent._x;
if (this.acc == undefined) {
this.acc = 0;
}
if ((((yy > 0) && (yy < 600)) && (xx > -50)) && (xx < 600)) {
if (_parent.mc_phys.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.mc_phys.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.mc_phys.hitTest(xx, yy, true) == 0) {
if ((_parent.mc_phys.hitTest(xx + (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0)) || (_parent.mc_phys.hitTest(xx - (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0))) {
this.acc = 0;
} else if (go == 1) {
this.acc = this.acc + 0.75;
_y = (_y + this.acc);
} else {
this.acc = 0;
}
} else {
this.acc = 0;
}
if (go == 1) {
_x = (_x + xmove);
}
while ((_parent.mc_phys.hitTest(xx, yy, true) && (_parent.mc_phys.hitTest(xx, yy - 1, true))) && (go == 1)) {
_y = (_y - 1);
yy = _y + _parent._y;
xx = _x + _parent._x;
}
}
}
}
}
onClipEvent (enterFrame) {
if (_name.indexOf("instance") <= 0) {
if (this.once != 1) {
this.once = 1;
gotoAndPlay (2);
go = 1;
xmove = 2;
if (_root.mc_giana._x > xx) {
xmove = xmove * -1;
}
if (_root.mc_giana._x < xx) {
xmove = xmove * 1;
}
}
if (bonus_type == "gm") {
if (this.hitTest(_root.mc_giana) && (_currentframe == 1)) {
_root.mh = 2;
_y = -1000;
this.removeMovieClip();
}
} else if (bonus_type == "bm") {
if (this.hitTest(_root.mc_giana) && (go == 1)) {
_root.high = 1;
_root.music = 0;
_y = -1000;
this.removeMovieClip();
}
} else if (bonus_type == "l") {
if ((this.hitTest(_root.mc_giana) && (go == 1)) && (_currentframe == 1)) {
_root.mc_giana.gotoAndPlay("shock");
if (_root.fire_type < 2) {
_root.fire_type = 1;
}
_y = -1000;
this.removeMovieClip();
}
} else if (bonus_type == "ll") {
if ((this.hitTest(_root.mc_giana) && (go == 1)) && (_currentframe == 1)) {
_root.mc_giana.gotoAndPlay("shock");
_root.fire_type = 2;
_y = -1000;
this.removeMovieClip();
}
}
}
}
onClipEvent (load) {
var bonus_type = "gm";
}
Instance of Symbol 156 MovieClip "mc_fire_instance" in Symbol 288 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_name.indexOf("instance") <= 0) {
if (this.once != 1) {
this.once = 1;
go = 1;
xmove = 11;
if (_root.mc_giana._xscale > 0) {
xmove = xmove * 1;
}
if (_root.mc_giana._xscale < 0) {
xmove = xmove * -1;
}
}
if (!_root.b_PAUSE) {
yy = _y + _parent._y;
xx = _x + _parent._x;
if (this.acc == undefined) {
this.acc = 0;
}
if (this.ymove == undefined) {
this.ymove = 0;
}
if ((((yy > 0) && (yy < 600)) && (xx > -50)) && (xx < 600)) {
if (_parent.mc_phys.hitTest((xx - (this._width / 2)) + xmove, yy, true) || (_parent.mc_phys.hitTest((xx + (this._width / 2)) + xmove, yy, true))) {
xmove = xmove * -1;
}
if (_parent.mc_phys.hitTest(xx, (yy - (this._height / 2)) + ymove, true) || (_parent.mc_phys.hitTest(xx, (yy + (this._height / 2)) + ymove, true))) {
ymove = ymove * -1;
ymove = ymove - 0.75;
if (ymove < -5) {
ymove = -5;
}
}
ymove = ymove + 0.75;
if (go == 1) {
_x = (_x + xmove);
_y = (_y + ymove);
}
while ((_parent.mc_phys.hitTest(xx, yy, true) && (_parent.mc_phys.hitTest(xx, yy - 1, true))) && (go == 1)) {
_y = (_y - 1);
yy = _y + _parent._y;
xx = _x + _parent._x;
}
}
}
if (!((((yy > 0) && (yy < 600)) && (xx > -50)) && (xx < 600))) {
this.removeMovieClip();
}
if (_y > 500) {
this.removeMovieClip();
}
var i = -1;
var l = _parent.arr_Monsters.length;
while ((++i) < l) {
if (this.hitTest(_parent.arr_Monsters[i])) {
trace("dead");
_parent.arr_Monsters[i].fired = 1;
this.removeMovieClip();
}
}
}
}
Instance of Symbol 157 MovieClip "mc_bonus_l_instance" in Symbol 288 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_name.indexOf("instance") <= 0) {
if (!_root.b_PAUSE) {
yy = _y + _parent._y;
xx = _x + _parent._x;
if (this.acc == undefined) {
this.acc = 0;
}
if ((((yy > 0) && (yy < 600)) && (xx > -50)) && (xx < 600)) {
if (_parent.mc_phys.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.mc_phys.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.mc_phys.hitTest(xx, yy, true) == 0) {
if ((_parent.mc_phys.hitTest(xx + (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0)) || (_parent.mc_phys.hitTest(xx - (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0))) {
this.acc = 0;
} else if (go == 1) {
this.acc = this.acc + 0.75;
_y = (_y + this.acc);
} else {
this.acc = 0;
}
} else {
this.acc = 0;
}
if (go == 1) {
_x = (_x + xmove);
}
while ((_parent.mc_phys.hitTest(xx, yy, true) && (_parent.mc_phys.hitTest(xx, yy - 1, true))) && (go == 1)) {
_y = (_y - 1);
yy = _y + _parent._y;
xx = _x + _parent._x;
}
}
}
}
}
onClipEvent (enterFrame) {
if (_name.indexOf("instance") <= 0) {
if (this.once != 1) {
this.once = 1;
gotoAndPlay (2);
go = 1;
xmove = 2;
if (_root.mc_giana._x > xx) {
xmove = xmove * -1;
}
if (_root.mc_giana._x < xx) {
xmove = xmove * 1;
}
}
if (bonus_type == "gm") {
if (this.hitTest(_root.mc_giana) && (_currentframe == 1)) {
_root.mh = 2;
_y = -1000;
this.removeMovieClip();
}
} else if (bonus_type == "bm") {
if (this.hitTest(_root.mc_giana) && (go == 1)) {
_root.high = 1;
_root.music = 0;
_y = -1000;
this.removeMovieClip();
}
} else if (bonus_type == "l") {
if ((this.hitTest(_root.mc_giana) && (go == 1)) && (_currentframe == 1)) {
_root.mc_giana.gotoAndPlay("shock");
if (_root.fire_type < 2) {
_root.fire_type = 1;
}
_y = -1000;
this.removeMovieClip();
}
} else if (bonus_type == "ll") {
if ((this.hitTest(_root.mc_giana) && (go == 1)) && (_currentframe == 1)) {
_root.mc_giana.gotoAndPlay("shock");
_root.fire_type = 2;
_y = -1000;
this.removeMovieClip();
}
}
}
}
onClipEvent (load) {
var bonus_type = "l";
}
Instance of Symbol 158 MovieClip "mc_bonus_ll_instance" in Symbol 288 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_name.indexOf("instance") <= 0) {
if (!_root.b_PAUSE) {
yy = _y + _parent._y;
xx = _x + _parent._x;
if (this.acc == undefined) {
this.acc = 0;
}
if ((((yy > 0) && (yy < 600)) && (xx > -50)) && (xx < 600)) {
if (_parent.mc_phys.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.mc_phys.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.mc_phys.hitTest(xx, yy, true) == 0) {
if ((_parent.mc_phys.hitTest(xx + (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0)) || (_parent.mc_phys.hitTest(xx - (this._width / 2), yy, true) && (_parent.mc_phys.hitTest(xx, yy + 20, true) == 0))) {
this.acc = 0;
} else if (go == 1) {
this.acc = this.acc + 0.75;
_y = (_y + this.acc);
} else {
this.acc = 0;
}
} else {
this.acc = 0;
}
if (go == 1) {
_x = (_x + xmove);
}
while ((_parent.mc_phys.hitTest(xx, yy, true) && (_parent.mc_phys.hitTest(xx, yy - 1, true))) && (go == 1)) {
_y = (_y - 1);
yy = _y + _parent._y;
xx = _x + _parent._x;
}
}
}
}
}
onClipEvent (enterFrame) {
if (_name.indexOf("instance") <= 0) {
if (this.once != 1) {
this.once = 1;
gotoAndPlay (2);
go = 1;
xmove = 2;
if (_root.mc_giana._x > xx) {
xmove = xmove * -1;
}
if (_root.mc_giana._x < xx) {
xmove = xmove * 1;
}
}
if (bonus_type == "gm") {
if (this.hitTest(_root.mc_giana) && (_currentframe == 1)) {
_root.mh = 2;
_y = -1000;
this.removeMovieClip();
}
} else if (bonus_type == "bm") {
if (this.hitTest(_root.mc_giana) && (go == 1)) {
_root.high = 1;
_root.music = 0;
_y = -1000;
this.removeMovieClip();
}
} else if (bonus_type == "l") {
if ((this.hitTest(_root.mc_giana) && (go == 1)) && (_currentframe == 1)) {
_root.mc_giana.gotoAndPlay("shock");
if (_root.fire_type < 2) {
_root.fire_type = 1;
}
_y = -1000;
this.removeMovieClip();
}
} else if (bonus_type == "ll") {
if ((this.hitTest(_root.mc_giana) && (go == 1)) && (_currentframe == 1)) {
_root.mc_giana.gotoAndPlay("shock");
_root.fire_type = 2;
_y = -1000;
this.removeMovieClip();
}
}
}
}
onClipEvent (load) {
var bonus_type = "ll";
}