Frame 1
stop();
Instance of Symbol 3 MovieClip "flame" in Frame 1
onClipEvent (load) {
this._x = random(550) - 24.2;
this._y = random(-550) - 122;
speed = random(15);
}
onClipEvent (enterFrame) {
this._y = this._y + (speed + 60);
if (this._y >= 672) {
this._x = random(550) - 24.2;
this._y = random(-550) - 122;
}
}
Instance of Symbol 5 MovieClip "player" in Frame 1
onClipEvent (enterFrame) {
this._x = _root._xmouse - 15;
this._y = _root._ymouse - 15;
if (this.hitTest(_root.flame)) {
_root.gotoAndStop(2);
}
if (this.hitTest(_root.flame2)) {
_root.gotoAndStop(2);
}
if (this.hitTest(_root.flame3)) {
_root.gotoAndStop(2);
}
if (this.hitTest(_root.flame4)) {
_root.gotoAndStop(2);
}
if (this.hitTest(_root.flame5)) {
_root.gotoAndStop(2);
}
}
Instance of Symbol 3 MovieClip "flame2" in Frame 1
onClipEvent (load) {
this._x = random(550) - 24.2;
this._y = random(-550) - 122;
speed = random(15);
}
onClipEvent (enterFrame) {
this._y = this._y + (speed + 60);
if (this._y >= 672) {
this._x = random(550) - 24.2;
this._y = random(-550) - 122;
}
}
Instance of Symbol 3 MovieClip "flame3" in Frame 1
onClipEvent (load) {
this._x = random(550) - 24.2;
this._y = random(-550) - 122;
speed = random(15);
}
onClipEvent (enterFrame) {
this._y = this._y + (speed + 60);
if (this._y >= 672) {
this._x = random(550) - 24.2;
this._y = random(-550) - 122;
}
}
Instance of Symbol 3 MovieClip "flame4" in Frame 1
onClipEvent (load) {
this._x = random(550) - 24.2;
this._y = random(-550) - 122;
speed = random(15);
}
onClipEvent (enterFrame) {
this._y = this._y + (speed + 6);
if (this._y >= 672) {
this._x = random(550) - 24.2;
this._y = random(-550) - 122;
}
}
Instance of Symbol 3 MovieClip "flame5" in Frame 1
onClipEvent (load) {
this._x = random(550) - 24.2;
this._y = random(-550) - 122;
speed = random(15);
}
onClipEvent (enterFrame) {
this._y = this._y + (speed + 6);
if (this._y >= 672) {
this._x = random(550) - 24.2;
this._y = random(-550) - 122;
}
}
Symbol 9 Button
on (release) {
_root.gotoAndStop(1);
}
on (releaseOutside) {
_root.gotoAndStop(1);
}