[Tools][Expand/Collapse All]Note that automatic extraction of ActionScript 3 is still pretty much unsupported by swfchan. AS1/AS2 works okay most of the time.Frame 1 (10.58 KiB) ● ●
setProperty("skier1", _visible , 1);
setProperty("lift1", _visible , 1);
setProperty("liftempty1", _visible , 1);
setProperty("jump", _visible , 1);
setProperty("piss1", _visible , 0);
setProperty("dog1", _visible , 0);
dog1.gotoAndStop(1);
setProperty("blik1", _visible , 1);
setProperty("stump", _visible , 1);
setProperty("rock", _visible , 1);
setProperty("dead", _visible , 1);
setProperty("thing1", _visible , 1);
setProperty("Btree", _visible , 1);
setProperty("Stree", _visible , 1);
setProperty("distanceholder1", _visible , 1);
setProperty("down1", _visible , 0);
down1.gotoAndStop(1);
setProperty("mainmenu1", _visible , 1);
setProperty("gotomenu1", _visible , 1);
_top_depth = 907;
function start() {
gotoAndPlay(1);
}
stage = Stage;
graphics = this;
_root.lift1._y = 480 + (Math.random() * 600);
_root.liftempty1._y = Math.random() * -600;
_root.lift1._x = Math.random() * 640;
_root.liftempty1._x = Math.random() * 640;
hit_timer = 31;
dir = 2;
distance = 0;
style = 0;
dog_count_down = 0;
dog_pee = false;
playing = false;
from_menu = false;
to_menu = false;
jumps = new Array();
jump.duplicateMovieClip("j1", getNextHighestDepth());
jump.duplicateMovieClip("j2", getNextHighestDepth());
jump.duplicateMovieClip("j3", getNextHighestDepth());
jump.duplicateMovieClip("j4", getNextHighestDepth());
jumps.push(j1);
jumps.push(j2);
jumps.push(j3);
jumps.push(j4);
var _local1 = 0;
while (_local1 < jumps.length) {
jumps[_local1]._x = 10 + (Math.random() * 620);
jumps[_local1]._y = 340 + (Math.random() * 480);
_local1++;
}
objs = new Array();
Btree.duplicateMovieClip("bt1", getNextHighestDepth());
Btree.duplicateMovieClip("bt2", getNextHighestDepth());
Btree.duplicateMovieClip("bt3", getNextHighestDepth());
Btree.duplicateMovieClip("bt4", getNextHighestDepth());
Btree.duplicateMovieClip("bt5", getNextHighestDepth());
Btree.duplicateMovieClip("bt6", getNextHighestDepth());
Stree.duplicateMovieClip("st1", getNextHighestDepth());
Stree.duplicateMovieClip("st2", getNextHighestDepth());
Stree.duplicateMovieClip("st3", getNextHighestDepth());
Stree.duplicateMovieClip("st4", getNextHighestDepth());
Stree.duplicateMovieClip("st5", getNextHighestDepth());
Stree.duplicateMovieClip("st6", getNextHighestDepth());
Stree.duplicateMovieClip("st7", getNextHighestDepth());
rock.duplicateMovieClip("r1", getNextHighestDepth());
rock.duplicateMovieClip("r2", getNextHighestDepth());
rock.duplicateMovieClip("r3", getNextHighestDepth());
rock.duplicateMovieClip("r4", getNextHighestDepth());
rock.duplicateMovieClip("r5", getNextHighestDepth());
rock.duplicateMovieClip("r6", getNextHighestDepth());
dead.duplicateMovieClip("d1", getNextHighestDepth());
dead.duplicateMovieClip("d2", getNextHighestDepth());
dead.duplicateMovieClip("d3", getNextHighestDepth());
dead.duplicateMovieClip("d4", getNextHighestDepth());
stump.duplicateMovieClip("stu1", getNextHighestDepth());
stump.duplicateMovieClip("stu2", getNextHighestDepth());
stump.duplicateMovieClip("stu3", getNextHighestDepth());
objs.push(bt1);
objs.push(bt2);
objs.push(bt3);
objs.push(bt4);
objs.push(bt5);
objs.push(bt6);
objs.push(stu1);
objs.push(stu2);
objs.push(stu3);
objs.push(st1);
objs.push(st2);
objs.push(st3);
objs.push(st4);
objs.push(st5);
objs.push(st6);
objs.push(st7);
objs.push(r1);
objs.push(r2);
objs.push(r3);
objs.push(r4);
objs.push(r5);
objs.push(r6);
objs.push(d1);
objs.push(d2);
objs.push(d3);
objs.push(d4);
objs.push(_root.thing1);
_local1 = 0;
while (_local1 < objs.length) {
objs[_local1]._x = 10 + (Math.random() * 620);
objs[_local1]._y = 340 + (Math.random() * 480);
_local1++;
}
function ScriptElementHandler() {
hit_timer++;
distance = distance - (bt1.velocity_y / 720);
_root.distanceholder1.distance1.text = ("DISTANCE: " + Math.round(distance)) + "m";
_root.distanceholder1.style1.text = "STYLE: " + Math.round(style);
_root.distanceholder1.swapDepths(getNextHighestDepth());
_root.skier1.swapDepths(getNextHighestDepth());
var _local1 = 0;
while (_local1 < objs.length) {
if ((_root.skier1._y != 255) && (_root.skier1.hitTest(objs[_local1]))) {
style = style + 0.5;
}
if (hit_timer < 30) {
_root.skier1.velocity_x = 0;
objs[_local1].velocity_y = 0;
_root.skier1.slideshow1.showSlide("Slide 4");
dir = 999999;
_root.skier1._xscale = 1 * 100;
}
if (hit_timer == 30) {
_root.skier1.slideshow1.showSlide("Slide 5");
_root.down1._visible = 1;
_root.down1.play();
}
if ((Math.abs(objs[_local1]._y - _root.skier1._y) < 10) && ((Math.abs(objs[_local1]._x - _root.skier1._x) < 15) && (_root.skier1._y == 255))) {
hit_timer = 0;
objs[_local1]._y = objs[_local1]._y - 15;
dir = 2;
style = style - (20 + (Math.random() * 10));
}
_local1++;
}
}
function JumpElementHandler() {
if (_root.skier1._y > 255) {
_root.skier1._y = 255;
_root.skier1.velocity_y = 0;
_root.skier1.acceleration_y = 0;
}
if (_root.skier1._y < 255) {
_root.skier1.acceleration_y = 250;
}
var _local1 = 0;
while (_local1 < jumps.length) {
if ((Math.abs(jumps[_local1]._y - _root.skier1._y) < 5) && ((Math.abs(jumps[_local1]._x - _root.skier1._x) < 22) && (_root.skier1._y == 255))) {
_root.skier1.velocity_y = -300;
jumps[_local1]._y = jumps[_local1]._y - 10;
style = style + 5;
}
jumps[_local1].velocity_y = bt1.velocity_y;
if (jumps[_local1]._y < -20) {
jumps[_local1]._y = 480 + (Math.random() * 480);
jumps[_local1]._x = Math.random() * 640;
}
_local1++;
}
}
function SwapDepthElementHandler() {
_root.skier1.swapDepths(getNextHighestDepth());
var _local1 = 0;
while (_local1 < jumps.length) {
if ((jumps[_local1]._y > _root.skier1._y) && (_root.skier1._y == 255)) {
jumps[_local1].swapDepths(getNextHighestDepth());
}
_local1++;
}
_local1 = 0;
while (_local1 < objs.length) {
if ((objs[_local1]._y > _root.skier1._y) && (_root.skier1._y == 255)) {
objs[_local1].swapDepths(getNextHighestDepth());
}
_local1++;
}
_root.lift1.swapDepths(getNextHighestDepth());
_root.liftempty1.swapDepths(getNextHighestDepth());
_root.down1.swapDepths(getNextHighestDepth());
_root.gotomenu1.swapDepths(getNextHighestDepth());
_root.blik1.swapDepths(getNextHighestDepth());
_root.mainmenu1.swapDepths(getNextHighestDepth());
}
function BlikAiElementHandler() {
blik_pos = 1500;
if (playing == false) {
_root.down1._visible = 0;
}
blik_side = Math.random() * 100;
if ((blik_side > 50) && (distance < blik_pos)) {
_root.blik1._x = -100;
}
if ((blik_side < 50) && (distance < blik_pos)) {
_root.blik1._x = 740;
}
if ((_root.blik1._x > _root.skier1._x) && (playing)) {
_root.blik1._xscale = -1 * 100;
}
if ((_root.blik1._x < _root.skier1._x) && (playing)) {
_root.blik1._xscale = 1 * 100;
}
if ((distance > blik_pos) && ((_root.skier1._y == 255) && (playing))) {
_root.blik1._y = 255;
_root.blik1.velocity_x = (_root.blik1._xscale / 100) * 300;
}
if (_root.blik1.hitTest(_root.skier1) && (playing)) {
playing = false;
dir = 2;
_root.skier1._visible = 0;
_root.blik1.blik_acts1.showSlide("Slide 2");
_root.blik1.blik_acts1.slide7.blikeat1.gotoAndPlay(2);
_root.blik1.velocity_x = 0;
_root.down1._visible = 0;
var _local1 = 0;
while (_local1 < objs.length) {
objs[_local1].velocity_y = 0;
_local1++;
}
}
}
function onEnterFrame() {
if (_root.skier1._x > 630) {
_root.skier1._x = 630;
dir = 0;
}
if (_root.skier1._x < 10) {
_root.skier1._x = 10;
dir = 0;
}
_root.lift1.velocity_y = -50 + bt1.velocity_y;
_root.liftempty1.velocity_y = 50 + bt1.velocity_y;
if (_root.liftempty1._y < -700) {
_root.liftempty1._y = 500;
_root.liftempty1._x = Math.random() * 640;
}
if (_root.liftempty1._y > 700) {
_root.liftempty1._x = Math.random() * 640;
_root.liftempty1._y = Math.random() * -600;
}
if (_root.lift1._y < -200) {
_root.lift1._x = Math.random() * 640;
_root.lift1._y = 480 + (Math.random() * 600);
}
var _local1 = 0;
while (_local1 < objs.length) {
if (objs[_local1]._y < -20) {
objs[_local1]._y = 480 + (Math.random() * 480);
objs[_local1]._x = Math.random() * 640;
}
if ((dir == -2) && (hit_timer > 20)) {
_root.skier1.slideshow1.showSlide("Slide 3");
_root.skier1._xscale = -1 * 100;
objs[_local1].velocity_y = 0;
_root.skier1.velocity_x = 0;
}
if ((dir == -1) && (hit_timer > 20)) {
_root.skier1.slideshow1.showSlide("Slide 2");
_root.skier1._xscale = -1 * 100;
objs[_local1].velocity_y = -200;
_root.skier1.velocity_x = -90;
}
if ((dir == 0) && (hit_timer > 20)) {
_root.skier1.slideshow1.showSlide("Slide 1");
_root.skier1._xscale = 1 * 100;
objs[_local1].velocity_y = -250;
_root.skier1.velocity_x = 0;
_root.down1._visible = 0;
}
if ((dir == 1) && (hit_timer > 20)) {
_root.skier1.slideshow1.showSlide("Slide 2");
_root.skier1._xscale = 1 * 100;
objs[_local1].velocity_y = -200;
_root.skier1.velocity_x = 90;
}
if ((dir == 2) && (hit_timer > 20)) {
_root.skier1.slideshow1.showSlide("Slide 3");
_root.skier1._xscale = 1 * 100;
objs[_local1].velocity_y = 0;
_root.skier1.velocity_x = 0;
}
_local1++;
}
if (_root.skier1._y != 255) {
if (dir == 2) {
dir = 1;
}
if (dir == -2) {
dir = -1;
}
}
var _local2 = _global.poll_objects.length - 1;
while (_local2 >= 0) {
var _local3 = _global.poll_objects[_local2];
_local3.poll(0.025000000372529);
_local2--;
}
ScriptElementHandler();
JumpElementHandler();
SwapDepthElementHandler();
BlikAiElementHandler();
}
function onMouseMove() {
_root.game_music1.play();
}
function onKeyDown() {
if (Key.getCode() == 37) {
if (playing) {
if ((_root.dir > -2) && (_root.skier1._y == 255)) {
_root.dir--;
}
if ((_root.dir > -1) && (_root.skier1._y != 255)) {
_root.dir--;
}
if (dir == -2) {
_root.skier1._x = _root.skier1._x - 5;
}
}
}
if (Key.getCode() == 39) {
if (playing) {
if ((_root.dir < 2) && (_root.skier1._y == 255)) {
_root.dir++;
}
if ((_root.dir < 1) && (_root.skier1._y != 255)) {
_root.dir++;
}
if (dir == 2) {
_root.skier1._x = _root.skier1._x + 5;
}
}
}
if (Key.getCode() == 40) {
if (playing) {
_root.dir = 0;
}
}
}
Key.addListener(this);
Frame 3 (8 B)
stop();
Symbol 2 MovieClip [_init_globals] Frame 0 (439 B)
#initclip
_global.poll_objects = new Array();
_global.poll_objects.removeValue = function (_v) {
var _local2 = 0;
var _local3 = this;
var _local4 = _local3.length;
while (_local2 < _local4) {
if (_local3[_local2] == _v) {
this.splice(_local2, 1);
return(_local2);
}
_local2 = _local2 + 1;
}
return("removeValue");
};
(ASSetPropFlags(_global.poll_objects.removeValue, null, 1));// not popped
#endinitclip
Symbol 7 MovieClip Frame 1 (701 B)
function start() {
gotoAndPlay(1);
}
function _p(xx, yy, sx, sy, rr, aa) {
_x = xx;
_y = yy;
_xscale = sx;
_yscale = sy;
_rotation = rr;
_alpha = aa;
}
function clone() {
var _local1 = _root._top_depth + 1;
_root._top_depth = _local1;
var _local2 = "_clone" + _local1;
this.duplicateMovieClip(_local2, _local1, this);
var _local3 = _parent[_local2];
_local3._cc = true;
clone_array.push(_local3);
_local3._cp = this;
return(_local3);
}
function reset() {
_x = 290;
_y = 133;
_xscale = 100;
_yscale = 100;
_rotation = 0;
_alpha = 100;
this.gotoAndPlay(1);
}
stage = Stage;
graphics = this;
clone_array = new Array();
sprite_array = new Array();
Symbol 7 MovieClip Frame 2 (8 B)
stop();
Symbol 8 MovieClip Frame 1 (767 B)
setProperty("skierdown1", _visible , 1);
function start() {
gotoAndPlay(1);
}
function _p(xx, yy, sx, sy, rr, aa) {
_x = xx;
_y = yy;
_xscale = sx;
_yscale = sy;
_rotation = rr;
_alpha = aa;
}
function clone() {
var _local1 = _root._top_depth + 1;
_root._top_depth = _local1;
var _local2 = "_clone" + _local1;
this.duplicateMovieClip(_local2, _local1, this);
var _local3 = _parent[_local2];
_local3._cc = true;
clone_array.push(_local3);
_local3._cp = this;
return(_local3);
}
function reset() {
_x = -297;
_y = -149;
_xscale = 100;
_yscale = 100;
_rotation = 0;
_alpha = 100;
skierdown1.reset();
this.gotoAndPlay(1);
}
stage = Stage;
graphics = this;
clone_array = new Array();
sprite_array = new Array();
Symbol 8 MovieClip Frame 2 (8 B)
stop();
Symbol 12 MovieClip Frame 1 (701 B)
function start() {
gotoAndPlay(1);
}
function _p(xx, yy, sx, sy, rr, aa) {
_x = xx;
_y = yy;
_xscale = sx;
_yscale = sy;
_rotation = rr;
_alpha = aa;
}
function clone() {
var _local1 = _root._top_depth + 1;
_root._top_depth = _local1;
var _local2 = "_clone" + _local1;
this.duplicateMovieClip(_local2, _local1, this);
var _local3 = _parent[_local2];
_local3._cc = true;
clone_array.push(_local3);
_local3._cp = this;
return(_local3);
}
function reset() {
_x = 290;
_y = 133;
_xscale = 100;
_yscale = 100;
_rotation = 0;
_alpha = 100;
this.gotoAndPlay(1);
}
stage = Stage;
graphics = this;
clone_array = new Array();
sprite_array = new Array();
Symbol 12 MovieClip Frame 2 (8 B)
stop();
Symbol 13 MovieClip Frame 1 (771 B)
setProperty("skierangled1", _visible , 1);
function start() {
gotoAndPlay(1);
}
function _p(xx, yy, sx, sy, rr, aa) {
_x = xx;
_y = yy;
_xscale = sx;
_yscale = sy;
_rotation = rr;
_alpha = aa;
}
function clone() {
var _local1 = _root._top_depth + 1;
_root._top_depth = _local1;
var _local2 = "_clone" + _local1;
this.duplicateMovieClip(_local2, _local1, this);
var _local3 = _parent[_local2];
_local3._cc = true;
clone_array.push(_local3);
_local3._cp = this;
return(_local3);
}
function reset() {
_x = -297;
_y = -149;
_xscale = 100;
_yscale = 100;
_rotation = 0;
_alpha = 100;
skierangled1.reset();
this.gotoAndPlay(1);
}
stage = Stage;
graphics = this;
clone_array = new Array();
sprite_array = new Array();
Symbol 13 MovieClip Frame 2 (8 B)
stop();
Symbol 17 MovieClip Frame 1 (701 B)
function start() {
gotoAndPlay(1);
}
function _p(xx, yy, sx, sy, rr, aa) {
_x = xx;
_y = yy;
_xscale = sx;
_yscale = sy;
_rotation = rr;
_alpha = aa;
}
function clone() {
var _local1 = _root._top_depth + 1;
_root._top_depth = _local1;
var _local2 = "_clone" + _local1;
this.duplicateMovieClip(_local2, _local1, this);
var _local3 = _parent[_local2];
_local3._cc = true;
clone_array.push(_local3);
_local3._cp = this;
return(_local3);
}
function reset() {
_x = 286;
_y = 136;
_xscale = 100;
_yscale = 100;
_rotation = 0;
_alpha = 100;
this.gotoAndPlay(1);
}
stage = Stage;
graphics = this;
clone_array = new Array();
sprite_array = new Array();
Symbol 17 MovieClip Frame 2 (8 B)
stop();
Symbol 18 MovieClip Frame 1 (767 B)
setProperty("skierside1", _visible , 1);
function start() {
gotoAndPlay(1);
}
function _p(xx, yy, sx, sy, rr, aa) {
_x = xx;
_y = yy;
_xscale = sx;
_yscale = sy;
_rotation = rr;
_alpha = aa;
}
function clone() {
var _local1 = _root._top_depth + 1;
_root._top_depth = _local1;
var _local2 = "_clone" + _local1;
this.duplicateMovieClip(_local2, _local1, this);
var _local3 = _parent[_local2];
_local3._cc = true;
clone_array.push(_local3);
_local3._cp = this;
return(_local3);
}
function reset() {
_x = -297;
_y = -149;
_xscale = 100;
_yscale = 100;
_rotation = 0;
_alpha = 100;
skierside1.reset();
this.gotoAndPlay(1);
}
stage = Stage;
graphics = this;
clone_array = new Array();
sprite_array = new Array();
Symbol 18 MovieClip Frame 2 (8 B)
stop();
Symbol 22 MovieClip Frame 1 (701 B)
function start() {
gotoAndPlay(1);
}
function _p(xx, yy, sx, sy, rr, aa) {
_x = xx;
_y = yy;
_xscale = sx;
_yscale = sy;
_rotation = rr;
_alpha = aa;
}
function clone() {
var _local1 = _root._top_depth + 1;
_root._top_depth = _local1;
var _local2 = "_clone" + _local1;
this.duplicateMovieClip(_local2, _local1, this);
var _local3 = _parent[_local2];
_local3._cc = true;
clone_array.push(_local3);
_local3._cp = this;
return(_local3);
}
function reset() {
_x = 282;
_y = 133;
_xscale = 100;
_yscale = 100;
_rotation = 0;
_alpha = 100;
this.gotoAndPlay(1);
}
stage = Stage;
graphics = this;
clone_array = new Array();
sprite_array = new Array();
Symbol 22 MovieClip Frame 2 (8 B)
stop();
Symbol 23 MovieClip Frame 1 (767 B)
setProperty("skierfell1", _visible , 1);
function start() {
gotoAndPlay(1);
}
function _p(xx, yy, sx, sy, rr, aa) {
_x = xx;
_y = yy;
_xscale = sx;
_yscale = sy;
_rotation = rr;
_alpha = aa;
}
function clone() {
var _local1 = _root._top_depth + 1;
_root._top_depth = _local1;
var _local2 = "_clone" + _local1;
this.duplicateMovieClip(_local2, _local1, this);
var _local3 = _parent[_local2];
_local3._cc = true;
clone_array.push(_local3);
_local3._cp = this;
return(_local3);
}
function reset() {
_x = -297;
_y = -149;
_xscale = 100;
_yscale = 100;
_rotation = 0;
_alpha = 100;
skierfell1.reset();
this.gotoAndPlay(1);
}
stage = Stage;
graphics = this;
clone_array = new Array();
sprite_array = new Array();
Symbol 23 MovieClip Frame 2 (8 B)
stop();
Symbol 27 MovieClip Frame 1 (701 B)
function start() {
gotoAndPlay(1);
}
function _p(xx, yy, sx, sy, rr, aa) {
_x = xx;
_y = yy;
_xscale = sx;
_yscale = sy;
_rotation = rr;
_alpha = aa;
}
function clone() {
var _local1 = _root._top_depth + 1;
_root._top_depth = _local1;
var _local2 = "_clone" + _local1;
this.duplicateMovieClip(_local2, _local1, this);
var _local3 = _parent[_local2];
_local3._cc = true;
clone_array.push(_local3);
_local3._cp = this;
return(_local3);
}
function reset() {
_x = 282;
_y = 137;
_xscale = 100;
_yscale = 100;
_rotation = 0;
_alpha = 100;
this.gotoAndPlay(1);
}
stage = Stage;
graphics = this;
clone_array = new Array();
sprite_array = new Array();
Symbol 27 MovieClip Frame 2 (8 B)
stop();
Symbol 28 MovieClip Frame 1 (773 B)
setProperty("skiersitting1", _visible , 1);
function start() {
gotoAndPlay(1);
}
function _p(xx, yy, sx, sy, rr, aa) {
_x = xx;
_y = yy;
_xscale = sx;
_yscale = sy;
_rotation = rr;
_alpha = aa;
}
function clone() {
var _local1 = _root._top_depth + 1;
_root._top_depth = _local1;
var _local2 = "_clone" + _local1;
this.duplicateMovieClip(_local2, _local1, this);
var _local3 = _parent[_local2];
_local3._cc = true;
clone_array.push(_local3);
_local3._cp = this;
return(_local3);
}
function reset() {
_x = -297;
_y = -149;
_xscale = 100;
_yscale = 100;
_rotation = 0;
_alpha = 100;
skiersitting1.reset();
this.gotoAndPlay(1);
}
stage = Stage;
graphics = this;
clone_array = new Array();
sprite_array = new Array();
Symbol 28 MovieClip Frame 2 (8 B)
stop();
Symbol 3 MovieClip Frame 1 (2.18 KiB) ●
slide1._p(-297, -149, 100, 100, 0, 100);
slide2._p(-297, -149, 100, 100, 0, 100);
slide3._p(-297, -149, 100, 100, 0, 100);
slide4._p(-297, -149, 100, 100, 0, 100);
slide5._p(-297, -149, 100, 100, 0, 100);
setProperty("slide1", _visible , 1);
setProperty("slide1", _visible , 1);
setProperty("slide2", _visible , 0);
setProperty("slide2", _visible , 0);
setProperty("slide3", _visible , 0);
setProperty("slide3", _visible , 0);
setProperty("slide4", _visible , 0);
setProperty("slide4", _visible , 0);
setProperty("slide5", _visible , 0);
setProperty("slide5", _visible , 0);
function start() {
gotoAndPlay(1);
}
function _p(xx, yy, sx, sy, rr, aa) {
_x = xx;
_y = yy;
_xscale = sx;
_yscale = sy;
_rotation = rr;
_alpha = aa;
}
function clone() {
var _local1 = _root._top_depth + 1;
_root._top_depth = _local1;
var _local2 = "_clone" + _local1;
this.duplicateMovieClip(_local2, _local1, this);
var _local3 = _parent[_local2];
_local3._cc = true;
clone_array.push(_local3);
_local3._cp = this;
return(_local3);
}
function reset() {
_x = 0;
_y = -15;
_xscale = 100;
_yscale = 100;
_rotation = 0;
_alpha = 100;
this.gotoAndPlay(1);
}
function showSlide(name) {
names.findValue = function (_v) {
var _local2 = 0;
var _local3 = this;
var _local4 = _local3.length;
while (_local2 < _local4) {
if (_local3[_local2] == _v) {
return(_local2);
}
_local2 = _local2 + 1;
}
return(-1);
};
var _local2 = names.findValue(name);
if (_local2 != -1) {
showIndex(_local2);
}
}
function showIndex(i) {
slides[index]._visible = false;
slides[i]._visible = true;
index = i;
}
function nextSlide() {
var _local1 = index + 1;
if (_local1 >= 5) {
_local1 = 0;
}
showIndex(_local1);
}
function prevSlide() {
var _local1 = index - 1;
if (_local1 < 0) {
_local1 = 4;
}
showIndex(_local1);
}
stage = Stage;
graphics = this;
clone_array = new Array();
sprite_array = new Array();
index = 0;
names = ["Slide 1", "Slide 2", "Slide 3", "Slide 4", "Slide 5"];
slides = new Array();
slides.push(slide1);
slides.push(slide2);
slides.push(slide3);
slides.push(slide4);
slides.push(slide5);
Symbol 3 MovieClip Frame 2 (8 B)
stop();
Symbol 29 MovieClip Frame 1 (2.45 KiB) ●
setProperty("slideshow1", _visible , 1);
function start() {
gotoAndPlay(1);
}
function _p(xx, yy, sx, sy, rr, aa) {
_x = xx;
_y = yy;
_xscale = sx;
_yscale = sy;
_rotation = rr;
_alpha = aa;
}
function clone() {
var _local1 = _root._top_depth + 1;
_root._top_depth = _local1;
var _local2 = "_clone" + _local1;
this.duplicateMovieClip(_local2, _local1, this);
var _local3 = _parent[_local2];
_local3._cc = true;
clone_array.push(_local3);
_local3._cp = this;
return(_local3);
}
function reset() {
_x = 319;
_y = 255;
_xscale = 100;
_yscale = 100;
_rotation = 0;
_alpha = 100;
slideshow1.reset();
this.gotoAndPlay(1);
}
stage = Stage;
graphics = this;
if (_cc == null) {
velocity_x = 0;
velocity_y = 0;
acceleration_x = 0;
acceleration_y = 0;
scale_rate_x = 0;
scale_rate_y = 0;
alpha_rate = 0;
friction_x = 0;
friction_y = 0;
angular_velocity = 0;
angular_acceleration = 0;
angular_friction = 0;
}
clone_array = new Array();
sprite_array = new Array();
function physics(velocity, acceleration, maximum, friction) {
if (acceleration != 0) {
velocity = velocity + (acceleration * 0.025000000372529);
}
if (friction > 0) {
if (velocity > 0) {
velocity = velocity - (friction * 0.025000000372529);
if (velocity < 0) {
velocity = 0;
}
} else if (velocity < 0) {
velocity = velocity + (friction * 0.025000000372529);
if (velocity > 0) {
velocity = 0;
}
}
}
if (maximum > 0) {
if (velocity > maximum) {
velocity = maximum;
}
if (velocity < (-maximum)) {
velocity = -maximum;
}
}
return(velocity);
}
function onEnterFrame() {
if (velocity_x != 0) {
_x = _x + (velocity_x * 0.025000000372529);
}
if (velocity_y != 0) {
_y = _y + (velocity_y * 0.025000000372529);
}
if (angular_velocity != 0) {
_rotation = _rotation + (angular_velocity * 0.025000000372529);
}
velocity_x = physics(velocity_x, acceleration_x, 0, friction_x);
velocity_y = physics(velocity_y, acceleration_y, 0, friction_y);
angular_velocity = physics(angular_velocity, angular_acceleration, 0, angular_friction);
if (scale_rate_x != 0) {
_xscale = ((_xscale / 100) + (scale_rate_x * 0.000250000011874363)) * 100;
}
if (scale_rate_y != 0) {
_yscale = ((_yscale / 100) + (scale_rate_y * 0.000250000011874363)) * 100;
}
if (alpha_rate != 0) {
_alpha = ((_alpha / 100) + (alpha_rate * 0.000250000011874363)) * 100;
}
}
Symbol 29 MovieClip Frame 2 (8 B)
stop();
Symbol 33 MovieClip Frame 1 (2.39 KiB) ●
function start() {
gotoAndPlay(1);
}
function _p(xx, yy, sx, sy, rr, aa) {
_x = xx;
_y = yy;
_xscale = sx;
_yscale = sy;
_rotation = rr;
_alpha = aa;
}
function clone() {
var _local1 = _root._top_depth + 1;
_root._top_depth = _local1;
var _local2 = "_clone" + _local1;
this.duplicateMovieClip(_local2, _local1, this);
var _local3 = _parent[_local2];
_local3._cc = true;
clone_array.push(_local3);
_local3._cp = this;
return(_local3);
}
function reset() {
_x = 19;
_y = 456;
_xscale = 100;
_yscale = 100;
_rotation = 0;
_alpha = 100;
this.gotoAndPlay(1);
}
stage = Stage;
graphics = this;
if (_cc == null) {
velocity_x = 0;
velocity_y = 0;
acceleration_x = 0;
acceleration_y = 0;
scale_rate_x = 0;
scale_rate_y = 0;
alpha_rate = 0;
friction_x = 0;
friction_y = 0;
angular_velocity = 0;
angular_acceleration = 0;
angular_friction = 0;
}
clone_array = new Array();
sprite_array = new Array();
function physics(velocity, acceleration, maximum, friction) {
if (acceleration != 0) {
velocity = velocity + (acceleration * 0.025000000372529);
}
if (friction > 0) {
if (velocity > 0) {
velocity = velocity - (friction * 0.025000000372529);
if (velocity < 0) {
velocity = 0;
}
} else if (velocity < 0) {
velocity = velocity + (friction * 0.025000000372529);
if (velocity > 0) {
velocity = 0;
}
}
}
if (maximum > 0) {
if (velocity > maximum) {
velocity = maximum;
}
if (velocity < (-maximum)) {
velocity = -maximum;
}
}
return(velocity);
}
function onEnterFrame() {
if (velocity_x != 0) {
_x = _x + (velocity_x * 0.025000000372529);
}
if (velocity_y != 0) {
_y = _y + (velocity_y * 0.025000000372529);
}
if (angular_velocity != 0) {
_rotation = _rotation + (angular_velocity * 0.025000000372529);
}
velocity_x = physics(velocity_x, acceleration_x, 0, friction_x);
velocity_y = physics(velocity_y, acceleration_y, 0, friction_y);
angular_velocity = physics(angular_velocity, angular_acceleration, 0, angular_friction);
if (scale_rate_x != 0) {
_xscale = ((_xscale / 100) + (scale_rate_x * 0.000250000011874363)) * 100;
}
if (scale_rate_y != 0) {
_yscale = ((_yscale / 100) + (scale_rate_y * 0.000250000011874363)) * 100;
}
if (alpha_rate != 0) {
_alpha = ((_alpha / 100) + (alpha_rate * 0.000250000011874363)) * 100;
}
}
Symbol 33 MovieClip Frame 2 (8 B)
stop();
Symbol 37 MovieClip Frame 1 (2.39 KiB) ●
function start() {
gotoAndPlay(1);
}
function _p(xx, yy, sx, sy, rr, aa) {
_x = xx;
_y = yy;
_xscale = sx;
_yscale = sy;
_rotation = rr;
_alpha = aa;
}
function clone() {
var _local1 = _root._top_depth + 1;
_root._top_depth = _local1;
var _local2 = "_clone" + _local1;
this.duplicateMovieClip(_local2, _local1, this);
var _local3 = _parent[_local2];
_local3._cc = true;
clone_array.push(_local3);
_local3._cp = this;
return(_local3);
}
function reset() {
_x = 622;
_y = 460;
_xscale = 100;
_yscale = 100;
_rotation = 0;
_alpha = 100;
this.gotoAndPlay(1);
}
stage = Stage;
graphics = this;
if (_cc == null) {
velocity_x = 0;
velocity_y = 0;
acceleration_x = 0;
acceleration_y = 0;
scale_rate_x = 0;
scale_rate_y = 0;
alpha_rate = 0;
friction_x = 0;
friction_y = 0;
angular_velocity = 0;
angular_acceleration = 0;
angular_friction = 0;
}
clone_array = new Array();
sprite_array = new Array();
function physics(velocity, acceleration, maximum, friction) {
if (acceleration != 0) {
velocity = velocity + (acceleration * 0.025000000372529);
}
if (friction > 0) {
if (velocity > 0) {
velocity = velocity - (friction * 0.025000000372529);
if (velocity < 0) {
velocity = 0;
}
} else if (velocity < 0) {
velocity = velocity + (friction * 0.025000000372529);
if (velocity > 0) {
velocity = 0;
}
}
}
if (maximum > 0) {
if (velocity > maximum) {
velocity = maximum;
}
if (velocity < (-maximum)) {
velocity = -maximum;
}
}
return(velocity);
}
function onEnterFrame() {
if (velocity_x != 0) {
_x = _x + (velocity_x * 0.025000000372529);
}
if (velocity_y != 0) {
_y = _y + (velocity_y * 0.025000000372529);
}
if (angular_velocity != 0) {
_rotation = _rotation + (angular_velocity * 0.025000000372529);
}
velocity_x = physics(velocity_x, acceleration_x, 0, friction_x);
velocity_y = physics(velocity_y, acceleration_y, 0, friction_y);
angular_velocity = physics(angular_velocity, angular_acceleration, 0, angular_friction);
if (scale_rate_x != 0) {
_xscale = ((_xscale / 100) + (scale_rate_x * 0.000250000011874363)) * 100;
}
if (scale_rate_y != 0) {
_yscale = ((_yscale / 100) + (scale_rate_y * 0.000250000011874363)) * 100;
}
if (alpha_rate != 0) {
_alpha = ((_alpha / 100) + (alpha_rate * 0.000250000011874363)) * 100;
}
}
Symbol 37 MovieClip Frame 2 (8 B)
stop();
Symbol 41 MovieClip Frame 1 (2.39 KiB) ●
function start() {
gotoAndPlay(1);
}
function _p(xx, yy, sx, sy, rr, aa) {
_x = xx;
_y = yy;
_xscale = sx;
_yscale = sy;
_rotation = rr;
_alpha = aa;
}
function clone() {
var _local1 = _root._top_depth + 1;
_root._top_depth = _local1;
var _local2 = "_clone" + _local1;
this.duplicateMovieClip(_local2, _local1, this);
var _local3 = _parent[_local2];
_local3._cc = true;
clone_array.push(_local3);
_local3._cp = this;
return(_local3);
}
function reset() {
_x = 20;
_y = -7;
_xscale = 100;
_yscale = 100;
_rotation = 0;
_alpha = 100;
this.gotoAndPlay(1);
}
stage = Stage;
graphics = this;
if (_cc == null) {
velocity_x = 0;
velocity_y = 0;
acceleration_x = 0;
acceleration_y = 0;
scale_rate_x = 0;
scale_rate_y = 0;
alpha_rate = 0;
friction_x = 0;
friction_y = 0;
angular_velocity = 0;
angular_acceleration = 0;
angular_friction = 0;
}
clone_array = new Array();
sprite_array = new Array();
function physics(velocity, acceleration, maximum, friction) {
if (acceleration != 0) {
velocity = velocity + (acceleration * 0.025000000372529);
}
if (friction > 0) {
if (velocity > 0) {
velocity = velocity - (friction * 0.025000000372529);
if (velocity < 0) {
velocity = 0;
}
} else if (velocity < 0) {
velocity = velocity + (friction * 0.025000000372529);
if (velocity > 0) {
velocity = 0;
}
}
}
if (maximum > 0) {
if (velocity > maximum) {
velocity = maximum;
}
if (velocity < (-maximum)) {
velocity = -maximum;
}
}
return(velocity);
}
function onEnterFrame() {
if (velocity_x != 0) {
_x = _x + (velocity_x * 0.025000000372529);
}
if (velocity_y != 0) {
_y = _y + (velocity_y * 0.025000000372529);
}
if (angular_velocity != 0) {
_rotation = _rotation + (angular_velocity * 0.025000000372529);
}
velocity_x = physics(velocity_x, acceleration_x, 0, friction_x);
velocity_y = physics(velocity_y, acceleration_y, 0, friction_y);
angular_velocity = physics(angular_velocity, angular_acceleration, 0, angular_friction);
if (scale_rate_x != 0) {
_xscale = ((_xscale / 100) + (scale_rate_x * 0.000250000011874363)) * 100;
}
if (scale_rate_y != 0) {
_yscale = ((_yscale / 100) + (scale_rate_y * 0.000250000011874363)) * 100;
}
if (alpha_rate != 0) {
_alpha = ((_alpha / 100) + (alpha_rate * 0.000250000011874363)) * 100;
}
}
Symbol 41 MovieClip Frame 2 (8 B)
stop();
Symbol 45 MovieClip Frame 1 (2.39 KiB) ●
function start() {
gotoAndPlay(1);
}
function _p(xx, yy, sx, sy, rr, aa) {
_x = xx;
_y = yy;
_xscale = sx;
_yscale = sy;
_rotation = rr;
_alpha = aa;
}
function clone() {
var _local1 = _root._top_depth + 1;
_root._top_depth = _local1;
var _local2 = "_clone" + _local1;
this.duplicateMovieClip(_local2, _local1, this);
var _local3 = _parent[_local2];
_local3._cc = true;
clone_array.push(_local3);
_local3._cp = this;
return(_local3);
}
function reset() {
_x = 106;
_y = -13;
_xscale = 100;
_yscale = 100;
_rotation = 0;
_alpha = 100;
this.gotoAndPlay(1);
}
stage = Stage;
graphics = this;
if (_cc == null) {
velocity_x = 0;
velocity_y = 0;
acceleration_x = 0;
acceleration_y = 0;
scale_rate_x = 0;
scale_rate_y = 0;
alpha_rate = 0;
friction_x = 0;
friction_y = 0;
angular_velocity = 0;
angular_acceleration = 0;
angular_friction = 0;
}
clone_array = new Array();
sprite_array = new Array();
function physics(velocity, acceleration, maximum, friction) {
if (acceleration != 0) {
velocity = velocity + (acceleration * 0.025000000372529);
}
if (friction > 0) {
if (velocity > 0) {
velocity = velocity - (friction * 0.025000000372529);
if (velocity < 0) {
velocity = 0;
}
} else if (velocity < 0) {
velocity = velocity + (friction * 0.025000000372529);
if (velocity > 0) {
velocity = 0;
}
}
}
if (maximum > 0) {
if (velocity > maximum) {
velocity = maximum;
}
if (velocity < (-maximum)) {
velocity = -maximum;
}
}
return(velocity);
}
function onEnterFrame() {
if (velocity_x != 0) {
_x = _x + (velocity_x * 0.025000000372529);
}
if (velocity_y != 0) {
_y = _y + (velocity_y * 0.025000000372529);
}
if (angular_velocity != 0) {
_rotation = _rotation + (angular_velocity * 0.025000000372529);
}
velocity_x = physics(velocity_x, acceleration_x, 0, friction_x);
velocity_y = physics(velocity_y, acceleration_y, 0, friction_y);
angular_velocity = physics(angular_velocity, angular_acceleration, 0, angular_friction);
if (scale_rate_x != 0) {
_xscale = ((_xscale / 100) + (scale_rate_x * 0.000250000011874363)) * 100;
}
if (scale_rate_y != 0) {
_yscale = ((_yscale / 100) + (scale_rate_y * 0.000250000011874363)) * 100;
}
if (alpha_rate != 0) {
_alpha = ((_alpha / 100) + (alpha_rate * 0.000250000011874363)) * 100;
}
}
Symbol 45 MovieClip Frame 2 (8 B)
stop();
Symbol 53 MovieClip Frame 1 (699 B)
function start() {
gotoAndPlay(1);
}
function _p(xx, yy, sx, sy, rr, aa) {
_x = xx;
_y = yy;
_xscale = sx;
_yscale = sy;
_rotation = rr;
_alpha = aa;
}
function clone() {
var _local1 = _root._top_depth + 1;
_root._top_depth = _local1;
var _local2 = "_clone" + _local1;
this.duplicateMovieClip(_local2, _local1, this);
var _local3 = _parent[_local2];
_local3._cc = true;
clone_array.push(_local3);
_local3._cp = this;
return(_local3);
}
function reset() {
_x = -1;
_y = -1;
_xscale = 100;
_yscale = 100;
_rotation = 0;
_alpha = 100;
this.gotoAndPlay(1);
}
stage = Stage;
graphics = this;
clone_array = new Array();
sprite_array = new Array();
Symbol 53 MovieClip Frame 2 (8 B)
stop();
Symbol 60 MovieClip Frame 1 (701 B)
function start() {
gotoAndPlay(1);
}
function _p(xx, yy, sx, sy, rr, aa) {
_x = xx;
_y = yy;
_xscale = sx;
_yscale = sy;
_rotation = rr;
_alpha = aa;
}
function clone() {
var _local1 = _root._top_depth + 1;
_root._top_depth = _local1;
var _local2 = "_clone" + _local1;
this.duplicateMovieClip(_local2, _local1, this);
var _local3 = _parent[_local2];
_local3._cc = true;
clone_array.push(_local3);
_local3._cp = this;
return(_local3);
}
function reset() {
_x = -10;
_y = -10;
_xscale = 100;
_yscale = 100;
_rotation = 0;
_alpha = 100;
this.gotoAndPlay(1);
}
stage = Stage;
graphics = this;
clone_array = new Array();
sprite_array = new Array();
Symbol 60 MovieClip Frame 2 (8 B)
stop();
Symbol 46 MovieClip Frame 1 (2.39 KiB) ●
function start() {
gotoAndPlay(1);
}
function _p(xx, yy, sx, sy, rr, aa) {
_x = xx;
_y = yy;
_xscale = sx;
_yscale = sy;
_rotation = rr;
_alpha = aa;
}
function clone() {
var _local1 = _root._top_depth + 1;
_root._top_depth = _local1;
var _local2 = "_clone" + _local1;
this.duplicateMovieClip(_local2, _local1, this);
var _local3 = _parent[_local2];
_local3._cc = true;
clone_array.push(_local3);
_local3._cp = this;
return(_local3);
}
function reset() {
_x = 150;
_y = -10;
_xscale = 100;
_yscale = 100;
_rotation = 0;
_alpha = 100;
this.gotoAndPlay(1);
}
stage = Stage;
graphics = this;
if (_cc == null) {
velocity_x = 0;
velocity_y = 0;
acceleration_x = 0;
acceleration_y = 0;
scale_rate_x = 0;
scale_rate_y = 0;
alpha_rate = 0;
friction_x = 0;
friction_y = 0;
angular_velocity = 0;
angular_acceleration = 0;
angular_friction = 0;
}
clone_array = new Array();
sprite_array = new Array();
function physics(velocity, acceleration, maximum, friction) {
if (acceleration != 0) {
velocity = velocity + (acceleration * 0.025000000372529);
}
if (friction > 0) {
if (velocity > 0) {
velocity = velocity - (friction * 0.025000000372529);
if (velocity < 0) {
velocity = 0;
}
} else if (velocity < 0) {
velocity = velocity + (friction * 0.025000000372529);
if (velocity > 0) {
velocity = 0;
}
}
}
if (maximum > 0) {
if (velocity > maximum) {
velocity = maximum;
}
if (velocity < (-maximum)) {
velocity = -maximum;
}
}
return(velocity);
}
function onEnterFrame() {
if (velocity_x != 0) {
_x = _x + (velocity_x * 0.025000000372529);
}
if (velocity_y != 0) {
_y = _y + (velocity_y * 0.025000000372529);
}
if (angular_velocity != 0) {
_rotation = _rotation + (angular_velocity * 0.025000000372529);
}
velocity_x = physics(velocity_x, acceleration_x, 0, friction_x);
velocity_y = physics(velocity_y, acceleration_y, 0, friction_y);
angular_velocity = physics(angular_velocity, angular_acceleration, 0, angular_friction);
if (scale_rate_x != 0) {
_xscale = ((_xscale / 100) + (scale_rate_x * 0.000250000011874363)) * 100;
}
if (scale_rate_y != 0) {
_yscale = ((_yscale / 100) + (scale_rate_y * 0.000250000011874363)) * 100;
}
if (alpha_rate != 0) {
_alpha = ((_alpha / 100) + (alpha_rate * 0.000250000011874363)) * 100;
}
}
Symbol 46 MovieClip Frame 6 (29 B)
_root.dog1.gotoAndPlay("3");
Symbol 66 MovieClip Frame 1 (698 B)
function start() {
gotoAndPlay(1);
}
function _p(xx, yy, sx, sy, rr, aa) {
_x = xx;
_y = yy;
_xscale = sx;
_yscale = sy;
_rotation = rr;
_alpha = aa;
}
function clone() {
var _local1 = _root._top_depth + 1;
_root._top_depth = _local1;
var _local2 = "_clone" + _local1;
this.duplicateMovieClip(_local2, _local1, this);
var _local3 = _parent[_local2];
_local3._cc = true;
clone_array.push(_local3);
_local3._cp = this;
return(_local3);
}
function reset() {
_x = 0;
_y = 10;
_xscale = 100;
_yscale = 100;
_rotation = 0;
_alpha = 100;
this.gotoAndPlay(1);
}
stage = Stage;
graphics = this;
clone_array = new Array();
sprite_array = new Array();
Symbol 66 MovieClip Frame 2 (8 B)
stop();
Symbol 70 MovieClip Frame 1 (698 B)
function start() {
gotoAndPlay(1);
}
function _p(xx, yy, sx, sy, rr, aa) {
_x = xx;
_y = yy;
_xscale = sx;
_yscale = sy;
_rotation = rr;
_alpha = aa;
}
function clone() {
var _local1 = _root._top_depth + 1;
_root._top_depth = _local1;
var _local2 = "_clone" + _local1;
this.duplicateMovieClip(_local2, _local1, this);
var _local3 = _parent[_local2];
_local3._cc = true;
clone_array.push(_local3);
_local3._cp = this;
return(_local3);
}
function reset() {
_x = -1;
_y = 9;
_xscale = 100;
_yscale = 100;
_rotation = 0;
_alpha = 100;
this.gotoAndPlay(1);
}
stage = Stage;
graphics = this;
clone_array = new Array();
sprite_array = new Array();
Symbol 70 MovieClip Frame 2 (8 B)
stop();
Symbol 62 MovieClip Frame 1 (699 B)
function start() {
gotoAndPlay(1);
}
function _p(xx, yy, sx, sy, rr, aa) {
_x = xx;
_y = yy;
_xscale = sx;
_yscale = sy;
_rotation = rr;
_alpha = aa;
}
function clone() {
var _local1 = _root._top_depth + 1;
_root._top_depth = _local1;
var _local2 = "_clone" + _local1;
this.duplicateMovieClip(_local2, _local1, this);
var _local3 = _parent[_local2];
_local3._cc = true;
clone_array.push(_local3);
_local3._cp = this;
return(_local3);
}
function reset() {
_x = 0;
_y = -10;
_xscale = 100;
_yscale = 100;
_rotation = 0;
_alpha = 100;
this.gotoAndPlay(1);
}
stage = Stage;
graphics = this;
clone_array = new Array();
sprite_array = new Array();
Symbol 71 MovieClip Frame 1 (783 B)
setProperty("blikrun1", _visible , 1);
blikrun1.gotoAndPlay(1);
function start() {
gotoAndPlay(1);
}
function _p(xx, yy, sx, sy, rr, aa) {
_x = xx;
_y = yy;
_xscale = sx;
_yscale = sy;
_rotation = rr;
_alpha = aa;
}
function clone() {
var _local1 = _root._top_depth + 1;
_root._top_depth = _local1;
var _local2 = "_clone" + _local1;
this.duplicateMovieClip(_local2, _local1, this);
var _local3 = _parent[_local2];
_local3._cc = true;
clone_array.push(_local3);
_local3._cp = this;
return(_local3);
}
function reset() {
_x = 0;
_y = 0;
_xscale = 100;
_yscale = 100;
_rotation = 0;
_alpha = 100;
blikrun1.reset();
this.gotoAndPlay(1);
}
stage = Stage;
graphics = this;
clone_array = new Array();
sprite_array = new Array();
Symbol 71 MovieClip Frame 2 (8 B)
stop();
Symbol 76 MovieClip Frame 1 (701 B)
function start() {
gotoAndPlay(1);
}
function _p(xx, yy, sx, sy, rr, aa) {
_x = xx;
_y = yy;
_xscale = sx;
_yscale = sy;
_rotation = rr;
_alpha = aa;
}
function clone() {
var _local1 = _root._top_depth + 1;
_root._top_depth = _local1;
var _local2 = "_clone" + _local1;
this.duplicateMovieClip(_local2, _local1, this);
var _local3 = _parent[_local2];
_local3._cc = true;
clone_array.push(_local3);
_local3._cp = this;
return(_local3);
}
function reset() {
_x = -16;
_y = -20;
_xscale = 100;
_yscale = 100;
_rotation = 0;
_alpha = 100;
this.gotoAndPlay(1);
}
stage = Stage;
graphics = this;
clone_array = new Array();
sprite_array = new Array();
Symbol 76 MovieClip Frame 2 (8 B)
stop();
Symbol 78 MovieClip Frame 1 (701 B)
function start() {
gotoAndPlay(1);
}
function _p(xx, yy, sx, sy, rr, aa) {
_x = xx;
_y = yy;
_xscale = sx;
_yscale = sy;
_rotation = rr;
_alpha = aa;
}
function clone() {
var _local1 = _root._top_depth + 1;
_root._top_depth = _local1;
var _local2 = "_clone" + _local1;
this.duplicateMovieClip(_local2, _local1, this);
var _local3 = _parent[_local2];
_local3._cc = true;
clone_array.push(_local3);
_local3._cp = this;
return(_local3);
}
function reset() {
_x = -16;
_y = -20;
_xscale = 100;
_yscale = 100;
_rotation = 0;
_alpha = 100;
this.gotoAndPlay(1);
}
stage = Stage;
graphics = this;
clone_array = new Array();
sprite_array = new Array();
Symbol 78 MovieClip Frame 2 (8 B)
stop();
Symbol 82 MovieClip Frame 1 (701 B)
function start() {
gotoAndPlay(1);
}
function _p(xx, yy, sx, sy, rr, aa) {
_x = xx;
_y = yy;
_xscale = sx;
_yscale = sy;
_rotation = rr;
_alpha = aa;
}
function clone() {
var _local1 = _root._top_depth + 1;
_root._top_depth = _local1;
var _local2 = "_clone" + _local1;
this.duplicateMovieClip(_local2, _local1, this);
var _local3 = _parent[_local2];
_local3._cc = true;
clone_array.push(_local3);
_local3._cp = this;
return(_local3);
}
function reset() {
_x = -14;
_y = -20;
_xscale = 100;
_yscale = 100;
_rotation = 0;
_alpha = 100;
this.gotoAndPlay(1);
}
stage = Stage;
graphics = this;
clone_array = new Array();
sprite_array = new Array();
Symbol 82 MovieClip Frame 2 (8 B)
stop();
Symbol 84 MovieClip Frame 1 (701 B)
function start() {
gotoAndPlay(1);
}
function _p(xx, yy, sx, sy, rr, aa) {
_x = xx;
_y = yy;
_xscale = sx;
_yscale = sy;
_rotation = rr;
_alpha = aa;
}
function clone() {
var _local1 = _root._top_depth + 1;
_root._top_depth = _local1;
var _local2 = "_clone" + _local1;
this.duplicateMovieClip(_local2, _local1, this);
var _local3 = _parent[_local2];
_local3._cc = true;
clone_array.push(_local3);
_local3._cp = this;
return(_local3);
}
function reset() {
_x = -16;
_y = -20;
_xscale = 100;
_yscale = 100;
_rotation = 0;
_alpha = 100;
this.gotoAndPlay(1);
}
stage = Stage;
graphics = this;
clone_array = new Array();
sprite_array = new Array();
Symbol 84 MovieClip Frame 2 (8 B)
stop();
Symbol 86 MovieClip Frame 1 (701 B)
function start() {
gotoAndPlay(1);
}
function _p(xx, yy, sx, sy, rr, aa) {
_x = xx;
_y = yy;
_xscale = sx;
_yscale = sy;
_rotation = rr;
_alpha = aa;
}
function clone() {
var _local1 = _root._top_depth + 1;
_root._top_depth = _local1;
var _local2 = "_clone" + _local1;
this.duplicateMovieClip(_local2, _local1, this);
var _local3 = _parent[_local2];
_local3._cc = true;
clone_array.push(_local3);
_local3._cp = this;
return(_local3);
}
function reset() {
_x = -14;
_y = -20;
_xscale = 100;
_yscale = 100;
_rotation = 0;
_alpha = 100;
this.gotoAndPlay(1);
}
stage = Stage;
graphics = this;
clone_array = new Array();
sprite_array = new Array();
Symbol 86 MovieClip Frame 2 (8 B)
stop();
Symbol 90 MovieClip Frame 1 (701 B)
function start() {
gotoAndPlay(1);
}
function _p(xx, yy, sx, sy, rr, aa) {
_x = xx;
_y = yy;
_xscale = sx;
_yscale = sy;
_rotation = rr;
_alpha = aa;
}
function clone() {
var _local1 = _root._top_depth + 1;
_root._top_depth = _local1;
var _local2 = "_clone" + _local1;
this.duplicateMovieClip(_local2, _local1, this);
var _local3 = _parent[_local2];
_local3._cc = true;
clone_array.push(_local3);
_local3._cp = this;
return(_local3);
}
function reset() {
_x = -15;
_y = -21;
_xscale = 100;
_yscale = 100;
_rotation = 0;
_alpha = 100;
this.gotoAndPlay(1);
}
stage = Stage;
graphics = this;
clone_array = new Array();
sprite_array = new Array();
Symbol 90 MovieClip Frame 2 (8 B)
stop();
Symbol 94 MovieClip Frame 1 (701 B)
function start() {
gotoAndPlay(1);
}
function _p(xx, yy, sx, sy, rr, aa) {
_x = xx;
_y = yy;
_xscale = sx;
_yscale = sy;
_rotation = rr;
_alpha = aa;
}
function clone() {
var _local1 = _root._top_depth + 1;
_root._top_depth = _local1;
var _local2 = "_clone" + _local1;
this.duplicateMovieClip(_local2, _local1, this);
var _local3 = _parent[_local2];
_local3._cc = true;
clone_array.push(_local3);
_local3._cp = this;
return(_local3);
}
function reset() {
_x = -14;
_y = -21;
_xscale = 100;
_yscale = 100;
_rotation = 0;
_alpha = 100;
this.gotoAndPlay(1);
}
stage = Stage;
graphics = this;
clone_array = new Array();
sprite_array = new Array();
Symbol 94 MovieClip Frame 2 (8 B)
stop();
Symbol 98 MovieClip Frame 1 (701 B)
function start() {
gotoAndPlay(1);
}
function _p(xx, yy, sx, sy, rr, aa) {
_x = xx;
_y = yy;
_xscale = sx;
_yscale = sy;
_rotation = rr;
_alpha = aa;
}
function clone() {
var _local1 = _root._top_depth + 1;
_root._top_depth = _local1;
var _local2 = "_clone" + _local1;
this.duplicateMovieClip(_local2, _local1, this);
var _local3 = _parent[_local2];
_local3._cc = true;
clone_array.push(_local3);
_local3._cp = this;
return(_local3);
}
function reset() {
_x = -13;
_y = -19;
_xscale = 100;
_yscale = 100;
_rotation = 0;
_alpha = 100;
this.gotoAndPlay(1);
}
stage = Stage;
graphics = this;
clone_array = new Array();
sprite_array = new Array();
Symbol 98 MovieClip Frame 2 (8 B)
stop();
Symbol 102 MovieClip Frame 1 (701 B)
function start() {
gotoAndPlay(1);
}
function _p(xx, yy, sx, sy, rr, aa) {
_x = xx;
_y = yy;
_xscale = sx;
_yscale = sy;
_rotation = rr;
_alpha = aa;
}
function clone() {
var _local1 = _root._top_depth + 1;
_root._top_depth = _local1;
var _local2 = "_clone" + _local1;
this.duplicateMovieClip(_local2, _local1, this);
var _local3 = _parent[_local2];
_local3._cc = true;
clone_array.push(_local3);
_local3._cp = this;
return(_local3);
}
function reset() {
_x = -12;
_y = -19;
_xscale = 100;
_yscale = 100;
_rotation = 0;
_alpha = 100;
this.gotoAndPlay(1);
}
stage = Stage;
graphics = this;
clone_array = new Array();
sprite_array = new Array();
Symbol 102 MovieClip Frame 2 (8 B)
stop();
Symbol 104 MovieClip Frame 1 (701 B)
function start() {
gotoAndPlay(1);
}
function _p(xx, yy, sx, sy, rr, aa) {
_x = xx;
_y = yy;
_xscale = sx;
_yscale = sy;
_rotation = rr;
_alpha = aa;
}
function clone() {
var _local1 = _root._top_depth + 1;
_root._top_depth = _local1;
var _local2 = "_clone" + _local1;
this.duplicateMovieClip(_local2, _local1, this);
var _local3 = _parent[_local2];
_local3._cc = true;
clone_array.push(_local3);
_local3._cp = this;
return(_local3);
}
function reset() {
_x = -13;
_y = -19;
_xscale = 100;
_yscale = 100;
_rotation = 0;
_alpha = 100;
this.gotoAndPlay(1);
}
stage = Stage;
graphics = this;
clone_array = new Array();
sprite_array = new Array();
Symbol 104 MovieClip Frame 2 (8 B)
stop();
Symbol 106 MovieClip Frame 1 (701 B)
function start() {
gotoAndPlay(1);
}
function _p(xx, yy, sx, sy, rr, aa) {
_x = xx;
_y = yy;
_xscale = sx;
_yscale = sy;
_rotation = rr;
_alpha = aa;
}
function clone() {
var _local1 = _root._top_depth + 1;
_root._top_depth = _local1;
var _local2 = "_clone" + _local1;
this.duplicateMovieClip(_local2, _local1, this);
var _local3 = _parent[_local2];
_local3._cc = true;
clone_array.push(_local3);
_local3._cp = this;
return(_local3);
}
function reset() {
_x = -12;
_y = -19;
_xscale = 100;
_yscale = 100;
_rotation = 0;
_alpha = 100;
this.gotoAndPlay(1);
}
stage = Stage;
graphics = this;
clone_array = new Array();
sprite_array = new Array();
Symbol 106 MovieClip Frame 2 (8 B)
stop();
Symbol 108 MovieClip Frame 1 (701 B)
function start() {
gotoAndPlay(1);
}
function _p(xx, yy, sx, sy, rr, aa) {
_x = xx;
_y = yy;
_xscale = sx;
_yscale = sy;
_rotation = rr;
_alpha = aa;
}
function clone() {
var _local1 = _root._top_depth + 1;
_root._top_depth = _local1;
var _local2 = "_clone" + _local1;
this.duplicateMovieClip(_local2, _local1, this);
var _local3 = _parent[_local2];
_local3._cc = true;
clone_array.push(_local3);
_local3._cp = this;
return(_local3);
}
function reset() {
_x = -13;
_y = -19;
_xscale = 100;
_yscale = 100;
_rotation = 0;
_alpha = 100;
this.gotoAndPlay(1);
}
stage = Stage;
graphics = this;
clone_array = new Array();
sprite_array = new Array();
Symbol 108 MovieClip Frame 2 (8 B)
stop();
Symbol 110 MovieClip Frame 1 (701 B)
function start() {
gotoAndPlay(1);
}
function _p(xx, yy, sx, sy, rr, aa) {
_x = xx;
_y = yy;
_xscale = sx;
_yscale = sy;
_rotation = rr;
_alpha = aa;
}
function clone() {
var _local1 = _root._top_depth + 1;
_root._top_depth = _local1;
var _local2 = "_clone" + _local1;
this.duplicateMovieClip(_local2, _local1, this);
var _local3 = _parent[_local2];
_local3._cc = true;
clone_array.push(_local3);
_local3._cp = this;
return(_local3);
}
function reset() {
_x = -12;
_y = -19;
_xscale = 100;
_yscale = 100;
_rotation = 0;
_alpha = 100;
this.gotoAndPlay(1);
}
stage = Stage;
graphics = this;
clone_array = new Array();
sprite_array = new Array();
Symbol 110 MovieClip Frame 2 (8 B)
stop();
Symbol 112 MovieClip Frame 1 (701 B)
function start() {
gotoAndPlay(1);
}
function _p(xx, yy, sx, sy, rr, aa) {
_x = xx;
_y = yy;
_xscale = sx;
_yscale = sy;
_rotation = rr;
_alpha = aa;
}
function clone() {
var _local1 = _root._top_depth + 1;
_root._top_depth = _local1;
var _local2 = "_clone" + _local1;
this.duplicateMovieClip(_local2, _local1, this);
var _local3 = _parent[_local2];
_local3._cc = true;
clone_array.push(_local3);
_local3._cp = this;
return(_local3);
}
function reset() {
_x = -13;
_y = -19;
_xscale = 100;
_yscale = 100;
_rotation = 0;
_alpha = 100;
this.gotoAndPlay(1);
}
stage = Stage;
graphics = this;
clone_array = new Array();
sprite_array = new Array();
Symbol 112 MovieClip Frame 2 (8 B)
stop();
Symbol 114 MovieClip Frame 1 (701 B)
function start() {
gotoAndPlay(1);
}
function _p(xx, yy, sx, sy, rr, aa) {
_x = xx;
_y = yy;
_xscale = sx;
_yscale = sy;
_rotation = rr;
_alpha = aa;
}
function clone() {
var _local1 = _root._top_depth + 1;
_root._top_depth = _local1;
var _local2 = "_clone" + _local1;
this.duplicateMovieClip(_local2, _local1, this);
var _local3 = _parent[_local2];
_local3._cc = true;
clone_array.push(_local3);
_local3._cp = this;
return(_local3);
}
function reset() {
_x = -12;
_y = -19;
_xscale = 100;
_yscale = 100;
_rotation = 0;
_alpha = 100;
this.gotoAndPlay(1);
}
stage = Stage;
graphics = this;
clone_array = new Array();
sprite_array = new Array();
Symbol 114 MovieClip Frame 2 (8 B)
stop();
Symbol 116 MovieClip Frame 1 (701 B)
function start() {
gotoAndPlay(1);
}
function _p(xx, yy, sx, sy, rr, aa) {
_x = xx;
_y = yy;
_xscale = sx;
_yscale = sy;
_rotation = rr;
_alpha = aa;
}
function clone() {
var _local1 = _root._top_depth + 1;
_root._top_depth = _local1;
var _local2 = "_clone" + _local1;
this.duplicateMovieClip(_local2, _local1, this);
var _local3 = _parent[_local2];
_local3._cc = true;
clone_array.push(_local3);
_local3._cp = this;
return(_local3);
}
function reset() {
_x = -13;
_y = -19;
_xscale = 100;
_yscale = 100;
_rotation = 0;
_alpha = 100;
this.gotoAndPlay(1);
}
stage = Stage;
graphics = this;
clone_array = new Array();
sprite_array = new Array();
Symbol 116 MovieClip Frame 2 (8 B)
stop();
Symbol 118 MovieClip Frame 1 (701 B)
function start() {
gotoAndPlay(1);
}
function _p(xx, yy, sx, sy, rr, aa) {
_x = xx;
_y = yy;
_xscale = sx;
_yscale = sy;
_rotation = rr;
_alpha = aa;
}
function clone() {
var _local1 = _root._top_depth + 1;
_root._top_depth = _local1;
var _local2 = "_clone" + _local1;
this.duplicateMovieClip(_local2, _local1, this);
var _local3 = _parent[_local2];
_local3._cc = true;
clone_array.push(_local3);
_local3._cp = this;
return(_local3);
}
function reset() {
_x = -12;
_y = -19;
_xscale = 100;
_yscale = 100;
_rotation = 0;
_alpha = 100;
this.gotoAndPlay(1);
}
stage = Stage;
graphics = this;
clone_array = new Array();
sprite_array = new Array();
Symbol 118 MovieClip Frame 2 (8 B)
stop();
Symbol 120 MovieClip Frame 1 (701 B)
function start() {
gotoAndPlay(1);
}
function _p(xx, yy, sx, sy, rr, aa) {
_x = xx;
_y = yy;
_xscale = sx;
_yscale = sy;
_rotation = rr;
_alpha = aa;
}
function clone() {
var _local1 = _root._top_depth + 1;
_root._top_depth = _local1;
var _local2 = "_clone" + _local1;
this.duplicateMovieClip(_local2, _local1, this);
var _local3 = _parent[_local2];
_local3._cc = true;
clone_array.push(_local3);
_local3._cp = this;
return(_local3);
}
function reset() {
_x = -13;
_y = -19;
_xscale = 100;
_yscale = 100;
_rotation = 0;
_alpha = 100;
this.gotoAndPlay(1);
}
stage = Stage;
graphics = this;
clone_array = new Array();
sprite_array = new Array();
Symbol 120 MovieClip Frame 2 (8 B)
stop();
Symbol 122 MovieClip Frame 1 (701 B)
function start() {
gotoAndPlay(1);
}
function _p(xx, yy, sx, sy, rr, aa) {
_x = xx;
_y = yy;
_xscale = sx;
_yscale = sy;
_rotation = rr;
_alpha = aa;
}
function clone() {
var _local1 = _root._top_depth + 1;
_root._top_depth = _local1;
var _local2 = "_clone" + _local1;
this.duplicateMovieClip(_local2, _local1, this);
var _local3 = _parent[_local2];
_local3._cc = true;
clone_array.push(_local3);
_local3._cp = this;
return(_local3);
}
function reset() {
_x = -12;
_y = -19;
_xscale = 100;
_yscale = 100;
_rotation = 0;
_alpha = 100;
this.gotoAndPlay(1);
}
stage = Stage;
graphics = this;
clone_array = new Array();
sprite_array = new Array();
Symbol 122 MovieClip Frame 2 (8 B)
stop();
Symbol 124 MovieClip Frame 1 (701 B)
function start() {
gotoAndPlay(1);
}
function _p(xx, yy, sx, sy, rr, aa) {
_x = xx;
_y = yy;
_xscale = sx;
_yscale = sy;
_rotation = rr;
_alpha = aa;
}
function clone() {
var _local1 = _root._top_depth + 1;
_root._top_depth = _local1;
var _local2 = "_clone" + _local1;
this.duplicateMovieClip(_local2, _local1, this);
var _local3 = _parent[_local2];
_local3._cc = true;
clone_array.push(_local3);
_local3._cp = this;
return(_local3);
}
function reset() {
_x = -13;
_y = -19;
_xscale = 100;
_yscale = 100;
_rotation = 0;
_alpha = 100;
this.gotoAndPlay(1);
}
stage = Stage;
graphics = this;
clone_array = new Array();
sprite_array = new Array();
Symbol 124 MovieClip Frame 2 (8 B)
stop();
Symbol 126 MovieClip Frame 1 (701 B)
function start() {
gotoAndPlay(1);
}
function _p(xx, yy, sx, sy, rr, aa) {
_x = xx;
_y = yy;
_xscale = sx;
_yscale = sy;
_rotation = rr;
_alpha = aa;
}
function clone() {
var _local1 = _root._top_depth + 1;
_root._top_depth = _local1;
var _local2 = "_clone" + _local1;
this.duplicateMovieClip(_local2, _local1, this);
var _local3 = _parent[_local2];
_local3._cc = true;
clone_array.push(_local3);
_local3._cp = this;
return(_local3);
}
function reset() {
_x = -12;
_y = -19;
_xscale = 100;
_yscale = 100;
_rotation = 0;
_alpha = 100;
this.gotoAndPlay(1);
}
stage = Stage;
graphics = this;
clone_array = new Array();
sprite_array = new Array();
Symbol 126 MovieClip Frame 2 (8 B)
stop();
Symbol 72 MovieClip Frame 1 (711 B)
function start() {
gotoAndPlay(1);
}
function _p(xx, yy, sx, sy, rr, aa) {
_x = xx;
_y = yy;
_xscale = sx;
_yscale = sy;
_rotation = rr;
_alpha = aa;
}
function clone() {
var _local1 = _root._top_depth + 1;
_root._top_depth = _local1;
var _local2 = "_clone" + _local1;
this.duplicateMovieClip(_local2, _local1, this);
var _local3 = _parent[_local2];
_local3._cc = true;
clone_array.push(_local3);
_local3._cp = this;
return(_local3);
}
function reset() {
_x = 0;
_y = 0;
_xscale = 100;
_yscale = 100;
_rotation = 0;
_alpha = 100;
this.gotoAndPlay(1);
}
stage = Stage;
graphics = this;
clone_array = new Array();
sprite_array = new Array();
this.stop();
Symbol 72 MovieClip Frame 49 (104 B)
_root.blik1.blik_acts1.slide8.blikjump1.gotoAndPlay("1");
_root.blik1.blik_acts1.showSlide("Slide 3");
Symbol 127 MovieClip Frame 1 (783 B)
setProperty("blikeat1", _visible , 1);
blikeat1.gotoAndPlay(1);
function start() {
gotoAndPlay(1);
}
function _p(xx, yy, sx, sy, rr, aa) {
_x = xx;
_y = yy;
_xscale = sx;
_yscale = sy;
_rotation = rr;
_alpha = aa;
}
function clone() {
var _local1 = _root._top_depth + 1;
_root._top_depth = _local1;
var _local2 = "_clone" + _local1;
this.duplicateMovieClip(_local2, _local1, this);
var _local3 = _parent[_local2];
_local3._cc = true;
clone_array.push(_local3);
_local3._cp = this;
return(_local3);
}
function reset() {
_x = 0;
_y = 0;
_xscale = 100;
_yscale = 100;
_rotation = 0;
_alpha = 100;
blikeat1.reset();
this.gotoAndPlay(1);
}
stage = Stage;
graphics = this;
clone_array = new Array();
sprite_array = new Array();
Symbol 127 MovieClip Frame 2 (8 B)
stop();
Symbol 132 MovieClip Frame 1 (701 B)
function start() {
gotoAndPlay(1);
}
function _p(xx, yy, sx, sy, rr, aa) {
_x = xx;
_y = yy;
_xscale = sx;
_yscale = sy;
_rotation = rr;
_alpha = aa;
}
function clone() {
var _local1 = _root._top_depth + 1;
_root._top_depth = _local1;
var _local2 = "_clone" + _local1;
this.duplicateMovieClip(_local2, _local1, this);
var _local3 = _parent[_local2];
_local3._cc = true;
clone_array.push(_local3);
_local3._cp = this;
return(_local3);
}
function reset() {
_x = -16;
_y = -21;
_xscale = 100;
_yscale = 100;
_rotation = 0;
_alpha = 100;
this.gotoAndPlay(1);
}
stage = Stage;
graphics = this;
clone_array = new Array();
sprite_array = new Array();
Symbol 132 MovieClip Frame 2 (8 B)
stop();
Symbol 136 MovieClip Frame 1 (701 B)
function start() {
gotoAndPlay(1);
}
function _p(xx, yy, sx, sy, rr, aa) {
_x = xx;
_y = yy;
_xscale = sx;
_yscale = sy;
_rotation = rr;
_alpha = aa;
}
function clone() {
var _local1 = _root._top_depth + 1;
_root._top_depth = _local1;
var _local2 = "_clone" + _local1;
this.duplicateMovieClip(_local2, _local1, this);
var _local3 = _parent[_local2];
_local3._cc = true;
clone_array.push(_local3);
_local3._cp = this;
return(_local3);
}
function reset() {
_x = -14;
_y = -21;
_xscale = 100;
_yscale = 100;
_rotation = 0;
_alpha = 100;
this.gotoAndPlay(1);
}
stage = Stage;
graphics = this;
clone_array = new Array();
sprite_array = new Array();
Symbol 136 MovieClip Frame 2 (8 B)
stop();
Symbol 138 MovieClip Frame 1 (701 B)
function start() {
gotoAndPlay(1);
}
function _p(xx, yy, sx, sy, rr, aa) {
_x = xx;
_y = yy;
_xscale = sx;
_yscale = sy;
_rotation = rr;
_alpha = aa;
}
function clone() {
var _local1 = _root._top_depth + 1;
_root._top_depth = _local1;
var _local2 = "_clone" + _local1;
this.duplicateMovieClip(_local2, _local1, this);
var _local3 = _parent[_local2];
_local3._cc = true;
clone_array.push(_local3);
_local3._cp = this;
return(_local3);
}
function reset() {
_x = -14;
_y = -23;
_xscale = 100;
_yscale = 100;
_rotation = 0;
_alpha = 100;
this.gotoAndPlay(1);
}
stage = Stage;
graphics = this;
clone_array = new Array();
sprite_array = new Array();
Symbol 138 MovieClip Frame 2 (8 B)
stop();
Symbol 140 MovieClip Frame 1 (701 B)
function start() {
gotoAndPlay(1);
}
function _p(xx, yy, sx, sy, rr, aa) {
_x = xx;
_y = yy;
_xscale = sx;
_yscale = sy;
_rotation = rr;
_alpha = aa;
}
function clone() {
var _local1 = _root._top_depth + 1;
_root._top_depth = _local1;
var _local2 = "_clone" + _local1;
this.duplicateMovieClip(_local2, _local1, this);
var _local3 = _parent[_local2];
_local3._cc = true;
clone_array.push(_local3);
_local3._cp = this;
return(_local3);
}
function reset() {
_x = -14;
_y = -25;
_xscale = 100;
_yscale = 100;
_rotation = 0;
_alpha = 100;
this.gotoAndPlay(1);
}
stage = Stage;
graphics = this;
clone_array = new Array();
sprite_array = new Array();
Symbol 140 MovieClip Frame 2 (8 B)
stop();
Symbol 142 MovieClip Frame 1 (701 B)
function start() {
gotoAndPlay(1);
}
function _p(xx, yy, sx, sy, rr, aa) {
_x = xx;
_y = yy;
_xscale = sx;
_yscale = sy;
_rotation = rr;
_alpha = aa;
}
function clone() {
var _local1 = _root._top_depth + 1;
_root._top_depth = _local1;
var _local2 = "_clone" + _local1;
this.duplicateMovieClip(_local2, _local1, this);
var _local3 = _parent[_local2];
_local3._cc = true;
clone_array.push(_local3);
_local3._cp = this;
return(_local3);
}
function reset() {
_x = -14;
_y = -27;
_xscale = 100;
_yscale = 100;
_rotation = 0;
_alpha = 100;
this.gotoAndPlay(1);
}
stage = Stage;
graphics = this;
clone_array = new Array();
sprite_array = new Array();
Symbol 142 MovieClip Frame 2 (8 B)
stop();
Symbol 144 MovieClip Frame 1 (701 B)
function start() {
gotoAndPlay(1);
}
function _p(xx, yy, sx, sy, rr, aa) {
_x = xx;
_y = yy;
_xscale = sx;
_yscale = sy;
_rotation = rr;
_alpha = aa;
}
function clone() {
var _local1 = _root._top_depth + 1;
_root._top_depth = _local1;
var _local2 = "_clone" + _local1;
this.duplicateMovieClip(_local2, _local1, this);
var _local3 = _parent[_local2];
_local3._cc = true;
clone_array.push(_local3);
_local3._cp = this;
return(_local3);
}
function reset() {
_x = -14;
_y = -29;
_xscale = 100;
_yscale = 100;
_rotation = 0;
_alpha = 100;
this.gotoAndPlay(1);
}
stage = Stage;
graphics = this;
clone_array = new Array();
sprite_array = new Array();
Symbol 144 MovieClip Frame 2 (8 B)
stop();
Symbol 146 MovieClip Frame 1 (701 B)
function start() {
gotoAndPlay(1);
}
function _p(xx, yy, sx, sy, rr, aa) {
_x = xx;
_y = yy;
_xscale = sx;
_yscale = sy;
_rotation = rr;
_alpha = aa;
}
function clone() {
var _local1 = _root._top_depth + 1;
_root._top_depth = _local1;
var _local2 = "_clone" + _local1;
this.duplicateMovieClip(_local2, _local1, this);
var _local3 = _parent[_local2];
_local3._cc = true;
clone_array.push(_local3);
_local3._cp = this;
return(_local3);
}
function reset() {
_x = -14;
_y = -28;
_xscale = 100;
_yscale = 100;
_rotation = 0;
_alpha = 100;
this.gotoAndPlay(1);
}
stage = Stage;
graphics = this;
clone_array = new Array();
sprite_array = new Array();
Symbol 146 MovieClip Frame 2 (8 B)
stop();
Symbol 148 MovieClip Frame 1 (701 B)
function start() {
gotoAndPlay(1);
}
function _p(xx, yy, sx, sy, rr, aa) {
_x = xx;
_y = yy;
_xscale = sx;
_yscale = sy;
_rotation = rr;
_alpha = aa;
}
function clone() {
var _local1 = _root._top_depth + 1;
_root._top_depth = _local1;
var _local2 = "_clone" + _local1;
this.duplicateMovieClip(_local2, _local1, this);
var _local3 = _parent[_local2];
_local3._cc = true;
clone_array.push(_local3);
_local3._cp = this;
return(_local3);
}
function reset() {
_x = -14;
_y = -27;
_xscale = 100;
_yscale = 100;
_rotation = 0;
_alpha = 100;
this.gotoAndPlay(1);
}
stage = Stage;
graphics = this;
clone_array = new Array();
sprite_array = new Array();
Symbol 148 MovieClip Frame 2 (8 B)
stop();
Symbol 150 MovieClip Frame 1 (701 B)
function start() {
gotoAndPlay(1);
}
function _p(xx, yy, sx, sy, rr, aa) {
_x = xx;
_y = yy;
_xscale = sx;
_yscale = sy;
_rotation = rr;
_alpha = aa;
}
function clone() {
var _local1 = _root._top_depth + 1;
_root._top_depth = _local1;
var _local2 = "_clone" + _local1;
this.duplicateMovieClip(_local2, _local1, this);
var _local3 = _parent[_local2];
_local3._cc = true;
clone_array.push(_local3);
_local3._cp = this;
return(_local3);
}
function reset() {
_x = -14;
_y = -25;
_xscale = 100;
_yscale = 100;
_rotation = 0;
_alpha = 100;
this.gotoAndPlay(1);
}
stage = Stage;
graphics = this;
clone_array = new Array();
sprite_array = new Array();
Symbol 150 MovieClip Frame 2 (8 B)
stop();
Symbol 152 MovieClip Frame 1 (701 B)
function start() {
gotoAndPlay(1);
}
function _p(xx, yy, sx, sy, rr, aa) {
_x = xx;
_y = yy;
_xscale = sx;
_yscale = sy;
_rotation = rr;
_alpha = aa;
}
function clone() {
var _local1 = _root._top_depth + 1;
_root._top_depth = _local1;
var _local2 = "_clone" + _local1;
this.duplicateMovieClip(_local2, _local1, this);
var _local3 = _parent[_local2];
_local3._cc = true;
clone_array.push(_local3);
_local3._cp = this;
return(_local3);
}
function reset() {
_x = -14;
_y = -24;
_xscale = 100;
_yscale = 100;
_rotation = 0;
_alpha = 100;
this.gotoAndPlay(1);
}
stage = Stage;
graphics = this;
clone_array = new Array();
sprite_array = new Array();
Symbol 152 MovieClip Frame 2 (8 B)
stop();
Symbol 154 MovieClip Frame 1 (701 B)
function start() {
gotoAndPlay(1);
}
function _p(xx, yy, sx, sy, rr, aa) {
_x = xx;
_y = yy;
_xscale = sx;
_yscale = sy;
_rotation = rr;
_alpha = aa;
}
function clone() {
var _local1 = _root._top_depth + 1;
_root._top_depth = _local1;
var _local2 = "_clone" + _local1;
this.duplicateMovieClip(_local2, _local1, this);
var _local3 = _parent[_local2];
_local3._cc = true;
clone_array.push(_local3);
_local3._cp = this;
return(_local3);
}
function reset() {
_x = -14;
_y = -24;
_xscale = 100;
_yscale = 100;
_rotation = 0;
_alpha = 100;
this.gotoAndPlay(1);
}
stage = Stage;
graphics = this;
clone_array = new Array();
sprite_array = new Array();
Symbol 154 MovieClip Frame 2 (8 B)
stop();
Symbol 156 MovieClip Frame 1 (701 B)
function start() {
gotoAndPlay(1);
}
function _p(xx, yy, sx, sy, rr, aa) {
_x = xx;
_y = yy;
_xscale = sx;
_yscale = sy;
_rotation = rr;
_alpha = aa;
}
function clone() {
var _local1 = _root._top_depth + 1;
_root._top_depth = _local1;
var _local2 = "_clone" + _local1;
this.duplicateMovieClip(_local2, _local1, this);
var _local3 = _parent[_local2];
_local3._cc = true;
clone_array.push(_local3);
_local3._cp = this;
return(_local3);
}
function reset() {
_x = -14;
_y = -23;
_xscale = 100;
_yscale = 100;
_rotation = 0;
_alpha = 100;
this.gotoAndPlay(1);
}
stage = Stage;
graphics = this;
clone_array = new Array();
sprite_array = new Array();
Symbol 156 MovieClip Frame 2 (8 B)
stop();
Symbol 158 MovieClip Frame 1 (701 B)
function start() {
gotoAndPlay(1);
}
function _p(xx, yy, sx, sy, rr, aa) {
_x = xx;
_y = yy;
_xscale = sx;
_yscale = sy;
_rotation = rr;
_alpha = aa;
}
function clone() {
var _local1 = _root._top_depth + 1;
_root._top_depth = _local1;
var _local2 = "_clone" + _local1;
this.duplicateMovieClip(_local2, _local1, this);
var _local3 = _parent[_local2];
_local3._cc = true;
clone_array.push(_local3);
_local3._cp = this;
return(_local3);
}
function reset() {
_x = -14;
_y = -22;
_xscale = 100;
_yscale = 100;
_rotation = 0;
_alpha = 100;
this.gotoAndPlay(1);
}
stage = Stage;
graphics = this;
clone_array = new Array();
sprite_array = new Array();
Symbol 158 MovieClip Frame 2 (8 B)
stop();
Symbol 160 MovieClip Frame 1 (701 B)
function start() {
gotoAndPlay(1);
}
function _p(xx, yy, sx, sy, rr, aa) {
_x = xx;
_y = yy;
_xscale = sx;
_yscale = sy;
_rotation = rr;
_alpha = aa;
}
function clone() {
var _local1 = _root._top_depth + 1;
_root._top_depth = _local1;
var _local2 = "_clone" + _local1;
this.duplicateMovieClip(_local2, _local1, this);
var _local3 = _parent[_local2];
_local3._cc = true;
clone_array.push(_local3);
_local3._cp = this;
return(_local3);
}
function reset() {
_x = -14;
_y = -20;
_xscale = 100;
_yscale = 100;
_rotation = 0;
_alpha = 100;
this.gotoAndPlay(1);
}
stage = Stage;
graphics = this;
clone_array = new Array();
sprite_array = new Array();
Symbol 160 MovieClip Frame 2 (8 B)
stop();
Symbol 162 MovieClip Frame 1 (701 B)
function start() {
gotoAndPlay(1);
}
function _p(xx, yy, sx, sy, rr, aa) {
_x = xx;
_y = yy;
_xscale = sx;
_yscale = sy;
_rotation = rr;
_alpha = aa;
}
function clone() {
var _local1 = _root._top_depth + 1;
_root._top_depth = _local1;
var _local2 = "_clone" + _local1;
this.duplicateMovieClip(_local2, _local1, this);
var _local3 = _parent[_local2];
_local3._cc = true;
clone_array.push(_local3);
_local3._cp = this;
return(_local3);
}
function reset() {
_x = -14;
_y = -19;
_xscale = 100;
_yscale = 100;
_rotation = 0;
_alpha = 100;
this.gotoAndPlay(1);
}
stage = Stage;
graphics = this;
clone_array = new Array();
sprite_array = new Array();
Symbol 162 MovieClip Frame 2 (8 B)
stop();
Symbol 164 MovieClip Frame 1 (701 B)
function start() {
gotoAndPlay(1);
}
function _p(xx, yy, sx, sy, rr, aa) {
_x = xx;
_y = yy;
_xscale = sx;
_yscale = sy;
_rotation = rr;
_alpha = aa;
}
function clone() {
var _local1 = _root._top_depth + 1;
_root._top_depth = _local1;
var _local2 = "_clone" + _local1;
this.duplicateMovieClip(_local2, _local1, this);
var _local3 = _parent[_local2];
_local3._cc = true;
clone_array.push(_local3);
_local3._cp = this;
return(_local3);
}
function reset() {
_x = -14;
_y = -17;
_xscale = 100;
_yscale = 100;
_rotation = 0;
_alpha = 100;
this.gotoAndPlay(1);
}
stage = Stage;
graphics = this;
clone_array = new Array();
sprite_array = new Array();
Symbol 164 MovieClip Frame 2 (8 B)
stop();
Symbol 166 MovieClip Frame 1 (701 B)
function start() {
gotoAndPlay(1);
}
function _p(xx, yy, sx, sy, rr, aa) {
_x = xx;
_y = yy;
_xscale = sx;
_yscale = sy;
_rotation = rr;
_alpha = aa;
}
function clone() {
var _local1 = _root._top_depth + 1;
_root._top_depth = _local1;
var _local2 = "_clone" + _local1;
this.duplicateMovieClip(_local2, _local1, this);
var _local3 = _parent[_local2];
_local3._cc = true;
clone_array.push(_local3);
_local3._cp = this;
return(_local3);
}
function reset() {
_x = -14;
_y = -18;
_xscale = 100;
_yscale = 100;
_rotation = 0;
_alpha = 100;
this.gotoAndPlay(1);
}
stage = Stage;
graphics = this;
clone_array = new Array();
sprite_array = new Array();
Symbol 166 MovieClip Frame 2 (8 B)
stop();
Symbol 168 MovieClip Frame 1 (701 B)
function start() {
gotoAndPlay(1);
}
function _p(xx, yy, sx, sy, rr, aa) {
_x = xx;
_y = yy;
_xscale = sx;
_yscale = sy;
_rotation = rr;
_alpha = aa;
}
function clone() {
var _local1 = _root._top_depth + 1;
_root._top_depth = _local1;
var _local2 = "_clone" + _local1;
this.duplicateMovieClip(_local2, _local1, this);
var _local3 = _parent[_local2];
_local3._cc = true;
clone_array.push(_local3);
_local3._cp = this;
return(_local3);
}
function reset() {
_x = -14;
_y = -20;
_xscale = 100;
_yscale = 100;
_rotation = 0;
_alpha = 100;
this.gotoAndPlay(1);
}
stage = Stage;
graphics = this;
clone_array = new Array();
sprite_array = new Array();
Symbol 168 MovieClip Frame 2 (8 B)
stop();
Symbol 170 MovieClip Frame 1 (701 B)
function start() {
gotoAndPlay(1);
}
function _p(xx, yy, sx, sy, rr, aa) {
_x = xx;
_y = yy;
_xscale = sx;
_yscale = sy;
_rotation = rr;
_alpha = aa;
}
function clone() {
var _local1 = _root._top_depth + 1;
_root._top_depth = _local1;
var _local2 = "_clone" + _local1;
this.duplicateMovieClip(_local2, _local1, this);
var _local3 = _parent[_local2];
_local3._cc = true;
clone_array.push(_local3);
_local3._cp = this;
return(_local3);
}
function reset() {
_x = -16;
_y = -21;
_xscale = 100;
_yscale = 100;
_rotation = 0;
_alpha = 100;
this.gotoAndPlay(1);
}
stage = Stage;
graphics = this;
clone_array = new Array();
sprite_array = new Array();
Symbol 170 MovieClip Frame 2 (8 B)
stop();
Symbol 172 MovieClip Frame 1 (701 B)
function start() {
gotoAndPlay(1);
}
function _p(xx, yy, sx, sy, rr, aa) {
_x = xx;
_y = yy;
_xscale = sx;
_yscale = sy;
_rotation = rr;
_alpha = aa;
}
function clone() {
var _local1 = _root._top_depth + 1;
_root._top_depth = _local1;
var _local2 = "_clone" + _local1;
this.duplicateMovieClip(_local2, _local1, this);
var _local3 = _parent[_local2];
_local3._cc = true;
clone_array.push(_local3);
_local3._cp = this;
return(_local3);
}
function reset() {
_x = -14;
_y = -21;
_xscale = 100;
_yscale = 100;
_rotation = 0;
_alpha = 100;
this.gotoAndPlay(1);
}
stage = Stage;
graphics = this;
clone_array = new Array();
sprite_array = new Array();
Symbol 172 MovieClip Frame 2 (8 B)
stop();
Symbol 174 MovieClip Frame 1 (701 B)
function start() {
gotoAndPlay(1);
}
function _p(xx, yy, sx, sy, rr, aa) {
_x = xx;
_y = yy;
_xscale = sx;
_yscale = sy;
_rotation = rr;
_alpha = aa;
}
function clone() {
var _local1 = _root._top_depth + 1;
_root._top_depth = _local1;
var _local2 = "_clone" + _local1;
this.duplicateMovieClip(_local2, _local1, this);
var _local3 = _parent[_local2];
_local3._cc = true;
clone_array.push(_local3);
_local3._cp = this;
return(_local3);
}
function reset() {
_x = -14;
_y = -23;
_xscale = 100;
_yscale = 100;
_rotation = 0;
_alpha = 100;
this.gotoAndPlay(1);
}
stage = Stage;
graphics = this;
clone_array = new Array();
sprite_array = new Array();
Symbol 174 MovieClip Frame 2 (8 B)
stop();
Symbol 176 MovieClip Frame 1 (701 B)
function start() {
gotoAndPlay(1);
}
function _p(xx, yy, sx, sy, rr, aa) {
_x = xx;
_y = yy;
_xscale = sx;
_yscale = sy;
_rotation = rr;
_alpha = aa;
}
function clone() {
var _local1 = _root._top_depth + 1;
_root._top_depth = _local1;
var _local2 = "_clone" + _local1;
this.duplicateMovieClip(_local2, _local1, this);
var _local3 = _parent[_local2];
_local3._cc = true;
clone_array.push(_local3);
_local3._cp = this;
return(_local3);
}
function reset() {
_x = -14;
_y = -25;
_xscale = 100;
_yscale = 100;
_rotation = 0;
_alpha = 100;
this.gotoAndPlay(1);
}
stage = Stage;
graphics = this;
clone_array = new Array();
sprite_array = new Array();
Symbol 176 MovieClip Frame 2 (8 B)
stop();
Symbol 178 MovieClip Frame 1 (701 B)
function start() {
gotoAndPlay(1);
}
function _p(xx, yy, sx, sy, rr, aa) {
_x = xx;
_y = yy;
_xscale = sx;
_yscale = sy;
_rotation = rr;
_alpha = aa;
}
function clone() {
var _local1 = _root._top_depth + 1;
_root._top_depth = _local1;
var _local2 = "_clone" + _local1;
this.duplicateMovieClip(_local2, _local1, this);
var _local3 = _parent[_local2];
_local3._cc = true;
clone_array.push(_local3);
_local3._cp = this;
return(_local3);
}
function reset() {
_x = -14;
_y = -27;
_xscale = 100;
_yscale = 100;
_rotation = 0;
_alpha = 100;
this.gotoAndPlay(1);
}
stage = Stage;
graphics = this;
clone_array = new Array();
sprite_array = new Array();
Symbol 178 MovieClip Frame 2 (8 B)
stop();
Symbol 180 MovieClip Frame 1 (701 B)
function start() {
gotoAndPlay(1);
}
function _p(xx, yy, sx, sy, rr, aa) {
_x = xx;
_y = yy;
_xscale = sx;
_yscale = sy;
_rotation = rr;
_alpha = aa;
}
function clone() {
var _local1 = _root._top_depth + 1;
_root._top_depth = _local1;
var _local2 = "_clone" + _local1;
this.duplicateMovieClip(_local2, _local1, this);
var _local3 = _parent[_local2];
_local3._cc = true;
clone_array.push(_local3);
_local3._cp = this;
return(_local3);
}
function reset() {
_x = -14;
_y = -29;
_xscale = 100;
_yscale = 100;
_rotation = 0;
_alpha = 100;
this.gotoAndPlay(1);
}
stage = Stage;
graphics = this;
clone_array = new Array();
sprite_array = new Array();
Symbol 180 MovieClip Frame 2 (8 B)
stop();
Symbol 182 MovieClip Frame 1 (701 B)
function start() {
gotoAndPlay(1);
}
function _p(xx, yy, sx, sy, rr, aa) {
_x = xx;
_y = yy;
_xscale = sx;
_yscale = sy;
_rotation = rr;
_alpha = aa;
}
function clone() {
var _local1 = _root._top_depth + 1;
_root._top_depth = _local1;
var _local2 = "_clone" + _local1;
this.duplicateMovieClip(_local2, _local1, this);
var _local3 = _parent[_local2];
_local3._cc = true;
clone_array.push(_local3);
_local3._cp = this;
return(_local3);
}
function reset() {
_x = -14;
_y = -28;
_xscale = 100;
_yscale = 100;
_rotation = 0;
_alpha = 100;
this.gotoAndPlay(1);
}
stage = Stage;
graphics = this;
clone_array = new Array();
sprite_array = new Array();
Symbol 182 MovieClip Frame 2 (8 B)
stop();
Symbol 184 MovieClip Frame 1 (701 B)
function start() {
gotoAndPlay(1);
}
function _p(xx, yy, sx, sy, rr, aa) {
_x = xx;
_y = yy;
_xscale = sx;
_yscale = sy;
_rotation = rr;
_alpha = aa;
}
function clone() {
var _local1 = _root._top_depth + 1;
_root._top_depth = _local1;
var _local2 = "_clone" + _local1;
this.duplicateMovieClip(_local2, _local1, this);
var _local3 = _parent[_local2];
_local3._cc = true;
clone_array.push(_local3);
_local3._cp = this;
return(_local3);
}
function reset() {
_x = -14;
_y = -27;
_xscale = 100;
_yscale = 100;
_rotation = 0;
_alpha = 100;
this.gotoAndPlay(1);
}
stage = Stage;
graphics = this;
clone_array = new Array();
sprite_array = new Array();
Symbol 184 MovieClip Frame 2 (8 B)
stop();
Symbol 186 MovieClip Frame 1 (701 B)
function start() {
gotoAndPlay(1);
}
function _p(xx, yy, sx, sy, rr, aa) {
_x = xx;
_y = yy;
_xscale = sx;
_yscale = sy;
_rotation = rr;
_alpha = aa;
}
function clone() {
var _local1 = _root._top_depth + 1;
_root._top_depth = _local1;
var _local2 = "_clone" + _local1;
this.duplicateMovieClip(_local2, _local1, this);
var _local3 = _parent[_local2];
_local3._cc = true;
clone_array.push(_local3);
_local3._cp = this;
return(_local3);
}
function reset() {
_x = -14;
_y = -25;
_xscale = 100;
_yscale = 100;
_rotation = 0;
_alpha = 100;
this.gotoAndPlay(1);
}
stage = Stage;
graphics = this;
clone_array = new Array();
sprite_array = new Array();
Symbol 186 MovieClip Frame 2 (8 B)
stop();
Symbol 188 MovieClip Frame 1 (701 B)
function start() {
gotoAndPlay(1);
}
function _p(xx, yy, sx, sy, rr, aa) {
_x = xx;
_y = yy;
_xscale = sx;
_yscale = sy;
_rotation = rr;
_alpha = aa;
}
function clone() {
var _local1 = _root._top_depth + 1;
_root._top_depth = _local1;
var _local2 = "_clone" + _local1;
this.duplicateMovieClip(_local2, _local1, this);
var _local3 = _parent[_local2];
_local3._cc = true;
clone_array.push(_local3);
_local3._cp = this;
return(_local3);
}
function reset() {
_x = -14;
_y = -24;
_xscale = 100;
_yscale = 100;
_rotation = 0;
_alpha = 100;
this.gotoAndPlay(1);
}
stage = Stage;
graphics = this;
clone_array = new Array();
sprite_array = new Array();
Symbol 188 MovieClip Frame 2 (8 B)
stop();
Symbol 190 MovieClip Frame 1 (701 B)
function start() {
gotoAndPlay(1);
}
function _p(xx, yy, sx, sy, rr, aa) {
_x = xx;
_y = yy;
_xscale = sx;
_yscale = sy;
_rotation = rr;
_alpha = aa;
}
function clone() {
var _local1 = _root._top_depth + 1;
_root._top_depth = _local1;
var _local2 = "_clone" + _local1;
this.duplicateMovieClip(_local2, _local1, this);
var _local3 = _parent[_local2];
_local3._cc = true;
clone_array.push(_local3);
_local3._cp = this;
return(_local3);
}
function reset() {
_x = -14;
_y = -24;
_xscale = 100;
_yscale = 100;
_rotation = 0;
_alpha = 100;
this.gotoAndPlay(1);
}
stage = Stage;
graphics = this;
clone_array = new Array();
sprite_array = new Array();
Symbol 190 MovieClip Frame 2 (8 B)
stop();
Symbol 192 MovieClip Frame 1 (701 B)
function start() {
gotoAndPlay(1);
}
function _p(xx, yy, sx, sy, rr, aa) {
_x = xx;
_y = yy;
_xscale = sx;
_yscale = sy;
_rotation = rr;
_alpha = aa;
}
function clone() {
var _local1 = _root._top_depth + 1;
_root._top_depth = _local1;
var _local2 = "_clone" + _local1;
this.duplicateMovieClip(_local2, _local1, this);
var _local3 = _parent[_local2];
_local3._cc = true;
clone_array.push(_local3);
_local3._cp = this;
return(_local3);
}
function reset() {
_x = -14;
_y = -23;
_xscale = 100;
_yscale = 100;
_rotation = 0;
_alpha = 100;
this.gotoAndPlay(1);
}
stage = Stage;
graphics = this;
clone_array = new Array();
sprite_array = new Array();
Symbol 192 MovieClip Frame 2 (8 B)
stop();
Symbol 194 MovieClip Frame 1 (701 B)
function start() {
gotoAndPlay(1);
}
function _p(xx, yy, sx, sy, rr, aa) {
_x = xx;
_y = yy;
_xscale = sx;
_yscale = sy;
_rotation = rr;
_alpha = aa;
}
function clone() {
var _local1 = _root._top_depth + 1;
_root._top_depth = _local1;
var _local2 = "_clone" + _local1;
this.duplicateMovieClip(_local2, _local1, this);
var _local3 = _parent[_local2];
_local3._cc = true;
clone_array.push(_local3);
_local3._cp = this;
return(_local3);
}
function reset() {
_x = -14;
_y = -22;
_xscale = 100;
_yscale = 100;
_rotation = 0;
_alpha = 100;
this.gotoAndPlay(1);
}
stage = Stage;
graphics = this;
clone_array = new Array();
sprite_array = new Array();
Symbol 194 MovieClip Frame 2 (8 B)
stop();
Symbol 196 MovieClip Frame 1 (701 B)
function start() {
gotoAndPlay(1);
}
function _p(xx, yy, sx, sy, rr, aa) {
_x = xx;
_y = yy;
_xscale = sx;
_yscale = sy;
_rotation = rr;
_alpha = aa;
}
function clone() {
var _local1 = _root._top_depth + 1;
_root._top_depth = _local1;
var _local2 = "_clone" + _local1;
this.duplicateMovieClip(_local2, _local1, this);
var _local3 = _parent[_local2];
_local3._cc = true;
clone_array.push(_local3);
_local3._cp = this;
return(_local3);
}
function reset() {
_x = -14;
_y = -20;
_xscale = 100;
_yscale = 100;
_rotation = 0;
_alpha = 100;
this.gotoAndPlay(1);
}
stage = Stage;
graphics = this;
clone_array = new Array();
sprite_array = new Array();
Symbol 196 MovieClip Frame 2 (8 B)
stop();
Symbol 198 MovieClip Frame 1 (701 B)
function start() {
gotoAndPlay(1);
}
function _p(xx, yy, sx, sy, rr, aa) {
_x = xx;
_y = yy;
_xscale = sx;
_yscale = sy;
_rotation = rr;
_alpha = aa;
}
function clone() {
var _local1 = _root._top_depth + 1;
_root._top_depth = _local1;
var _local2 = "_clone" + _local1;
this.duplicateMovieClip(_local2, _local1, this);
var _local3 = _parent[_local2];
_local3._cc = true;
clone_array.push(_local3);
_local3._cp = this;
return(_local3);
}
function reset() {
_x = -14;
_y = -19;
_xscale = 100;
_yscale = 100;
_rotation = 0;
_alpha = 100;
this.gotoAndPlay(1);
}
stage = Stage;
graphics = this;
clone_array = new Array();
sprite_array = new Array();
Symbol 198 MovieClip Frame 2 (8 B)
stop();
Symbol 200 MovieClip Frame 1 (701 B)
function start() {
gotoAndPlay(1);
}
function _p(xx, yy, sx, sy, rr, aa) {
_x = xx;
_y = yy;
_xscale = sx;
_yscale = sy;
_rotation = rr;
_alpha = aa;
}
function clone() {
var _local1 = _root._top_depth + 1;
_root._top_depth = _local1;
var _local2 = "_clone" + _local1;
this.duplicateMovieClip(_local2, _local1, this);
var _local3 = _parent[_local2];
_local3._cc = true;
clone_array.push(_local3);
_local3._cp = this;
return(_local3);
}
function reset() {
_x = -14;
_y = -17;
_xscale = 100;
_yscale = 100;
_rotation = 0;
_alpha = 100;
this.gotoAndPlay(1);
}
stage = Stage;
graphics = this;
clone_array = new Array();
sprite_array = new Array();
Symbol 200 MovieClip Frame 2 (8 B)
stop();
Symbol 202 MovieClip Frame 1 (701 B)
function start() {
gotoAndPlay(1);
}
function _p(xx, yy, sx, sy, rr, aa) {
_x = xx;
_y = yy;
_xscale = sx;
_yscale = sy;
_rotation = rr;
_alpha = aa;
}
function clone() {
var _local1 = _root._top_depth + 1;
_root._top_depth = _local1;
var _local2 = "_clone" + _local1;
this.duplicateMovieClip(_local2, _local1, this);
var _local3 = _parent[_local2];
_local3._cc = true;
clone_array.push(_local3);
_local3._cp = this;
return(_local3);
}
function reset() {
_x = -14;
_y = -17;
_xscale = 100;
_yscale = 100;
_rotation = 0;
_alpha = 100;
this.gotoAndPlay(1);
}
stage = Stage;
graphics = this;
clone_array = new Array();
sprite_array = new Array();
Symbol 202 MovieClip Frame 2 (8 B)
stop();
Symbol 204 MovieClip Frame 1 (701 B)
function start() {
gotoAndPlay(1);
}
function _p(xx, yy, sx, sy, rr, aa) {
_x = xx;
_y = yy;
_xscale = sx;
_yscale = sy;
_rotation = rr;
_alpha = aa;
}
function clone() {
var _local1 = _root._top_depth + 1;
_root._top_depth = _local1;
var _local2 = "_clone" + _local1;
this.duplicateMovieClip(_local2, _local1, this);
var _local3 = _parent[_local2];
_local3._cc = true;
clone_array.push(_local3);
_local3._cp = this;
return(_local3);
}
function reset() {
_x = -14;
_y = -17;
_xscale = 100;
_yscale = 100;
_rotation = 0;
_alpha = 100;
this.gotoAndPlay(1);
}
stage = Stage;
graphics = this;
clone_array = new Array();
sprite_array = new Array();
Symbol 204 MovieClip Frame 2 (8 B)
stop();
Symbol 128 MovieClip Frame 1 (697 B)
function start() {
gotoAndPlay(1);
}
function _p(xx, yy, sx, sy, rr, aa) {
_x = xx;
_y = yy;
_xscale = sx;
_yscale = sy;
_rotation = rr;
_alpha = aa;
}
function clone() {
var _local1 = _root._top_depth + 1;
_root._top_depth = _local1;
var _local2 = "_clone" + _local1;
this.duplicateMovieClip(_local2, _local1, this);
var _local3 = _parent[_local2];
_local3._cc = true;
clone_array.push(_local3);
_local3._cp = this;
return(_local3);
}
function reset() {
_x = 0;
_y = 0;
_xscale = 100;
_yscale = 100;
_rotation = 0;
_alpha = 100;
this.gotoAndPlay(1);
}
stage = Stage;
graphics = this;
clone_array = new Array();
sprite_array = new Array();
Symbol 205 MovieClip Frame 1 (786 B)
setProperty("blikjump1", _visible , 1);
blikjump1.gotoAndPlay(1);
function start() {
gotoAndPlay(1);
}
function _p(xx, yy, sx, sy, rr, aa) {
_x = xx;
_y = yy;
_xscale = sx;
_yscale = sy;
_rotation = rr;
_alpha = aa;
}
function clone() {
var _local1 = _root._top_depth + 1;
_root._top_depth = _local1;
var _local2 = "_clone" + _local1;
this.duplicateMovieClip(_local2, _local1, this);
var _local3 = _parent[_local2];
_local3._cc = true;
clone_array.push(_local3);
_local3._cp = this;
return(_local3);
}
function reset() {
_x = 0;
_y = 0;
_xscale = 100;
_yscale = 100;
_rotation = 0;
_alpha = 100;
blikjump1.reset();
this.gotoAndPlay(1);
}
stage = Stage;
graphics = this;
clone_array = new Array();
sprite_array = new Array();
Symbol 205 MovieClip Frame 2 (8 B)
stop();
Symbol 61 MovieClip Frame 1 (1.86 KiB) ●
slide6._p(0, 0, 100, 100, 0, 100);
slide7._p(0, 0, 100, 100, 0, 100);
slide8._p(0, 0, 100, 100, 0, 100);
setProperty("slide6", _visible , 1);
setProperty("slide6", _visible , 1);
setProperty("slide7", _visible , 0);
setProperty("slide7", _visible , 0);
setProperty("slide8", _visible , 0);
setProperty("slide8", _visible , 0);
function start() {
gotoAndPlay(1);
}
function _p(xx, yy, sx, sy, rr, aa) {
_x = xx;
_y = yy;
_xscale = sx;
_yscale = sy;
_rotation = rr;
_alpha = aa;
}
function clone() {
var _local1 = _root._top_depth + 1;
_root._top_depth = _local1;
var _local2 = "_clone" + _local1;
this.duplicateMovieClip(_local2, _local1, this);
var _local3 = _parent[_local2];
_local3._cc = true;
clone_array.push(_local3);
_local3._cp = this;
return(_local3);
}
function reset() {
_x = 0;
_y = 0;
_xscale = 100;
_yscale = 100;
_rotation = 0;
_alpha = 100;
this.gotoAndPlay(1);
}
function showSlide(name) {
names.findValue = function (_v) {
var _local2 = 0;
var _local3 = this;
var _local4 = _local3.length;
while (_local2 < _local4) {
if (_local3[_local2] == _v) {
return(_local2);
}
_local2 = _local2 + 1;
}
return(-1);
};
var _local2 = names.findValue(name);
if (_local2 != -1) {
showIndex(_local2);
}
}
function showIndex(i) {
slides[index]._visible = false;
slides[i]._visible = true;
index = i;
}
function nextSlide() {
var _local1 = index + 1;
if (_local1 >= 3) {
_local1 = 0;
}
showIndex(_local1);
}
function prevSlide() {
var _local1 = index - 1;
if (_local1 < 0) {
_local1 = 2;
}
showIndex(_local1);
}
stage = Stage;
graphics = this;
clone_array = new Array();
sprite_array = new Array();
index = 0;
names = ["Slide 1", "Slide 2", "Slide 3"];
slides = new Array();
slides.push(slide6);
slides.push(slide7);
slides.push(slide8);
Symbol 61 MovieClip Frame 2 (8 B)
stop();
Symbol 206 MovieClip Frame 1 (2.45 KiB) ●
setProperty("blik_acts1", _visible , 1);
function start() {
gotoAndPlay(1);
}
function _p(xx, yy, sx, sy, rr, aa) {
_x = xx;
_y = yy;
_xscale = sx;
_yscale = sy;
_rotation = rr;
_alpha = aa;
}
function clone() {
var _local1 = _root._top_depth + 1;
_root._top_depth = _local1;
var _local2 = "_clone" + _local1;
this.duplicateMovieClip(_local2, _local1, this);
var _local3 = _parent[_local2];
_local3._cc = true;
clone_array.push(_local3);
_local3._cp = this;
return(_local3);
}
function reset() {
_x = 170;
_y = 240;
_xscale = 100;
_yscale = 100;
_rotation = 0;
_alpha = 100;
blik_acts1.reset();
this.gotoAndPlay(1);
}
stage = Stage;
graphics = this;
if (_cc == null) {
velocity_x = 0;
velocity_y = 0;
acceleration_x = 0;
acceleration_y = 0;
scale_rate_x = 0;
scale_rate_y = 0;
alpha_rate = 0;
friction_x = 0;
friction_y = 0;
angular_velocity = 0;
angular_acceleration = 0;
angular_friction = 0;
}
clone_array = new Array();
sprite_array = new Array();
function physics(velocity, acceleration, maximum, friction) {
if (acceleration != 0) {
velocity = velocity + (acceleration * 0.025000000372529);
}
if (friction > 0) {
if (velocity > 0) {
velocity = velocity - (friction * 0.025000000372529);
if (velocity < 0) {
velocity = 0;
}
} else if (velocity < 0) {
velocity = velocity + (friction * 0.025000000372529);
if (velocity > 0) {
velocity = 0;
}
}
}
if (maximum > 0) {
if (velocity > maximum) {
velocity = maximum;
}
if (velocity < (-maximum)) {
velocity = -maximum;
}
}
return(velocity);
}
function onEnterFrame() {
if (velocity_x != 0) {
_x = _x + (velocity_x * 0.025000000372529);
}
if (velocity_y != 0) {
_y = _y + (velocity_y * 0.025000000372529);
}
if (angular_velocity != 0) {
_rotation = _rotation + (angular_velocity * 0.025000000372529);
}
velocity_x = physics(velocity_x, acceleration_x, 0, friction_x);
velocity_y = physics(velocity_y, acceleration_y, 0, friction_y);
angular_velocity = physics(angular_velocity, angular_acceleration, 0, angular_friction);
if (scale_rate_x != 0) {
_xscale = ((_xscale / 100) + (scale_rate_x * 0.000250000011874363)) * 100;
}
if (scale_rate_y != 0) {
_yscale = ((_yscale / 100) + (scale_rate_y * 0.000250000011874363)) * 100;
}
if (alpha_rate != 0) {
_alpha = ((_alpha / 100) + (alpha_rate * 0.000250000011874363)) * 100;
}
}
Symbol 206 MovieClip Frame 2 (8 B)
stop();
Symbol 210 MovieClip Frame 1 (2.39 KiB) ●
function start() {
gotoAndPlay(1);
}
function _p(xx, yy, sx, sy, rr, aa) {
_x = xx;
_y = yy;
_xscale = sx;
_yscale = sy;
_rotation = rr;
_alpha = aa;
}
function clone() {
var _local1 = _root._top_depth + 1;
_root._top_depth = _local1;
var _local2 = "_clone" + _local1;
this.duplicateMovieClip(_local2, _local1, this);
var _local3 = _parent[_local2];
_local3._cc = true;
clone_array.push(_local3);
_local3._cp = this;
return(_local3);
}
function reset() {
_x = 320;
_y = -6;
_xscale = 100;
_yscale = 100;
_rotation = 0;
_alpha = 100;
this.gotoAndPlay(1);
}
stage = Stage;
graphics = this;
if (_cc == null) {
velocity_x = 0;
velocity_y = 0;
acceleration_x = 0;
acceleration_y = 0;
scale_rate_x = 0;
scale_rate_y = 0;
alpha_rate = 0;
friction_x = 0;
friction_y = 0;
angular_velocity = 0;
angular_acceleration = 0;
angular_friction = 0;
}
clone_array = new Array();
sprite_array = new Array();
function physics(velocity, acceleration, maximum, friction) {
if (acceleration != 0) {
velocity = velocity + (acceleration * 0.025000000372529);
}
if (friction > 0) {
if (velocity > 0) {
velocity = velocity - (friction * 0.025000000372529);
if (velocity < 0) {
velocity = 0;
}
} else if (velocity < 0) {
velocity = velocity + (friction * 0.025000000372529);
if (velocity > 0) {
velocity = 0;
}
}
}
if (maximum > 0) {
if (velocity > maximum) {
velocity = maximum;
}
if (velocity < (-maximum)) {
velocity = -maximum;
}
}
return(velocity);
}
function onEnterFrame() {
if (velocity_x != 0) {
_x = _x + (velocity_x * 0.025000000372529);
}
if (velocity_y != 0) {
_y = _y + (velocity_y * 0.025000000372529);
}
if (angular_velocity != 0) {
_rotation = _rotation + (angular_velocity * 0.025000000372529);
}
velocity_x = physics(velocity_x, acceleration_x, 0, friction_x);
velocity_y = physics(velocity_y, acceleration_y, 0, friction_y);
angular_velocity = physics(angular_velocity, angular_acceleration, 0, angular_friction);
if (scale_rate_x != 0) {
_xscale = ((_xscale / 100) + (scale_rate_x * 0.000250000011874363)) * 100;
}
if (scale_rate_y != 0) {
_yscale = ((_yscale / 100) + (scale_rate_y * 0.000250000011874363)) * 100;
}
if (alpha_rate != 0) {
_alpha = ((_alpha / 100) + (alpha_rate * 0.000250000011874363)) * 100;
}
}
Symbol 210 MovieClip Frame 2 (8 B)
stop();
Symbol 214 MovieClip Frame 1 (2.39 KiB) ●
function start() {
gotoAndPlay(1);
}
function _p(xx, yy, sx, sy, rr, aa) {
_x = xx;
_y = yy;
_xscale = sx;
_yscale = sy;
_rotation = rr;
_alpha = aa;
}
function clone() {
var _local1 = _root._top_depth + 1;
_root._top_depth = _local1;
var _local2 = "_clone" + _local1;
this.duplicateMovieClip(_local2, _local1, this);
var _local3 = _parent[_local2];
_local3._cc = true;
clone_array.push(_local3);
_local3._cp = this;
return(_local3);
}
function reset() {
_x = 289;
_y = -6;
_xscale = 100;
_yscale = 100;
_rotation = 0;
_alpha = 100;
this.gotoAndPlay(1);
}
stage = Stage;
graphics = this;
if (_cc == null) {
velocity_x = 0;
velocity_y = 0;
acceleration_x = 0;
acceleration_y = 0;
scale_rate_x = 0;
scale_rate_y = 0;
alpha_rate = 0;
friction_x = 0;
friction_y = 0;
angular_velocity = 0;
angular_acceleration = 0;
angular_friction = 0;
}
clone_array = new Array();
sprite_array = new Array();
function physics(velocity, acceleration, maximum, friction) {
if (acceleration != 0) {
velocity = velocity + (acceleration * 0.025000000372529);
}
if (friction > 0) {
if (velocity > 0) {
velocity = velocity - (friction * 0.025000000372529);
if (velocity < 0) {
velocity = 0;
}
} else if (velocity < 0) {
velocity = velocity + (friction * 0.025000000372529);
if (velocity > 0) {
velocity = 0;
}
}
}
if (maximum > 0) {
if (velocity > maximum) {
velocity = maximum;
}
if (velocity < (-maximum)) {
velocity = -maximum;
}
}
return(velocity);
}
function onEnterFrame() {
if (velocity_x != 0) {
_x = _x + (velocity_x * 0.025000000372529);
}
if (velocity_y != 0) {
_y = _y + (velocity_y * 0.025000000372529);
}
if (angular_velocity != 0) {
_rotation = _rotation + (angular_velocity * 0.025000000372529);
}
velocity_x = physics(velocity_x, acceleration_x, 0, friction_x);
velocity_y = physics(velocity_y, acceleration_y, 0, friction_y);
angular_velocity = physics(angular_velocity, angular_acceleration, 0, angular_friction);
if (scale_rate_x != 0) {
_xscale = ((_xscale / 100) + (scale_rate_x * 0.000250000011874363)) * 100;
}
if (scale_rate_y != 0) {
_yscale = ((_yscale / 100) + (scale_rate_y * 0.000250000011874363)) * 100;
}
if (alpha_rate != 0) {
_alpha = ((_alpha / 100) + (alpha_rate * 0.000250000011874363)) * 100;
}
}
Symbol 214 MovieClip Frame 2 (8 B)
stop();
Symbol 218 MovieClip Frame 1 (2.39 KiB) ●
function start() {
gotoAndPlay(1);
}
function _p(xx, yy, sx, sy, rr, aa) {
_x = xx;
_y = yy;
_xscale = sx;
_yscale = sy;
_rotation = rr;
_alpha = aa;
}
function clone() {
var _local1 = _root._top_depth + 1;
_root._top_depth = _local1;
var _local2 = "_clone" + _local1;
this.duplicateMovieClip(_local2, _local1, this);
var _local3 = _parent[_local2];
_local3._cc = true;
clone_array.push(_local3);
_local3._cp = this;
return(_local3);
}
function reset() {
_x = 350;
_y = -7;
_xscale = 100;
_yscale = 100;
_rotation = 0;
_alpha = 100;
this.gotoAndPlay(1);
}
stage = Stage;
graphics = this;
if (_cc == null) {
velocity_x = 0;
velocity_y = 0;
acceleration_x = 0;
acceleration_y = 0;
scale_rate_x = 0;
scale_rate_y = 0;
alpha_rate = 0;
friction_x = 0;
friction_y = 0;
angular_velocity = 0;
angular_acceleration = 0;
angular_friction = 0;
}
clone_array = new Array();
sprite_array = new Array();
function physics(velocity, acceleration, maximum, friction) {
if (acceleration != 0) {
velocity = velocity + (acceleration * 0.025000000372529);
}
if (friction > 0) {
if (velocity > 0) {
velocity = velocity - (friction * 0.025000000372529);
if (velocity < 0) {
velocity = 0;
}
} else if (velocity < 0) {
velocity = velocity + (friction * 0.025000000372529);
if (velocity > 0) {
velocity = 0;
}
}
}
if (maximum > 0) {
if (velocity > maximum) {
velocity = maximum;
}
if (velocity < (-maximum)) {
velocity = -maximum;
}
}
return(velocity);
}
function onEnterFrame() {
if (velocity_x != 0) {
_x = _x + (velocity_x * 0.025000000372529);
}
if (velocity_y != 0) {
_y = _y + (velocity_y * 0.025000000372529);
}
if (angular_velocity != 0) {
_rotation = _rotation + (angular_velocity * 0.025000000372529);
}
velocity_x = physics(velocity_x, acceleration_x, 0, friction_x);
velocity_y = physics(velocity_y, acceleration_y, 0, friction_y);
angular_velocity = physics(angular_velocity, angular_acceleration, 0, angular_friction);
if (scale_rate_x != 0) {
_xscale = ((_xscale / 100) + (scale_rate_x * 0.000250000011874363)) * 100;
}
if (scale_rate_y != 0) {
_yscale = ((_yscale / 100) + (scale_rate_y * 0.000250000011874363)) * 100;
}
if (alpha_rate != 0) {
_alpha = ((_alpha / 100) + (alpha_rate * 0.000250000011874363)) * 100;
}
}
Symbol 218 MovieClip Frame 2 (8 B)
stop();
Symbol 222 MovieClip Frame 1 (2.39 KiB) ●
function start() {
gotoAndPlay(1);
}
function _p(xx, yy, sx, sy, rr, aa) {
_x = xx;
_y = yy;
_xscale = sx;
_yscale = sy;
_rotation = rr;
_alpha = aa;
}
function clone() {
var _local1 = _root._top_depth + 1;
_root._top_depth = _local1;
var _local2 = "_clone" + _local1;
this.duplicateMovieClip(_local2, _local1, this);
var _local3 = _parent[_local2];
_local3._cc = true;
clone_array.push(_local3);
_local3._cp = this;
return(_local3);
}
function reset() {
_x = 250;
_y = -10;
_xscale = 100;
_yscale = 100;
_rotation = 0;
_alpha = 100;
this.gotoAndPlay(1);
}
stage = Stage;
graphics = this;
if (_cc == null) {
velocity_x = 0;
velocity_y = 0;
acceleration_x = 0;
acceleration_y = 0;
scale_rate_x = 0;
scale_rate_y = 0;
alpha_rate = 0;
friction_x = 0;
friction_y = 0;
angular_velocity = 0;
angular_acceleration = 0;
angular_friction = 0;
}
clone_array = new Array();
sprite_array = new Array();
function physics(velocity, acceleration, maximum, friction) {
if (acceleration != 0) {
velocity = velocity + (acceleration * 0.025000000372529);
}
if (friction > 0) {
if (velocity > 0) {
velocity = velocity - (friction * 0.025000000372529);
if (velocity < 0) {
velocity = 0;
}
} else if (velocity < 0) {
velocity = velocity + (friction * 0.025000000372529);
if (velocity > 0) {
velocity = 0;
}
}
}
if (maximum > 0) {
if (velocity > maximum) {
velocity = maximum;
}
if (velocity < (-maximum)) {
velocity = -maximum;
}
}
return(velocity);
}
function onEnterFrame() {
if (velocity_x != 0) {
_x = _x + (velocity_x * 0.025000000372529);
}
if (velocity_y != 0) {
_y = _y + (velocity_y * 0.025000000372529);
}
if (angular_velocity != 0) {
_rotation = _rotation + (angular_velocity * 0.025000000372529);
}
velocity_x = physics(velocity_x, acceleration_x, 0, friction_x);
velocity_y = physics(velocity_y, acceleration_y, 0, friction_y);
angular_velocity = physics(angular_velocity, angular_acceleration, 0, angular_friction);
if (scale_rate_x != 0) {
_xscale = ((_xscale / 100) + (scale_rate_x * 0.000250000011874363)) * 100;
}
if (scale_rate_y != 0) {
_yscale = ((_yscale / 100) + (scale_rate_y * 0.000250000011874363)) * 100;
}
if (alpha_rate != 0) {
_alpha = ((_alpha / 100) + (alpha_rate * 0.000250000011874363)) * 100;
}
}
Symbol 222 MovieClip Frame 2 (8 B)
stop();
Symbol 226 MovieClip Frame 1 (2.39 KiB) ●
function start() {
gotoAndPlay(1);
}
function _p(xx, yy, sx, sy, rr, aa) {
_x = xx;
_y = yy;
_xscale = sx;
_yscale = sy;
_rotation = rr;
_alpha = aa;
}
function clone() {
var _local1 = _root._top_depth + 1;
_root._top_depth = _local1;
var _local2 = "_clone" + _local1;
this.duplicateMovieClip(_local2, _local1, this);
var _local3 = _parent[_local2];
_local3._cc = true;
clone_array.push(_local3);
_local3._cp = this;
return(_local3);
}
function reset() {
_x = 400;
_y = -9;
_xscale = 100;
_yscale = 100;
_rotation = 0;
_alpha = 100;
this.gotoAndPlay(1);
}
stage = Stage;
graphics = this;
if (_cc == null) {
velocity_x = 0;
velocity_y = 0;
acceleration_x = 0;
acceleration_y = 0;
scale_rate_x = 0;
scale_rate_y = 0;
alpha_rate = 0;
friction_x = 0;
friction_y = 0;
angular_velocity = 0;
angular_acceleration = 0;
angular_friction = 0;
}
clone_array = new Array();
sprite_array = new Array();
function physics(velocity, acceleration, maximum, friction) {
if (acceleration != 0) {
velocity = velocity + (acceleration * 0.025000000372529);
}
if (friction > 0) {
if (velocity > 0) {
velocity = velocity - (friction * 0.025000000372529);
if (velocity < 0) {
velocity = 0;
}
} else if (velocity < 0) {
velocity = velocity + (friction * 0.025000000372529);
if (velocity > 0) {
velocity = 0;
}
}
}
if (maximum > 0) {
if (velocity > maximum) {
velocity = maximum;
}
if (velocity < (-maximum)) {
velocity = -maximum;
}
}
return(velocity);
}
function onEnterFrame() {
if (velocity_x != 0) {
_x = _x + (velocity_x * 0.025000000372529);
}
if (velocity_y != 0) {
_y = _y + (velocity_y * 0.025000000372529);
}
if (angular_velocity != 0) {
_rotation = _rotation + (angular_velocity * 0.025000000372529);
}
velocity_x = physics(velocity_x, acceleration_x, 0, friction_x);
velocity_y = physics(velocity_y, acceleration_y, 0, friction_y);
angular_velocity = physics(angular_velocity, angular_acceleration, 0, angular_friction);
if (scale_rate_x != 0) {
_xscale = ((_xscale / 100) + (scale_rate_x * 0.000250000011874363)) * 100;
}
if (scale_rate_y != 0) {
_yscale = ((_yscale / 100) + (scale_rate_y * 0.000250000011874363)) * 100;
}
if (alpha_rate != 0) {
_alpha = ((_alpha / 100) + (alpha_rate * 0.000250000011874363)) * 100;
}
}
Symbol 226 MovieClip Frame 2 (8 B)
stop();
Symbol 230 MovieClip Frame 1 (2.39 KiB) ●
function start() {
gotoAndPlay(1);
}
function _p(xx, yy, sx, sy, rr, aa) {
_x = xx;
_y = yy;
_xscale = sx;
_yscale = sy;
_rotation = rr;
_alpha = aa;
}
function clone() {
var _local1 = _root._top_depth + 1;
_root._top_depth = _local1;
var _local2 = "_clone" + _local1;
this.duplicateMovieClip(_local2, _local1, this);
var _local3 = _parent[_local2];
_local3._cc = true;
clone_array.push(_local3);
_local3._cp = this;
return(_local3);
}
function reset() {
_x = 210;
_y = -4;
_xscale = 100;
_yscale = 100;
_rotation = 0;
_alpha = 100;
this.gotoAndPlay(1);
}
stage = Stage;
graphics = this;
if (_cc == null) {
velocity_x = 0;
velocity_y = 0;
acceleration_x = 0;
acceleration_y = 0;
scale_rate_x = 0;
scale_rate_y = 0;
alpha_rate = 0;
friction_x = 0;
friction_y = 0;
angular_velocity = 0;
angular_acceleration = 0;
angular_friction = 0;
}
clone_array = new Array();
sprite_array = new Array();
function physics(velocity, acceleration, maximum, friction) {
if (acceleration != 0) {
velocity = velocity + (acceleration * 0.025000000372529);
}
if (friction > 0) {
if (velocity > 0) {
velocity = velocity - (friction * 0.025000000372529);
if (velocity < 0) {
velocity = 0;
}
} else if (velocity < 0) {
velocity = velocity + (friction * 0.025000000372529);
if (velocity > 0) {
velocity = 0;
}
}
}
if (maximum > 0) {
if (velocity > maximum) {
velocity = maximum;
}
if (velocity < (-maximum)) {
velocity = -maximum;
}
}
return(velocity);
}
function onEnterFrame() {
if (velocity_x != 0) {
_x = _x + (velocity_x * 0.025000000372529);
}
if (velocity_y != 0) {
_y = _y + (velocity_y * 0.025000000372529);
}
if (angular_velocity != 0) {
_rotation = _rotation + (angular_velocity * 0.025000000372529);
}
velocity_x = physics(velocity_x, acceleration_x, 0, friction_x);
velocity_y = physics(velocity_y, acceleration_y, 0, friction_y);
angular_velocity = physics(angular_velocity, angular_acceleration, 0, angular_friction);
if (scale_rate_x != 0) {
_xscale = ((_xscale / 100) + (scale_rate_x * 0.000250000011874363)) * 100;
}
if (scale_rate_y != 0) {
_yscale = ((_yscale / 100) + (scale_rate_y * 0.000250000011874363)) * 100;
}
if (alpha_rate != 0) {
_alpha = ((_alpha / 100) + (alpha_rate * 0.000250000011874363)) * 100;
}
}
Symbol 230 MovieClip Frame 2 (8 B)
stop();
Symbol 234 MovieClip Frame 1 (819 B)
setProperty("distance1", _visible , 1);
setProperty("style1", _visible , 1);
function start() {
gotoAndPlay(1);
}
function _p(xx, yy, sx, sy, rr, aa) {
_x = xx;
_y = yy;
_xscale = sx;
_yscale = sy;
_rotation = rr;
_alpha = aa;
}
function clone() {
var _local1 = _root._top_depth + 1;
_root._top_depth = _local1;
var _local2 = "_clone" + _local1;
this.duplicateMovieClip(_local2, _local1, this);
var _local3 = _parent[_local2];
_local3._cc = true;
clone_array.push(_local3);
_local3._cp = this;
return(_local3);
}
function reset() {
_x = 320;
_y = 240;
_xscale = 100;
_yscale = 100;
_rotation = 0;
_alpha = 100;
distance1.reset();
style1.reset();
this.gotoAndPlay(1);
}
stage = Stage;
graphics = this;
clone_array = new Array();
sprite_array = new Array();
Symbol 234 MovieClip Frame 2 (8 B)
stop();
Symbol 235 MovieClip Frame 1 (701 B)
function start() {
gotoAndPlay(1);
}
function _p(xx, yy, sx, sy, rr, aa) {
_x = xx;
_y = yy;
_xscale = sx;
_yscale = sy;
_rotation = rr;
_alpha = aa;
}
function clone() {
var _local1 = _root._top_depth + 1;
_root._top_depth = _local1;
var _local2 = "_clone" + _local1;
this.duplicateMovieClip(_local2, _local1, this);
var _local3 = _parent[_local2];
_local3._cc = true;
clone_array.push(_local3);
_local3._cp = this;
return(_local3);
}
function reset() {
_x = 320;
_y = 457;
_xscale = 100;
_yscale = 100;
_rotation = 0;
_alpha = 100;
this.gotoAndPlay(1);
}
stage = Stage;
graphics = this;
clone_array = new Array();
sprite_array = new Array();
Symbol 292 MovieClip Frame 1 (770 B)
function start() {
gotoAndPlay(1);
}
function _p(xx, yy, sx, sy, rr, aa) {
_x = xx;
_y = yy;
_xscale = sx;
_yscale = sy;
_rotation = rr;
_alpha = aa;
}
function clone() {
var _local1 = _root._top_depth + 1;
_root._top_depth = _local1;
var _local2 = "_clone" + _local1;
this.duplicateMovieClip(_local2, _local1, this);
var _local3 = _parent[_local2];
_local3._cc = true;
clone_array.push(_local3);
_local3._cp = this;
return(_local3);
}
function reset() {
_x = 589;
_y = 50;
_xscale = 100;
_yscale = 100;
_rotation = 0;
_alpha = 100;
this.gotoAndPlay(1);
}
stage = Stage;
graphics = this;
clone_array = new Array();
sprite_array = new Array();
function onPress() {
getURL ("http://ski.ihoc.net/", "_blank");
}
Symbol 292 MovieClip Frame 2 (8 B)
stop();
Symbol 300 MovieClip Frame 1 (770 B)
function start() {
gotoAndPlay(1);
}
function _p(xx, yy, sx, sy, rr, aa) {
_x = xx;
_y = yy;
_xscale = sx;
_yscale = sy;
_rotation = rr;
_alpha = aa;
}
function clone() {
var _local1 = _root._top_depth + 1;
_root._top_depth = _local1;
var _local2 = "_clone" + _local1;
this.duplicateMovieClip(_local2, _local1, this);
var _local3 = _parent[_local2];
_local3._cc = true;
clone_array.push(_local3);
_local3._cp = this;
return(_local3);
}
function reset() {
_x = 124;
_y = 47;
_xscale = 100;
_yscale = 100;
_rotation = 0;
_alpha = 100;
this.gotoAndPlay(1);
}
stage = Stage;
graphics = this;
clone_array = new Array();
sprite_array = new Array();
function onPress() {
getURL ("http://ski.ihoc.net/", "_blank");
}
Symbol 300 MovieClip Frame 2 (8 B)
stop();
Symbol 346 MovieClip Frame 1 (1.83 KiB) ●
function start() {
gotoAndPlay(1);
}
function _p(xx, yy, sx, sy, rr, aa) {
_x = xx;
_y = yy;
_xscale = sx;
_yscale = sy;
_rotation = rr;
_alpha = aa;
}
function onRollOver() {
normal._visible = 0;
mouse_over._visible = 1;
button_down._visible = 0;
button_on._visible = 0;
}
function onRollOut() {
normal._visible = 1;
mouse_over._visible = 0;
button_down._visible = 0;
button_on._visible = 0;
animation._visible = 1;
animation._alpha = 100 * 100;
}
function onDragOut() {
onRollOut();
}
function onPress() {
normal._visible = 0;
mouse_over._visible = 0;
button_down._visible = 1;
button_on._visible = 0;
tellTarget ("_root") {
playing = true;
hit_timer = 31;
dir = 2;
distance = 0;
style = 0;
_root.gotomenu1._visible = 1;
_root.mainmenu1._visible = 0;
_root.lift1._y = 480 + (Math.random() * 600);
_root.liftempty1._y = Math.random() * -600;
_root.lift1._x = Math.random() * 640;
_root.liftempty1._x = Math.random() * 640;
_root.blik1.blik_acts1.showSlide("Slide 1");
_root.blik1.blik_acts1.slide6.blikrun1.play();
var _local1 = 0;
while (_local1 < jumps.length) {
jumps[_local1]._x = 10 + (Math.random() * 620);
jumps[_local1]._y = 340 + (Math.random() * 480);
_local1++;
}
_local1 = 0;
while (_local1 < objs.length) {
objs[_local1]._x = 10 + (Math.random() * 620);
objs[_local1]._y = 340 + (Math.random() * 480);
_local1++;
}
};
}
function onRelease() {
normal._visible = 0;
mouse_over._visible = 1;
button_down._visible = 0;
button_on._visible = checked;
}
function onReleaseOutside() {
onRelease();
}
stage = Stage;
graphics = this;
normal._visible = 1;
mouse_over._visible = 0;
button_down._visible = 0;
button_on._visible = 0;
animation._visible = 0;
hot_zone._visible = 1;
hot_zone._alpha = 0 * 100;
Symbol 346 MovieClip Frame 2 (8 B)
stop();
Symbol 369 MovieClip Frame 1 (1.15 KiB) ●
function start() {
gotoAndPlay(1);
}
function _p(xx, yy, sx, sy, rr, aa) {
_x = xx;
_y = yy;
_xscale = sx;
_yscale = sy;
_rotation = rr;
_alpha = aa;
}
function onRollOver() {
normal._visible = 0;
mouse_over._visible = 1;
button_down._visible = 0;
button_on._visible = 0;
}
function onRollOut() {
normal._visible = 1;
mouse_over._visible = 0;
button_down._visible = 0;
button_on._visible = 0;
animation._visible = 1;
animation._alpha = 100 * 100;
}
function onDragOut() {
onRollOut();
}
function onPress() {
normal._visible = 0;
mouse_over._visible = 0;
button_down._visible = 1;
button_on._visible = 0;
tellTarget ("_root") {
_root.mainmenu1.howto1._visible = 1;
_root.mainmenu1.howto1.showSlide("Slide 1");
};
}
function onRelease() {
normal._visible = 0;
mouse_over._visible = 1;
button_down._visible = 0;
button_on._visible = checked;
}
function onReleaseOutside() {
onRelease();
}
stage = Stage;
graphics = this;
normal._visible = 1;
mouse_over._visible = 0;
button_down._visible = 0;
button_on._visible = 0;
animation._visible = 0;
hot_zone._visible = 1;
hot_zone._alpha = 0 * 100;
Symbol 369 MovieClip Frame 2 (8 B)
stop();
Symbol 413 MovieClip Frame 1 (1.12 KiB) ●
function start() {
gotoAndPlay(1);
}
function _p(xx, yy, sx, sy, rr, aa) {
_x = xx;
_y = yy;
_xscale = sx;
_yscale = sy;
_rotation = rr;
_alpha = aa;
}
function onRollOver() {
normal._visible = 0;
mouse_over._visible = 1;
button_down._visible = 0;
button_on._visible = 0;
}
function onRollOut() {
normal._visible = 1;
mouse_over._visible = 0;
button_down._visible = 0;
button_on._visible = 0;
animation._visible = 1;
animation._alpha = 100 * 100;
}
function onDragOut() {
onRollOut();
}
function onPress() {
normal._visible = 0;
mouse_over._visible = 0;
button_down._visible = 1;
button_on._visible = 0;
tellTarget ("_root") {
getURL ("http://ski.ihoc.net/#history", "_blank");
};
}
function onRelease() {
normal._visible = 0;
mouse_over._visible = 1;
button_down._visible = 0;
button_on._visible = checked;
}
function onReleaseOutside() {
onRelease();
}
stage = Stage;
graphics = this;
normal._visible = 1;
mouse_over._visible = 0;
button_down._visible = 0;
button_on._visible = 0;
animation._visible = 0;
hot_zone._visible = 1;
hot_zone._alpha = 0 * 100;
Symbol 413 MovieClip Frame 2 (8 B)
stop();
Symbol 426 MovieClip Frame 1 (1.12 KiB) ●
function start() {
gotoAndPlay(1);
}
function _p(xx, yy, sx, sy, rr, aa) {
_x = xx;
_y = yy;
_xscale = sx;
_yscale = sy;
_rotation = rr;
_alpha = aa;
}
function onRollOver() {
normal._visible = 0;
mouse_over._visible = 1;
button_down._visible = 0;
button_on._visible = 0;
}
function onRollOut() {
normal._visible = 1;
mouse_over._visible = 0;
button_down._visible = 0;
button_on._visible = 0;
animation._visible = 1;
animation._alpha = 100 * 100;
}
function onDragOut() {
onRollOut();
}
function onPress() {
normal._visible = 0;
mouse_over._visible = 0;
button_down._visible = 1;
button_on._visible = 0;
tellTarget ("_root") {
getURL ("http://ski.ihoc.net/#download", "_blank");
};
}
function onRelease() {
normal._visible = 0;
mouse_over._visible = 1;
button_down._visible = 0;
button_on._visible = checked;
}
function onReleaseOutside() {
onRelease();
}
stage = Stage;
graphics = this;
normal._visible = 1;
mouse_over._visible = 0;
button_down._visible = 0;
button_on._visible = 0;
animation._visible = 0;
hot_zone._visible = 1;
hot_zone._alpha = 0 * 100;
Symbol 426 MovieClip Frame 2 (8 B)
stop();
Symbol 476 MovieClip Frame 1 (1.11 KiB) ●
function start() {
gotoAndPlay(1);
}
function _p(xx, yy, sx, sy, rr, aa) {
_x = xx;
_y = yy;
_xscale = sx;
_yscale = sy;
_rotation = rr;
_alpha = aa;
}
function onRollOver() {
normal._visible = 0;
mouse_over._visible = 1;
button_down._visible = 0;
button_on._visible = 0;
}
function onRollOut() {
normal._visible = 1;
mouse_over._visible = 0;
button_down._visible = 0;
button_on._visible = 0;
animation._visible = 1;
animation._alpha = 100 * 100;
}
function onDragOut() {
onRollOut();
}
function onPress() {
normal._visible = 0;
mouse_over._visible = 0;
button_down._visible = 1;
button_on._visible = 0;
tellTarget ("_root") {
getURL ("http://zoranan.tripod.com", "_blank");
};
}
function onRelease() {
normal._visible = 0;
mouse_over._visible = 1;
button_down._visible = 0;
button_on._visible = checked;
}
function onReleaseOutside() {
onRelease();
}
stage = Stage;
graphics = this;
normal._visible = 1;
mouse_over._visible = 0;
button_down._visible = 0;
button_on._visible = 0;
animation._visible = 0;
hot_zone._visible = 1;
hot_zone._alpha = 0 * 100;
Symbol 476 MovieClip Frame 2 (8 B)
stop();
Symbol 345 MovieClip Frame 1 (973 B)
setProperty("start1", _visible , 0);
setProperty("inst1", _visible , 0);
setProperty("about1", _visible , 0);
setProperty("getit1", _visible , 0);
setProperty("me1", _visible , 0);
function start() {
gotoAndPlay(1);
}
function _p(xx, yy, sx, sy, rr, aa) {
_x = xx;
_y = yy;
_xscale = sx;
_yscale = sy;
_rotation = rr;
_alpha = aa;
}
function clone() {
var _local1 = _root._top_depth + 1;
_root._top_depth = _local1;
var _local2 = "_clone" + _local1;
this.duplicateMovieClip(_local2, _local1, this);
var _local3 = _parent[_local2];
_local3._cc = true;
clone_array.push(_local3);
_local3._cp = this;
return(_local3);
}
function reset() {
_x = 320;
_y = 240;
_xscale = 100;
_yscale = 100;
_rotation = 0;
_alpha = 100;
start1.reset();
inst1.reset();
about1.reset();
getit1.reset();
me1.reset();
this.gotoAndPlay(1);
}
stage = Stage;
graphics = this;
clone_array = new Array();
sprite_array = new Array();
Symbol 345 MovieClip Frame 2 (389 B)
start1._p(373, -71, 100, 100, 0, 100);
inst1._p(433, -11, 100, 100, 0, 100);
about1._p(373, 49, 100, 100, 0, 100);
getit1._p(463.5, 109, 100, 100, 0, 100);
me1._p(463.5, 169, 100, 100, 0, 100);
setProperty("start1", _visible , 1);
setProperty("inst1", _visible , 1);
setProperty("about1", _visible , 1);
setProperty("getit1", _visible , 1);
setProperty("me1", _visible , 1);
Symbol 345 MovieClip Frame 3 (263 B)
start1._p(311.938110351563, -71, 100, 100, 0, 100);
inst1._p(366.159393310547, -11, 100, 100, 0, 100);
about1._p(311.938110351563, 49, 100, 100, 0, 100);
getit1._p(393.721862792969, 109, 100, 100, 0, 100);
me1._p(393.721862792969, 169, 100, 100, 0, 100);
Symbol 345 MovieClip Frame 4 (263 B)
start1._p(255.396957397461, -71, 100, 100, 0, 100);
inst1._p(304.267333984375, -11, 100, 100, 0, 100);
about1._p(255.396957397461, 49, 100, 100, 0, 100);
getit1._p(329.109771728516, 109, 100, 100, 0, 100);
me1._p(329.109771728516, 169, 100, 100, 0, 100);
Symbol 345 MovieClip Frame 5 (263 B)
start1._p(203.147689819336, -71, 100, 100, 0, 100);
inst1._p(247.073333740234, -11, 100, 100, 0, 100);
about1._p(203.147689819336, 49, 100, 100, 0, 100);
getit1._p(269.402191162109, 109, 100, 100, 0, 100);
me1._p(269.402191162109, 169, 100, 100, 0, 100);
Symbol 345 MovieClip Frame 6 (263 B)
start1._p(154.967407226563, -71, 100, 100, 0, 100);
inst1._p(194.333404541016, -11, 100, 100, 0, 100);
about1._p(154.967407226563, 49, 100, 100, 0, 100);
getit1._p(214.344451904297, 109, 100, 100, 0, 100);
me1._p(214.344451904297, 169, 100, 100, 0, 100);
Symbol 345 MovieClip Frame 7 (260 B)
start1._p(110.63916015625, -71, 100, 100, 0, 100);
inst1._p(145.81005859375, -11, 100, 100, 0, 100);
about1._p(110.63916015625, 49, 100, 100, 0, 100);
getit1._p(163.688598632813, 109, 100, 100, 0, 100);
me1._p(163.688598632813, 169, 100, 100, 0, 100);
Symbol 345 MovieClip Frame 8 (261 B)
start1._p(69.9519653320313, -71, 100, 100, 0, 100);
inst1._p(101.272338867188, -11, 100, 100, 0, 100);
about1._p(69.9519653320313, 49, 100, 100, 0, 100);
getit1._p(117.19352722168, 109, 100, 100, 0, 100);
me1._p(117.19352722168, 169, 100, 100, 0, 100);
Symbol 345 MovieClip Frame 9 (263 B)
start1._p(32.7007484436035, -71, 100, 100, 0, 100);
inst1._p(60.4957695007324, -11, 100, 100, 0, 100);
about1._p(32.7007484436035, 49, 100, 100, 0, 100);
getit1._p(74.6249084472656, 109, 100, 100, 0, 100);
me1._p(74.6249084472656, 169, 100, 100, 0, 100);
Symbol 345 MovieClip Frame 10 (263 B)
start1._p(-1.31359994411469, -71, 100, 100, 0, 100);
inst1._p(23.2623996734619, -11, 100, 100, 0, 100);
about1._p(-1.31359994411469, 49, 100, 100, 0, 100);
getit1._p(35.755199432373, 109, 100, 100, 0, 100);
me1._p(35.755199432373, 169, 100, 100, 0, 100);
Symbol 345 MovieClip Frame 11 (266 B)
start1._p(-32.284252166748, -71, 100, 100, 0, 100);
inst1._p(-10.6392288208008, -11, 100, 100, 0, 100);
about1._p(-32.284252166748, 49, 100, 100, 0, 100);
getit1._p(0.363658010959625, 109, 100, 100, 0, 100);
me1._p(0.363658010959625, 169, 100, 100, 0, 100);
Symbol 345 MovieClip Frame 12 (242 B)
start1._p(-60.3984375, -71, 100, 100, 0, 100);
inst1._p(-41.4140625, -11, 100, 100, 0, 100);
about1._p(-60.3984375, 49, 100, 100, 0, 100);
getit1._p(-31.763671875, 109, 100, 100, 0, 100);
me1._p(-31.763671875, 169, 100, 100, 0, 100);
Symbol 345 MovieClip Frame 13 (268 B)
start1._p(-85.8374404907227, -71, 100, 100, 0, 100);
inst1._p(-69.2605438232422, -11, 100, 100, 0, 100);
about1._p(-85.8374404907227, 49, 100, 100, 0, 100);
getit1._p(-60.8339500427246, 109, 100, 100, 0, 100);
me1._p(-60.8339500427246, 169, 100, 100, 0, 100);
Symbol 345 MovieClip Frame 14 (266 B)
start1._p(-108.77660369873, -71, 100, 100, 0, 100);
inst1._p(-94.3705978393555, -11, 100, 100, 0, 100);
about1._p(-108.77660369873, 49, 100, 100, 0, 100);
getit1._p(-87.0475463867188, 109, 100, 100, 0, 100);
me1._p(-87.0475463867188, 169, 100, 100, 0, 100);
Symbol 345 MovieClip Frame 15 (268 B)
start1._p(-129.385314941406, -71, 100, 100, 0, 100);
inst1._p(-116.929664611816, -11, 100, 100, 0, 100);
about1._p(-129.385314941406, 49, 100, 100, 0, 100);
getit1._p(-110.598045349121, 109, 100, 100, 0, 100);
me1._p(-110.598045349121, 169, 100, 100, 0, 100);
Symbol 345 MovieClip Frame 16 (268 B)
start1._p(-147.827041625977, -71, 100, 100, 0, 100);
inst1._p(-137.116668701172, -11, 100, 100, 0, 100);
about1._p(-147.827041625977, 49, 100, 100, 0, 100);
getit1._p(-131.672225952148, 109, 100, 100, 0, 100);
me1._p(-131.672225952148, 169, 100, 100, 0, 100);
Symbol 345 MovieClip Frame 17 (265 B)
start1._p(-164.25927734375, -71, 100, 100, 0, 100);
inst1._p(-155.10400390625, -11, 100, 100, 0, 100);
about1._p(-164.25927734375, 49, 100, 100, 0, 100);
getit1._p(-150.450073242188, 109, 100, 100, 0, 100);
me1._p(-150.450073242188, 169, 100, 100, 0, 100);
Symbol 345 MovieClip Frame 18 (268 B)
start1._p(-178.833602905273, -71, 100, 100, 0, 100);
inst1._p(-171.057601928711, -11, 100, 100, 0, 100);
about1._p(-178.833602905273, 49, 100, 100, 0, 100);
getit1._p(-167.104797363281, 109, 100, 100, 0, 100);
me1._p(-167.104797363281, 169, 100, 100, 0, 100);
Symbol 345 MovieClip Frame 19 (266 B)
start1._p(-191.69563293457, -71, 100, 100, 0, 100);
inst1._p(-185.136856079102, -11, 100, 100, 0, 100);
about1._p(-191.69563293457, 49, 100, 100, 0, 100);
getit1._p(-181.802810668945, 109, 100, 100, 0, 100);
me1._p(-181.802810668945, 169, 100, 100, 0, 100);
Symbol 345 MovieClip Frame 20 (266 B)
start1._p(-202.98503112793, -71, 100, 100, 0, 100);
inst1._p(-197.494659423828, -11, 100, 100, 0, 100);
about1._p(-202.98503112793, 49, 100, 100, 0, 100);
getit1._p(-194.703720092773, 109, 100, 100, 0, 100);
me1._p(-194.703720092773, 169, 100, 100, 0, 100);
Symbol 345 MovieClip Frame 21 (268 B)
start1._p(-212.835571289063, -71, 100, 100, 0, 100);
inst1._p(-208.277420043945, -11, 100, 100, 0, 100);
about1._p(-212.835571289063, 49, 100, 100, 0, 100);
getit1._p(-205.960357666016, 109, 100, 100, 0, 100);
me1._p(-205.960357666016, 169, 100, 100, 0, 100);
Symbol 345 MovieClip Frame 22 (227 B)
start1._p(-221.375, -71, 100, 100, 0, 100);
inst1._p(-217.625, -11, 100, 100, 0, 100);
about1._p(-221.375, 49, 100, 100, 0, 100);
getit1._p(-215.71875, 109, 100, 100, 0, 100);
me1._p(-215.71875, 169, 100, 100, 0, 100);
Symbol 345 MovieClip Frame 23 (268 B)
start1._p(-228.725189208984, -71, 100, 100, 0, 100);
inst1._p(-225.670791625977, -11, 100, 100, 0, 100);
about1._p(-228.725189208984, 49, 100, 100, 0, 100);
getit1._p(-224.118133544922, 109, 100, 100, 0, 100);
me1._p(-224.118133544922, 169, 100, 100, 0, 100);
Symbol 345 MovieClip Frame 24 (268 B)
start1._p(-235.002044677734, -71, 100, 100, 0, 100);
inst1._p(-232.541656494141, -11, 100, 100, 0, 100);
about1._p(-235.002044677734, 49, 100, 100, 0, 100);
getit1._p(-231.290969848633, 109, 100, 100, 0, 100);
me1._p(-231.290969848633, 169, 100, 100, 0, 100);
Symbol 345 MovieClip Frame 25 (268 B)
start1._p(-240.315505981445, -71, 100, 100, 0, 100);
inst1._p(-238.357986450195, -11, 100, 100, 0, 100);
about1._p(-240.315505981445, 49, 100, 100, 0, 100);
getit1._p(-237.362899780273, 109, 100, 100, 0, 100);
me1._p(-237.362899780273, 169, 100, 100, 0, 100);
Symbol 345 MovieClip Frame 26 (266 B)
start1._p(-244.769607543945, -71, 100, 100, 0, 100);
inst1._p(-243.233596801758, -11, 100, 100, 0, 100);
about1._p(-244.769607543945, 49, 100, 100, 0, 100);
getit1._p(-242.45280456543, 109, 100, 100, 0, 100);
me1._p(-242.45280456543, 169, 100, 100, 0, 100);
Symbol 345 MovieClip Frame 27 (265 B)
start1._p(-248.46240234375, -71, 100, 100, 0, 100);
inst1._p(-247.27587890625, -11, 100, 100, 0, 100);
about1._p(-248.46240234375, 49, 100, 100, 0, 100);
getit1._p(-246.672729492188, 109, 100, 100, 0, 100);
me1._p(-246.672729492188, 169, 100, 100, 0, 100);
Symbol 345 MovieClip Frame 28 (268 B)
start1._p(-251.486038208008, -71, 100, 100, 0, 100);
inst1._p(-250.585662841797, -11, 100, 100, 0, 100);
about1._p(-251.486038208008, 49, 100, 100, 0, 100);
getit1._p(-250.127975463867, 109, 100, 100, 0, 100);
me1._p(-250.127975463867, 169, 100, 100, 0, 100);
Symbol 345 MovieClip Frame 29 (268 B)
start1._p(-253.926696777344, -71, 100, 100, 0, 100);
inst1._p(-253.257293701172, -11, 100, 100, 0, 100);
about1._p(-253.926696777344, 49, 100, 100, 0, 100);
getit1._p(-252.917007446289, 109, 100, 100, 0, 100);
me1._p(-252.917007446289, 169, 100, 100, 0, 100);
Symbol 345 MovieClip Frame 30 (268 B)
start1._p(-255.864593505859, -71, 100, 100, 0, 100);
inst1._p(-255.378601074219, -11, 100, 100, 0, 100);
about1._p(-255.864593505859, 49, 100, 100, 0, 100);
getit1._p(-255.131546020508, 109, 100, 100, 0, 100);
me1._p(-255.131546020508, 169, 100, 100, 0, 100);
Symbol 345 MovieClip Frame 31 (268 B)
start1._p(-257.374053955078, -71, 100, 100, 0, 100);
inst1._p(-257.030914306641, -11, 100, 100, 0, 100);
about1._p(-257.374053955078, 49, 100, 100, 0, 100);
getit1._p(-256.856475830078, 109, 100, 100, 0, 100);
me1._p(-256.856475830078, 169, 100, 100, 0, 100);
Symbol 345 MovieClip Frame 32 (247 B)
start1._p(-258.5234375, -71, 100, 100, 0, 100);
inst1._p(-258.2890625, -11, 100, 100, 0, 100);
about1._p(-258.5234375, 49, 100, 100, 0, 100);
getit1._p(-258.169921875, 109, 100, 100, 0, 100);
me1._p(-258.169921875, 169, 100, 100, 0, 100);
Symbol 345 MovieClip Frame 33 (268 B)
start1._p(-259.375122070313, -71, 100, 100, 0, 100);
inst1._p(-259.221343994141, -11, 100, 100, 0, 100);
about1._p(-259.375122070313, 49, 100, 100, 0, 100);
getit1._p(-259.143188476563, 109, 100, 100, 0, 100);
me1._p(-259.143188476563, 169, 100, 100, 0, 100);
Symbol 345 MovieClip Frame 34 (268 B)
start1._p(-259.985595703125, -71, 100, 100, 0, 100);
inst1._p(-259.889587402344, -11, 100, 100, 0, 100);
about1._p(-259.985595703125, 49, 100, 100, 0, 100);
getit1._p(-259.840789794922, 109, 100, 100, 0, 100);
me1._p(-259.840789794922, 169, 100, 100, 0, 100);
Symbol 345 MovieClip Frame 35 (268 B)
start1._p(-260.405364990234, -71, 100, 100, 0, 100);
inst1._p(-260.349090576172, -11, 100, 100, 0, 100);
about1._p(-260.405364990234, 49, 100, 100, 0, 100);
getit1._p(-260.320495605469, 109, 100, 100, 0, 100);
me1._p(-260.320495605469, 169, 100, 100, 0, 100);
Symbol 345 MovieClip Frame 36 (268 B)
start1._p(-260.679046630859, -71, 100, 100, 0, 100);
inst1._p(-260.648651123047, -11, 100, 100, 0, 100);
about1._p(-260.679046630859, 49, 100, 100, 0, 100);
getit1._p(-260.633209228516, 109, 100, 100, 0, 100);
me1._p(-260.633209228516, 169, 100, 100, 0, 100);
Symbol 345 MovieClip Frame 37 (265 B)
start1._p(-260.84521484375, -71, 100, 100, 0, 100);
inst1._p(-260.83056640625, -11, 100, 100, 0, 100);
about1._p(-260.84521484375, 49, 100, 100, 0, 100);
getit1._p(-260.823120117188, 109, 100, 100, 0, 100);
me1._p(-260.823120117188, 169, 100, 100, 0, 100);
Symbol 345 MovieClip Frame 38 (268 B)
start1._p(-260.936614990234, -71, 100, 100, 0, 100);
inst1._p(-260.930603027344, -11, 100, 100, 0, 100);
about1._p(-260.936614990234, 49, 100, 100, 0, 100);
getit1._p(-260.927551269531, 109, 100, 100, 0, 100);
me1._p(-260.927551269531, 169, 100, 100, 0, 100);
Symbol 345 MovieClip Frame 39 (267 B)
start1._p(-260.979949951172, -71, 100, 100, 0, 100);
inst1._p(-260.97802734375, -11, 100, 100, 0, 100);
about1._p(-260.979949951172, 49, 100, 100, 0, 100);
getit1._p(-260.977081298828, 109, 100, 100, 0, 100);
me1._p(-260.977081298828, 169, 100, 100, 0, 100);
Symbol 345 MovieClip Frame 40 (268 B)
start1._p(-260.996032714844, -71, 100, 100, 0, 100);
inst1._p(-260.995666503906, -11, 100, 100, 0, 100);
about1._p(-260.996032714844, 49, 100, 100, 0, 100);
getit1._p(-260.995483398438, 109, 100, 100, 0, 100);
me1._p(-260.995483398438, 169, 100, 100, 0, 100);
Symbol 345 MovieClip Frame 41 (268 B)
start1._p(-260.999755859375, -71, 100, 100, 0, 100);
inst1._p(-260.999725341797, -11, 100, 100, 0, 100);
about1._p(-260.999755859375, 49, 100, 100, 0, 100);
getit1._p(-260.999725341797, 109, 100, 100, 0, 100);
me1._p(-260.999725341797, 169, 100, 100, 0, 100);
Symbol 345 MovieClip Frame 42 (203 B)
start1._p(-261, -71, 100, 100, 0, 100);
inst1._p(-261, -11, 100, 100, 0, 100);
about1._p(-261, 49, 100, 100, 0, 100);
getit1._p(-261, 109, 100, 100, 0, 100);
me1._p(-261, 169, 100, 100, 0, 100);
Symbol 345 MovieClip Frame 43 (8 B)
stop();
Symbol 506 MovieClip Frame 1 (1.1 KiB) ●
function start() {
gotoAndPlay(1);
}
function _p(xx, yy, sx, sy, rr, aa) {
_x = xx;
_y = yy;
_xscale = sx;
_yscale = sy;
_rotation = rr;
_alpha = aa;
}
function onRollOver() {
normal._visible = 0;
mouse_over._visible = 1;
button_down._visible = 0;
button_on._visible = 0;
}
function onRollOut() {
normal._visible = 1;
mouse_over._visible = 0;
button_down._visible = 0;
button_on._visible = 0;
animation._visible = 1;
animation._alpha = 100 * 100;
}
function onDragOut() {
onRollOut();
}
function onPress() {
normal._visible = 0;
mouse_over._visible = 0;
button_down._visible = 1;
button_on._visible = 0;
tellTarget ("_parent") {
_root.mainmenu1.howto1.nextSlide();
};
}
function onRelease() {
normal._visible = 0;
mouse_over._visible = 1;
button_down._visible = 0;
button_on._visible = checked;
}
function onReleaseOutside() {
onRelease();
}
stage = Stage;
graphics = this;
normal._visible = 1;
mouse_over._visible = 0;
button_down._visible = 0;
button_on._visible = 0;
animation._visible = 0;
hot_zone._visible = 1;
hot_zone._alpha = 0 * 100;
Symbol 506 MovieClip Frame 2 (8 B)
stop();
Symbol 517 MovieClip Frame 1 (1.11 KiB) ●
function start() {
gotoAndPlay(1);
}
function _p(xx, yy, sx, sy, rr, aa) {
_x = xx;
_y = yy;
_xscale = sx;
_yscale = sy;
_rotation = rr;
_alpha = aa;
}
function onRollOver() {
normal._visible = 0;
mouse_over._visible = 1;
button_down._visible = 0;
button_on._visible = 0;
}
function onRollOut() {
normal._visible = 1;
mouse_over._visible = 0;
button_down._visible = 0;
button_on._visible = 0;
animation._visible = 1;
animation._alpha = 100 * 100;
}
function onDragOut() {
onRollOut();
}
function onPress() {
normal._visible = 0;
mouse_over._visible = 0;
button_down._visible = 1;
button_on._visible = 0;
tellTarget ("_parent") {
_root.mainmenu1.howto1._visible = false;
};
}
function onRelease() {
normal._visible = 0;
mouse_over._visible = 1;
button_down._visible = 0;
button_on._visible = checked;
}
function onReleaseOutside() {
onRelease();
}
stage = Stage;
graphics = this;
normal._visible = 1;
mouse_over._visible = 0;
button_down._visible = 0;
button_on._visible = 0;
animation._visible = 0;
hot_zone._visible = 1;
hot_zone._alpha = 0 * 100;
Symbol 517 MovieClip Frame 2 (8 B)
stop();
Symbol 567 MovieClip Frame 1 (811 B)
setProperty("button1", _visible , 1);
setProperty("close1", _visible , 1);
function start() {
gotoAndPlay(1);
}
function _p(xx, yy, sx, sy, rr, aa) {
_x = xx;
_y = yy;
_xscale = sx;
_yscale = sy;
_rotation = rr;
_alpha = aa;
}
function clone() {
var _local1 = _root._top_depth + 1;
_root._top_depth = _local1;
var _local2 = "_clone" + _local1;
this.duplicateMovieClip(_local2, _local1, this);
var _local3 = _parent[_local2];
_local3._cc = true;
clone_array.push(_local3);
_local3._cp = this;
return(_local3);
}
function reset() {
_x = 0;
_y = 0;
_xscale = 100;
_yscale = 100;
_rotation = 0;
_alpha = 100;
button1.reset();
close1.reset();
this.gotoAndPlay(1);
}
stage = Stage;
graphics = this;
clone_array = new Array();
sprite_array = new Array();
Symbol 567 MovieClip Frame 2 (8 B)
stop();
Symbol 571 MovieClip Frame 1 (1.1 KiB) ●
function start() {
gotoAndPlay(1);
}
function _p(xx, yy, sx, sy, rr, aa) {
_x = xx;
_y = yy;
_xscale = sx;
_yscale = sy;
_rotation = rr;
_alpha = aa;
}
function onRollOver() {
normal._visible = 0;
mouse_over._visible = 1;
button_down._visible = 0;
button_on._visible = 0;
}
function onRollOut() {
normal._visible = 1;
mouse_over._visible = 0;
button_down._visible = 0;
button_on._visible = 0;
animation._visible = 1;
animation._alpha = 100 * 100;
}
function onDragOut() {
onRollOut();
}
function onPress() {
normal._visible = 0;
mouse_over._visible = 0;
button_down._visible = 1;
button_on._visible = 0;
tellTarget ("_parent") {
_root.mainmenu1.howto1.nextSlide();
};
}
function onRelease() {
normal._visible = 0;
mouse_over._visible = 1;
button_down._visible = 0;
button_on._visible = checked;
}
function onReleaseOutside() {
onRelease();
}
stage = Stage;
graphics = this;
normal._visible = 1;
mouse_over._visible = 0;
button_down._visible = 0;
button_on._visible = 0;
animation._visible = 0;
hot_zone._visible = 1;
hot_zone._alpha = 0 * 100;
Symbol 571 MovieClip Frame 2 (8 B)
stop();
Symbol 582 MovieClip Frame 1 (1.1 KiB) ●
function start() {
gotoAndPlay(1);
}
function _p(xx, yy, sx, sy, rr, aa) {
_x = xx;
_y = yy;
_xscale = sx;
_yscale = sy;
_rotation = rr;
_alpha = aa;
}
function onRollOver() {
normal._visible = 0;
mouse_over._visible = 1;
button_down._visible = 0;
button_on._visible = 0;
}
function onRollOut() {
normal._visible = 1;
mouse_over._visible = 0;
button_down._visible = 0;
button_on._visible = 0;
animation._visible = 1;
animation._alpha = 100 * 100;
}
function onDragOut() {
onRollOut();
}
function onPress() {
normal._visible = 0;
mouse_over._visible = 0;
button_down._visible = 1;
button_on._visible = 0;
tellTarget ("_parent") {
_root.mainmenu1.howto1.prevSlide();
};
}
function onRelease() {
normal._visible = 0;
mouse_over._visible = 1;
button_down._visible = 0;
button_on._visible = checked;
}
function onReleaseOutside() {
onRelease();
}
stage = Stage;
graphics = this;
normal._visible = 1;
mouse_over._visible = 0;
button_down._visible = 0;
button_on._visible = 0;
animation._visible = 0;
hot_zone._visible = 1;
hot_zone._alpha = 0 * 100;
Symbol 582 MovieClip Frame 2 (8 B)
stop();
Symbol 593 MovieClip Frame 1 (1.11 KiB) ●
function start() {
gotoAndPlay(1);
}
function _p(xx, yy, sx, sy, rr, aa) {
_x = xx;
_y = yy;
_xscale = sx;
_yscale = sy;
_rotation = rr;
_alpha = aa;
}
function onRollOver() {
normal._visible = 0;
mouse_over._visible = 1;
button_down._visible = 0;
button_on._visible = 0;
}
function onRollOut() {
normal._visible = 1;
mouse_over._visible = 0;
button_down._visible = 0;
button_on._visible = 0;
animation._visible = 1;
animation._alpha = 100 * 100;
}
function onDragOut() {
onRollOut();
}
function onPress() {
normal._visible = 0;
mouse_over._visible = 0;
button_down._visible = 1;
button_on._visible = 0;
tellTarget ("_parent") {
_root.mainmenu1.howto1._visible = false;
};
}
function onRelease() {
normal._visible = 0;
mouse_over._visible = 1;
button_down._visible = 0;
button_on._visible = checked;
}
function onReleaseOutside() {
onRelease();
}
stage = Stage;
graphics = this;
normal._visible = 1;
mouse_over._visible = 0;
button_down._visible = 0;
button_on._visible = 0;
animation._visible = 0;
hot_zone._visible = 1;
hot_zone._alpha = 0 * 100;
Symbol 593 MovieClip Frame 2 (8 B)
stop();
Symbol 666 MovieClip Frame 1 (869 B)
setProperty("button2", _visible , 1);
setProperty("button3", _visible , 1);
setProperty("close2", _visible , 1);
function start() {
gotoAndPlay(1);
}
function _p(xx, yy, sx, sy, rr, aa) {
_x = xx;
_y = yy;
_xscale = sx;
_yscale = sy;
_rotation = rr;
_alpha = aa;
}
function clone() {
var _local1 = _root._top_depth + 1;
_root._top_depth = _local1;
var _local2 = "_clone" + _local1;
this.duplicateMovieClip(_local2, _local1, this);
var _local3 = _parent[_local2];
_local3._cc = true;
clone_array.push(_local3);
_local3._cp = this;
return(_local3);
}
function reset() {
_x = 0;
_y = 0;
_xscale = 100;
_yscale = 100;
_rotation = 0;
_alpha = 100;
button2.reset();
button3.reset();
close2.reset();
this.gotoAndPlay(1);
}
stage = Stage;
graphics = this;
clone_array = new Array();
sprite_array = new Array();
Symbol 666 MovieClip Frame 2 (8 B)
stop();
Symbol 670 MovieClip Frame 1 (1.1 KiB) ●
function start() {
gotoAndPlay(1);
}
function _p(xx, yy, sx, sy, rr, aa) {
_x = xx;
_y = yy;
_xscale = sx;
_yscale = sy;
_rotation = rr;
_alpha = aa;
}
function onRollOver() {
normal._visible = 0;
mouse_over._visible = 1;
button_down._visible = 0;
button_on._visible = 0;
}
function onRollOut() {
normal._visible = 1;
mouse_over._visible = 0;
button_down._visible = 0;
button_on._visible = 0;
animation._visible = 1;
animation._alpha = 100 * 100;
}
function onDragOut() {
onRollOut();
}
function onPress() {
normal._visible = 0;
mouse_over._visible = 0;
button_down._visible = 1;
button_on._visible = 0;
tellTarget ("_parent") {
_root.mainmenu1.howto1.nextSlide();
};
}
function onRelease() {
normal._visible = 0;
mouse_over._visible = 1;
button_down._visible = 0;
button_on._visible = checked;
}
function onReleaseOutside() {
onRelease();
}
stage = Stage;
graphics = this;
normal._visible = 1;
mouse_over._visible = 0;
button_down._visible = 0;
button_on._visible = 0;
animation._visible = 0;
hot_zone._visible = 1;
hot_zone._alpha = 0 * 100;
Symbol 670 MovieClip Frame 2 (8 B)
stop();
Symbol 681 MovieClip Frame 1 (1.1 KiB) ●
function start() {
gotoAndPlay(1);
}
function _p(xx, yy, sx, sy, rr, aa) {
_x = xx;
_y = yy;
_xscale = sx;
_yscale = sy;
_rotation = rr;
_alpha = aa;
}
function onRollOver() {
normal._visible = 0;
mouse_over._visible = 1;
button_down._visible = 0;
button_on._visible = 0;
}
function onRollOut() {
normal._visible = 1;
mouse_over._visible = 0;
button_down._visible = 0;
button_on._visible = 0;
animation._visible = 1;
animation._alpha = 100 * 100;
}
function onDragOut() {
onRollOut();
}
function onPress() {
normal._visible = 0;
mouse_over._visible = 0;
button_down._visible = 1;
button_on._visible = 0;
tellTarget ("_parent") {
_root.mainmenu1.howto1.prevSlide();
};
}
function onRelease() {
normal._visible = 0;
mouse_over._visible = 1;
button_down._visible = 0;
button_on._visible = checked;
}
function onReleaseOutside() {
onRelease();
}
stage = Stage;
graphics = this;
normal._visible = 1;
mouse_over._visible = 0;
button_down._visible = 0;
button_on._visible = 0;
animation._visible = 0;
hot_zone._visible = 1;
hot_zone._alpha = 0 * 100;
Symbol 681 MovieClip Frame 2 (8 B)
stop();
Symbol 692 MovieClip Frame 1 (1.11 KiB) ●
function start() {
gotoAndPlay(1);
}
function _p(xx, yy, sx, sy, rr, aa) {
_x = xx;
_y = yy;
_xscale = sx;
_yscale = sy;
_rotation = rr;
_alpha = aa;
}
function onRollOver() {
normal._visible = 0;
mouse_over._visible = 1;
button_down._visible = 0;
button_on._visible = 0;
}
function onRollOut() {
normal._visible = 1;
mouse_over._visible = 0;
button_down._visible = 0;
button_on._visible = 0;
animation._visible = 1;
animation._alpha = 100 * 100;
}
function onDragOut() {
onRollOut();
}
function onPress() {
normal._visible = 0;
mouse_over._visible = 0;
button_down._visible = 1;
button_on._visible = 0;
tellTarget ("_parent") {
_root.mainmenu1.howto1._visible = false;
};
}
function onRelease() {
normal._visible = 0;
mouse_over._visible = 1;
button_down._visible = 0;
button_on._visible = checked;
}
function onReleaseOutside() {
onRelease();
}
stage = Stage;
graphics = this;
normal._visible = 1;
mouse_over._visible = 0;
button_down._visible = 0;
button_on._visible = 0;
animation._visible = 0;
hot_zone._visible = 1;
hot_zone._alpha = 0 * 100;
Symbol 692 MovieClip Frame 2 (8 B)
stop();
Symbol 790 MovieClip Frame 1 (869 B)
setProperty("button4", _visible , 1);
setProperty("button5", _visible , 1);
setProperty("close3", _visible , 1);
function start() {
gotoAndPlay(1);
}
function _p(xx, yy, sx, sy, rr, aa) {
_x = xx;
_y = yy;
_xscale = sx;
_yscale = sy;
_rotation = rr;
_alpha = aa;
}
function clone() {
var _local1 = _root._top_depth + 1;
_root._top_depth = _local1;
var _local2 = "_clone" + _local1;
this.duplicateMovieClip(_local2, _local1, this);
var _local3 = _parent[_local2];
_local3._cc = true;
clone_array.push(_local3);
_local3._cp = this;
return(_local3);
}
function reset() {
_x = 0;
_y = 0;
_xscale = 100;
_yscale = 100;
_rotation = 0;
_alpha = 100;
button4.reset();
button5.reset();
close3.reset();
this.gotoAndPlay(1);
}
stage = Stage;
graphics = this;
clone_array = new Array();
sprite_array = new Array();
Symbol 790 MovieClip Frame 2 (8 B)
stop();
Symbol 794 MovieClip Frame 1 (1.1 KiB) ●
function start() {
gotoAndPlay(1);
}
function _p(xx, yy, sx, sy, rr, aa) {
_x = xx;
_y = yy;
_xscale = sx;
_yscale = sy;
_rotation = rr;
_alpha = aa;
}
function onRollOver() {
normal._visible = 0;
mouse_over._visible = 1;
button_down._visible = 0;
button_on._visible = 0;
}
function onRollOut() {
normal._visible = 1;
mouse_over._visible = 0;
button_down._visible = 0;
button_on._visible = 0;
animation._visible = 1;
animation._alpha = 100 * 100;
}
function onDragOut() {
onRollOut();
}
function onPress() {
normal._visible = 0;
mouse_over._visible = 0;
button_down._visible = 1;
button_on._visible = 0;
tellTarget ("_parent") {
_root.mainmenu1.howto1.nextSlide();
};
}
function onRelease() {
normal._visible = 0;
mouse_over._visible = 1;
button_down._visible = 0;
button_on._visible = checked;
}
function onReleaseOutside() {
onRelease();
}
stage = Stage;
graphics = this;
normal._visible = 1;
mouse_over._visible = 0;
button_down._visible = 0;
button_on._visible = 0;
animation._visible = 0;
hot_zone._visible = 1;
hot_zone._alpha = 0 * 100;
Symbol 794 MovieClip Frame 2 (8 B)
stop();
Symbol 805 MovieClip Frame 1 (1.1 KiB) ●
function start() {
gotoAndPlay(1);
}
function _p(xx, yy, sx, sy, rr, aa) {
_x = xx;
_y = yy;
_xscale = sx;
_yscale = sy;
_rotation = rr;
_alpha = aa;
}
function onRollOver() {
normal._visible = 0;
mouse_over._visible = 1;
button_down._visible = 0;
button_on._visible = 0;
}
function onRollOut() {
normal._visible = 1;
mouse_over._visible = 0;
button_down._visible = 0;
button_on._visible = 0;
animation._visible = 1;
animation._alpha = 100 * 100;
}
function onDragOut() {
onRollOut();
}
function onPress() {
normal._visible = 0;
mouse_over._visible = 0;
button_down._visible = 1;
button_on._visible = 0;
tellTarget ("_parent") {
_root.mainmenu1.howto1.prevSlide();
};
}
function onRelease() {
normal._visible = 0;
mouse_over._visible = 1;
button_down._visible = 0;
button_on._visible = checked;
}
function onReleaseOutside() {
onRelease();
}
stage = Stage;
graphics = this;
normal._visible = 1;
mouse_over._visible = 0;
button_down._visible = 0;
button_on._visible = 0;
animation._visible = 0;
hot_zone._visible = 1;
hot_zone._alpha = 0 * 100;
Symbol 805 MovieClip Frame 2 (8 B)
stop();
Symbol 816 MovieClip Frame 1 (1.11 KiB) ●
function start() {
gotoAndPlay(1);
}
function _p(xx, yy, sx, sy, rr, aa) {
_x = xx;
_y = yy;
_xscale = sx;
_yscale = sy;
_rotation = rr;
_alpha = aa;
}
function onRollOver() {
normal._visible = 0;
mouse_over._visible = 1;
button_down._visible = 0;
button_on._visible = 0;
}
function onRollOut() {
normal._visible = 1;
mouse_over._visible = 0;
button_down._visible = 0;
button_on._visible = 0;
animation._visible = 1;
animation._alpha = 100 * 100;
}
function onDragOut() {
onRollOut();
}
function onPress() {
normal._visible = 0;
mouse_over._visible = 0;
button_down._visible = 1;
button_on._visible = 0;
tellTarget ("_parent") {
_root.mainmenu1.howto1._visible = false;
};
}
function onRelease() {
normal._visible = 0;
mouse_over._visible = 1;
button_down._visible = 0;
button_on._visible = checked;
}
function onReleaseOutside() {
onRelease();
}
stage = Stage;
graphics = this;
normal._visible = 1;
mouse_over._visible = 0;
button_down._visible = 0;
button_on._visible = 0;
animation._visible = 0;
hot_zone._visible = 1;
hot_zone._alpha = 0 * 100;
Symbol 816 MovieClip Frame 2 (8 B)
stop();
Symbol 866 MovieClip Frame 1 (869 B)
setProperty("button6", _visible , 1);
setProperty("button7", _visible , 1);
setProperty("close4", _visible , 1);
function start() {
gotoAndPlay(1);
}
function _p(xx, yy, sx, sy, rr, aa) {
_x = xx;
_y = yy;
_xscale = sx;
_yscale = sy;
_rotation = rr;
_alpha = aa;
}
function clone() {
var _local1 = _root._top_depth + 1;
_root._top_depth = _local1;
var _local2 = "_clone" + _local1;
this.duplicateMovieClip(_local2, _local1, this);
var _local3 = _parent[_local2];
_local3._cc = true;
clone_array.push(_local3);
_local3._cp = this;
return(_local3);
}
function reset() {
_x = 0;
_y = 0;
_xscale = 100;
_yscale = 100;
_rotation = 0;
_alpha = 100;
button6.reset();
button7.reset();
close4.reset();
this.gotoAndPlay(1);
}
stage = Stage;
graphics = this;
clone_array = new Array();
sprite_array = new Array();
Symbol 866 MovieClip Frame 2 (8 B)
stop();
Symbol 870 MovieClip Frame 1 (1.1 KiB) ●
function start() {
gotoAndPlay(1);
}
function _p(xx, yy, sx, sy, rr, aa) {
_x = xx;
_y = yy;
_xscale = sx;
_yscale = sy;
_rotation = rr;
_alpha = aa;
}
function onRollOver() {
normal._visible = 0;
mouse_over._visible = 1;
button_down._visible = 0;
button_on._visible = 0;
}
function onRollOut() {
normal._visible = 1;
mouse_over._visible = 0;
button_down._visible = 0;
button_on._visible = 0;
animation._visible = 1;
animation._alpha = 100 * 100;
}
function onDragOut() {
onRollOut();
}
function onPress() {
normal._visible = 0;
mouse_over._visible = 0;
button_down._visible = 1;
button_on._visible = 0;
tellTarget ("_parent") {
_root.mainmenu1.howto1.nextSlide();
};
}
function onRelease() {
normal._visible = 0;
mouse_over._visible = 1;
button_down._visible = 0;
button_on._visible = checked;
}
function onReleaseOutside() {
onRelease();
}
stage = Stage;
graphics = this;
normal._visible = 1;
mouse_over._visible = 0;
button_down._visible = 0;
button_on._visible = 0;
animation._visible = 0;
hot_zone._visible = 1;
hot_zone._alpha = 0 * 100;
Symbol 870 MovieClip Frame 2 (8 B)
stop();
Symbol 881 MovieClip Frame 1 (1.1 KiB) ●
function start() {
gotoAndPlay(1);
}
function _p(xx, yy, sx, sy, rr, aa) {
_x = xx;
_y = yy;
_xscale = sx;
_yscale = sy;
_rotation = rr;
_alpha = aa;
}
function onRollOver() {
normal._visible = 0;
mouse_over._visible = 1;
button_down._visible = 0;
button_on._visible = 0;
}
function onRollOut() {
normal._visible = 1;
mouse_over._visible = 0;
button_down._visible = 0;
button_on._visible = 0;
animation._visible = 1;
animation._alpha = 100 * 100;
}
function onDragOut() {
onRollOut();
}
function onPress() {
normal._visible = 0;
mouse_over._visible = 0;
button_down._visible = 1;
button_on._visible = 0;
tellTarget ("_parent") {
_root.mainmenu1.howto1.prevSlide();
};
}
function onRelease() {
normal._visible = 0;
mouse_over._visible = 1;
button_down._visible = 0;
button_on._visible = checked;
}
function onReleaseOutside() {
onRelease();
}
stage = Stage;
graphics = this;
normal._visible = 1;
mouse_over._visible = 0;
button_down._visible = 0;
button_on._visible = 0;
animation._visible = 0;
hot_zone._visible = 1;
hot_zone._alpha = 0 * 100;
Symbol 881 MovieClip Frame 2 (8 B)
stop();
Symbol 892 MovieClip Frame 1 (1.11 KiB) ●
function start() {
gotoAndPlay(1);
}
function _p(xx, yy, sx, sy, rr, aa) {
_x = xx;
_y = yy;
_xscale = sx;
_yscale = sy;
_rotation = rr;
_alpha = aa;
}
function onRollOver() {
normal._visible = 0;
mouse_over._visible = 1;
button_down._visible = 0;
button_on._visible = 0;
}
function onRollOut() {
normal._visible = 1;
mouse_over._visible = 0;
button_down._visible = 0;
button_on._visible = 0;
animation._visible = 1;
animation._alpha = 100 * 100;
}
function onDragOut() {
onRollOut();
}
function onPress() {
normal._visible = 0;
mouse_over._visible = 0;
button_down._visible = 1;
button_on._visible = 0;
tellTarget ("_parent") {
_root.mainmenu1.howto1._visible = false;
};
}
function onRelease() {
normal._visible = 0;
mouse_over._visible = 1;
button_down._visible = 0;
button_on._visible = checked;
}
function onReleaseOutside() {
onRelease();
}
stage = Stage;
graphics = this;
normal._visible = 1;
mouse_over._visible = 0;
button_down._visible = 0;
button_on._visible = 0;
animation._visible = 0;
hot_zone._visible = 1;
hot_zone._alpha = 0 * 100;
Symbol 892 MovieClip Frame 2 (8 B)
stop();
Symbol 993 MovieClip Frame 1 (869 B)
setProperty("button8", _visible , 1);
setProperty("button9", _visible , 1);
setProperty("close5", _visible , 1);
function start() {
gotoAndPlay(1);
}
function _p(xx, yy, sx, sy, rr, aa) {
_x = xx;
_y = yy;
_xscale = sx;
_yscale = sy;
_rotation = rr;
_alpha = aa;
}
function clone() {
var _local1 = _root._top_depth + 1;
_root._top_depth = _local1;
var _local2 = "_clone" + _local1;
this.duplicateMovieClip(_local2, _local1, this);
var _local3 = _parent[_local2];
_local3._cc = true;
clone_array.push(_local3);
_local3._cp = this;
return(_local3);
}
function reset() {
_x = 0;
_y = 0;
_xscale = 100;
_yscale = 100;
_rotation = 0;
_alpha = 100;
button8.reset();
button9.reset();
close5.reset();
this.gotoAndPlay(1);
}
stage = Stage;
graphics = this;
clone_array = new Array();
sprite_array = new Array();
Symbol 993 MovieClip Frame 2 (8 B)
stop();
Symbol 997 MovieClip Frame 1 (1.1 KiB) ●
function start() {
gotoAndPlay(1);
}
function _p(xx, yy, sx, sy, rr, aa) {
_x = xx;
_y = yy;
_xscale = sx;
_yscale = sy;
_rotation = rr;
_alpha = aa;
}
function onRollOver() {
normal._visible = 0;
mouse_over._visible = 1;
button_down._visible = 0;
button_on._visible = 0;
}
function onRollOut() {
normal._visible = 1;
mouse_over._visible = 0;
button_down._visible = 0;
button_on._visible = 0;
animation._visible = 1;
animation._alpha = 100 * 100;
}
function onDragOut() {
onRollOut();
}
function onPress() {
normal._visible = 0;
mouse_over._visible = 0;
button_down._visible = 1;
button_on._visible = 0;
tellTarget ("_parent") {
_root.mainmenu1.howto1.nextSlide();
};
}
function onRelease() {
normal._visible = 0;
mouse_over._visible = 1;
button_down._visible = 0;
button_on._visible = checked;
}
function onReleaseOutside() {
onRelease();
}
stage = Stage;
graphics = this;
normal._visible = 1;
mouse_over._visible = 0;
button_down._visible = 0;
button_on._visible = 0;
animation._visible = 0;
hot_zone._visible = 1;
hot_zone._alpha = 0 * 100;
Symbol 997 MovieClip Frame 2 (8 B)
stop();
Symbol 1008 MovieClip Frame 1 (1.1 KiB) ●
function start() {
gotoAndPlay(1);
}
function _p(xx, yy, sx, sy, rr, aa) {
_x = xx;
_y = yy;
_xscale = sx;
_yscale = sy;
_rotation = rr;
_alpha = aa;
}
function onRollOver() {
normal._visible = 0;
mouse_over._visible = 1;
button_down._visible = 0;
button_on._visible = 0;
}
function onRollOut() {
normal._visible = 1;
mouse_over._visible = 0;
button_down._visible = 0;
button_on._visible = 0;
animation._visible = 1;
animation._alpha = 100 * 100;
}
function onDragOut() {
onRollOut();
}
function onPress() {
normal._visible = 0;
mouse_over._visible = 0;
button_down._visible = 1;
button_on._visible = 0;
tellTarget ("_parent") {
_root.mainmenu1.howto1.prevSlide();
};
}
function onRelease() {
normal._visible = 0;
mouse_over._visible = 1;
button_down._visible = 0;
button_on._visible = checked;
}
function onReleaseOutside() {
onRelease();
}
stage = Stage;
graphics = this;
normal._visible = 1;
mouse_over._visible = 0;
button_down._visible = 0;
button_on._visible = 0;
animation._visible = 0;
hot_zone._visible = 1;
hot_zone._alpha = 0 * 100;
Symbol 1008 MovieClip Frame 2 (8 B)
stop();
Symbol 1019 MovieClip Frame 1 (1.11 KiB) ●
function start() {
gotoAndPlay(1);
}
function _p(xx, yy, sx, sy, rr, aa) {
_x = xx;
_y = yy;
_xscale = sx;
_yscale = sy;
_rotation = rr;
_alpha = aa;
}
function onRollOver() {
normal._visible = 0;
mouse_over._visible = 1;
button_down._visible = 0;
button_on._visible = 0;
}
function onRollOut() {
normal._visible = 1;
mouse_over._visible = 0;
button_down._visible = 0;
button_on._visible = 0;
animation._visible = 1;
animation._alpha = 100 * 100;
}
function onDragOut() {
onRollOut();
}
function onPress() {
normal._visible = 0;
mouse_over._visible = 0;
button_down._visible = 1;
button_on._visible = 0;
tellTarget ("_parent") {
_root.mainmenu1.howto1._visible = false;
};
}
function onRelease() {
normal._visible = 0;
mouse_over._visible = 1;
button_down._visible = 0;
button_on._visible = checked;
}
function onReleaseOutside() {
onRelease();
}
stage = Stage;
graphics = this;
normal._visible = 1;
mouse_over._visible = 0;
button_down._visible = 0;
button_on._visible = 0;
animation._visible = 0;
hot_zone._visible = 1;
hot_zone._alpha = 0 * 100;
Symbol 1019 MovieClip Frame 2 (8 B)
stop();
Symbol 1087 MovieClip Frame 1 (873 B)
setProperty("button10", _visible , 1);
setProperty("button11", _visible , 1);
setProperty("close6", _visible , 1);
function start() {
gotoAndPlay(1);
}
function _p(xx, yy, sx, sy, rr, aa) {
_x = xx;
_y = yy;
_xscale = sx;
_yscale = sy;
_rotation = rr;
_alpha = aa;
}
function clone() {
var _local1 = _root._top_depth + 1;
_root._top_depth = _local1;
var _local2 = "_clone" + _local1;
this.duplicateMovieClip(_local2, _local1, this);
var _local3 = _parent[_local2];
_local3._cc = true;
clone_array.push(_local3);
_local3._cp = this;
return(_local3);
}
function reset() {
_x = 0;
_y = 0;
_xscale = 100;
_yscale = 100;
_rotation = 0;
_alpha = 100;
button10.reset();
button11.reset();
close6.reset();
this.gotoAndPlay(1);
}
stage = Stage;
graphics = this;
clone_array = new Array();
sprite_array = new Array();
Symbol 1087 MovieClip Frame 2 (8 B)
stop();
Symbol 1091 MovieClip Frame 1 (1.1 KiB) ●
function start() {
gotoAndPlay(1);
}
function _p(xx, yy, sx, sy, rr, aa) {
_x = xx;
_y = yy;
_xscale = sx;
_yscale = sy;
_rotation = rr;
_alpha = aa;
}
function onRollOver() {
normal._visible = 0;
mouse_over._visible = 1;
button_down._visible = 0;
button_on._visible = 0;
}
function onRollOut() {
normal._visible = 1;
mouse_over._visible = 0;
button_down._visible = 0;
button_on._visible = 0;
animation._visible = 1;
animation._alpha = 100 * 100;
}
function onDragOut() {
onRollOut();
}
function onPress() {
normal._visible = 0;
mouse_over._visible = 0;
button_down._visible = 1;
button_on._visible = 0;
tellTarget ("_parent") {
_root.mainmenu1.howto1.prevSlide();
};
}
function onRelease() {
normal._visible = 0;
mouse_over._visible = 1;
button_down._visible = 0;
button_on._visible = checked;
}
function onReleaseOutside() {
onRelease();
}
stage = Stage;
graphics = this;
normal._visible = 1;
mouse_over._visible = 0;
button_down._visible = 0;
button_on._visible = 0;
animation._visible = 0;
hot_zone._visible = 1;
hot_zone._alpha = 0 * 100;
Symbol 1091 MovieClip Frame 2 (8 B)
stop();
Symbol 1102 MovieClip Frame 1 (1.11 KiB) ●
function start() {
gotoAndPlay(1);
}
function _p(xx, yy, sx, sy, rr, aa) {
_x = xx;
_y = yy;
_xscale = sx;
_yscale = sy;
_rotation = rr;
_alpha = aa;
}
function onRollOver() {
normal._visible = 0;
mouse_over._visible = 1;
button_down._visible = 0;
button_on._visible = 0;
}
function onRollOut() {
normal._visible = 1;
mouse_over._visible = 0;
button_down._visible = 0;
button_on._visible = 0;
animation._visible = 1;
animation._alpha = 100 * 100;
}
function onDragOut() {
onRollOut();
}
function onPress() {
normal._visible = 0;
mouse_over._visible = 0;
button_down._visible = 1;
button_on._visible = 0;
tellTarget ("_parent") {
_root.mainmenu1.howto1._visible = false;
};
}
function onRelease() {
normal._visible = 0;
mouse_over._visible = 1;
button_down._visible = 0;
button_on._visible = checked;
}
function onReleaseOutside() {
onRelease();
}
stage = Stage;
graphics = this;
normal._visible = 1;
mouse_over._visible = 0;
button_down._visible = 0;
button_on._visible = 0;
animation._visible = 0;
hot_zone._visible = 1;
hot_zone._alpha = 0 * 100;
Symbol 1102 MovieClip Frame 2 (8 B)
stop();
Symbol 1122 MovieClip Frame 1 (813 B)
setProperty("button12", _visible , 1);
setProperty("close7", _visible , 1);
function start() {
gotoAndPlay(1);
}
function _p(xx, yy, sx, sy, rr, aa) {
_x = xx;
_y = yy;
_xscale = sx;
_yscale = sy;
_rotation = rr;
_alpha = aa;
}
function clone() {
var _local1 = _root._top_depth + 1;
_root._top_depth = _local1;
var _local2 = "_clone" + _local1;
this.duplicateMovieClip(_local2, _local1, this);
var _local3 = _parent[_local2];
_local3._cc = true;
clone_array.push(_local3);
_local3._cp = this;
return(_local3);
}
function reset() {
_x = 0;
_y = 0;
_xscale = 100;
_yscale = 100;
_rotation = 0;
_alpha = 100;
button12.reset();
close7.reset();
this.gotoAndPlay(1);
}
stage = Stage;
graphics = this;
clone_array = new Array();
sprite_array = new Array();
Symbol 1122 MovieClip Frame 2 (8 B)
stop();
Symbol 502 MovieClip Frame 1 (2.46 KiB) ●
slide9._p(0, 0, 100, 100, 0, 100);
slide10._p(0, 0, 100, 100, 0, 100);
slide11._p(0, 0, 100, 100, 0, 100);
slide12._p(0, 0, 100, 100, 0, 100);
slide13._p(0, 0, 100, 100, 0, 100);
slide14._p(0, 0, 100, 100, 0, 100);
slide15._p(0, 0, 100, 100, 0, 100);
setProperty("slide9", _visible , 1);
setProperty("slide9", _visible , 1);
setProperty("slide10", _visible , 0);
setProperty("slide10", _visible , 0);
setProperty("slide11", _visible , 0);
setProperty("slide11", _visible , 0);
setProperty("slide12", _visible , 0);
setProperty("slide12", _visible , 0);
setProperty("slide13", _visible , 0);
setProperty("slide13", _visible , 0);
setProperty("slide14", _visible , 0);
setProperty("slide14", _visible , 0);
setProperty("slide15", _visible , 0);
setProperty("slide15", _visible , 0);
function start() {
gotoAndPlay(1);
}
function _p(xx, yy, sx, sy, rr, aa) {
_x = xx;
_y = yy;
_xscale = sx;
_yscale = sy;
_rotation = rr;
_alpha = aa;
}
function clone() {
var _local1 = _root._top_depth + 1;
_root._top_depth = _local1;
var _local2 = "_clone" + _local1;
this.duplicateMovieClip(_local2, _local1, this);
var _local3 = _parent[_local2];
_local3._cc = true;
clone_array.push(_local3);
_local3._cp = this;
return(_local3);
}
function reset() {
_x = 320;
_y = 240;
_xscale = 100;
_yscale = 100;
_rotation = 0;
_alpha = 100;
this.gotoAndPlay(1);
}
function showSlide(name) {
names.findValue = function (_v) {
var _local2 = 0;
var _local3 = this;
var _local4 = _local3.length;
while (_local2 < _local4) {
if (_local3[_local2] == _v) {
return(_local2);
}
_local2 = _local2 + 1;
}
return(-1);
};
var _local2 = names.findValue(name);
if (_local2 != -1) {
showIndex(_local2);
}
}
function showIndex(i) {
slides[index]._visible = false;
slides[i]._visible = true;
index = i;
}
function nextSlide() {
var _local1 = index + 1;
if (_local1 >= 7) {
_local1 = 0;
}
showIndex(_local1);
}
function prevSlide() {
var _local1 = index - 1;
if (_local1 < 0) {
_local1 = 6;
}
showIndex(_local1);
}
stage = Stage;
graphics = this;
clone_array = new Array();
sprite_array = new Array();
index = 0;
names = ["Slide 1", "Slide 2", "Slide 3", "Slide 4", "Slide 5", "Slide 6", "Slide 7"];
slides = new Array();
slides.push(slide9);
slides.push(slide10);
slides.push(slide11);
slides.push(slide12);
slides.push(slide13);
slides.push(slide14);
slides.push(slide15);
Symbol 502 MovieClip Frame 2 (8 B)
stop();
Symbol 1123 MovieClip Frame 1 (972 B)
setProperty("titleinfo1", _visible , 1);
setProperty("text1", _visible , 1);
setProperty("main_buttons1", _visible , 1);
main_buttons1.gotoAndPlay(1);
setProperty("howto1", _visible , 0);
function start() {
gotoAndPlay(1);
}
function _p(xx, yy, sx, sy, rr, aa) {
_x = xx;
_y = yy;
_xscale = sx;
_yscale = sy;
_rotation = rr;
_alpha = aa;
}
function clone() {
var _local1 = _root._top_depth + 1;
_root._top_depth = _local1;
var _local2 = "_clone" + _local1;
this.duplicateMovieClip(_local2, _local1, this);
var _local3 = _parent[_local2];
_local3._cc = true;
clone_array.push(_local3);
_local3._cp = this;
return(_local3);
}
function reset() {
_x = 0;
_y = 0;
_xscale = 100;
_yscale = 100;
_rotation = 0;
_alpha = 100;
titleinfo1.reset();
text1.reset();
main_buttons1.reset();
howto1.reset();
this.gotoAndPlay(1);
}
stage = Stage;
graphics = this;
clone_array = new Array();
sprite_array = new Array();
Symbol 1123 MovieClip Frame 2 (8 B)
stop();
Symbol 1124 MovieClip Frame 1 (1.34 KiB) ●
function start() {
gotoAndPlay(1);
}
function _p(xx, yy, sx, sy, rr, aa) {
_x = xx;
_y = yy;
_xscale = sx;
_yscale = sy;
_rotation = rr;
_alpha = aa;
}
function onRollOver() {
normal._visible = 0;
mouse_over._visible = 1;
button_down._visible = 0;
button_on._visible = 0;
}
function onRollOut() {
normal._visible = 1;
mouse_over._visible = 0;
button_down._visible = 0;
button_on._visible = 0;
animation._visible = 1;
animation._alpha = 100 * 100;
}
function onDragOut() {
onRollOut();
}
function onPress() {
normal._visible = 0;
mouse_over._visible = 0;
button_down._visible = 1;
button_on._visible = 0;
tellTarget ("_root") {
playing = false;
_root.gotomenu1._visible = 0;
_root.mainmenu1._visible = 1;
_root.mainmenu1.main_buttons1.gotoAndPlay(1);
dir = 2;
_root.skier1._x = 320;
_root.down1._visible = false;
_root.skier1._visible = true;
_root.blik1.blik_acts1.showSlide("Slide 1");
};
}
function onRelease() {
normal._visible = 0;
mouse_over._visible = 1;
button_down._visible = 0;
button_on._visible = checked;
}
function onReleaseOutside() {
onRelease();
}
stage = Stage;
graphics = this;
normal._visible = 1;
mouse_over._visible = 0;
button_down._visible = 0;
button_on._visible = 0;
animation._visible = 0;
hot_zone._visible = 1;
hot_zone._alpha = 0 * 100;
Symbol 1124 MovieClip Frame 2 (8 B)
stop();
Symbol 1156 MovieClip Frame 1 (1.17 KiB) ●
function play() {
if (isPlaying()) {
return();
}
sound.start(0, 100);
is_playing = true;
}
function start(position) {
if (position == null) {
position = 0;
}
if (isPlaying()) {
stop();
}
sound.start(position, 100);
is_playing = true;
}
function stop() {
sound.stop("RigMindlessAdventure");
is_playing = false;
}
function getDuration() {
return(sound.duration / 1000);
}
function getPosition() {
return(sound.position / 1000);
}
function getVolume() {
return(sound.getVolume());
}
function setPosition(pos) {
var _local2 = isPlaying();
sound.start(pos);
if (!_local2) {
sound.stop();
}
}
function setVolume(value) {
return(sound.setVolume(value));
}
function setBalance(value) {
return(sound.setPan(value));
}
function getBalance() {
return(sound.getPan());
}
function getBytesLoaded() {
return(sound.getBytesLoaded());
}
function getBytesTotal() {
return(sound.getBytesTotal());
}
function isPlaying() {
return((sound.position > 0) && ((sound.position < sound.duration) && (is_playing)));
}
is_playing = false;
sound = new Sound();
sound.attachSound("RigMindlessAdventure");
start();