Frame 3
ifFrameLoaded (18) {
gotoAndPlay (5);
}
Frame 4
gotoAndPlay (1);
Frame 5
stop();
_root.velocityI = 10;
stopAllSounds();
Frame 11
stop();
_root.altitude = 100;
Instance of Symbol 44 MovieClip "carI" in Frame 11
onClipEvent (enterFrame) {
if (_root.carI._y < -100) {
_level0.gotoAndPlay("missing");
}
if (600 < _root.carI._y) {
_level0.gotoAndPlay("missing");
}
if (600 < _root.carI._x) {
_level0.gotoAndPlay("missing");
}
if (_root.carI._x < -100) {
_level0.gotoAndPlay("missing");
}
if (_root.altitude < 0.5) {
if (_root.carI.flugi.hitTest(_root.piste)) {
_root.velocityI = _root.velocityI - 1;
_root.carImoveY = _root.velocityI * Math.sin((Math.PI/180) * (90 - _root.carI._rotation));
_root.carImoveX = _root.velocityI * Math.cos((Math.PI/180) * (90 - _root.carI._rotation));
_root.carI._y = _root.carI._y - _root.carImoveY;
_root.carI._x = _root.carI._x + _root.carImoveX;
_root.schattenI._y = _root.carI._y;
_root.schattenI._x = _root.carI._x;
if (_root.velocityI < 1) {
_root.flugiy = _root.carI._y;
_root.flugix = _root.carI._x;
_root.rotati = _root.carI._rotation;
_root.scalx = _root.carI._xscale;
_root.scaly = _root.carI._yscale;
_root.note = 1;
if (_root.carI._rotation < 5) {
if (-5 < _root.carI._rotation) {
_root.note = _root.note + 1;
}
}
if (_root.carI._rotation < 15) {
if (-15 < _root.carI._rotation) {
_root.note = _root.note + 1;
}
}
if (_root.carI._rotation < 30) {
if (-30 < _root.carI._rotation) {
_root.note = _root.note + 1;
}
}
if (_root.carI._x < 261) {
if (255 < _root.carI._x) {
_root.note = _root.note + 1;
}
}
if (_root.carI._x < 266) {
if (251 < _root.carI._x) {
_root.note = _root.note + 1;
}
}
if (_root.carI._x < 272) {
if (245 < _root.carI._x) {
_root.note = _root.note + 1;
}
}
if (_root.carI._y < 230) {
if (220 < _root.carI._y) {
_root.note = _root.note + 1;
}
}
if (_root.carI._y < 240) {
if (210 < _root.carI._y) {
_root.note = _root.note + 1;
}
}
if (_root.carI._y < 250) {
if (200 < _root.carI._y) {
_root.note = _root.note + 1;
}
}
_level0.gotoAndPlay("landung");
}
} else {
_root.bummy = _root.carI._y;
_root.bummx = _root.carI._x;
_root.bummrotati = _root.carI._rotation;
_root.bummscalx = _root.carI._xscale;
_root.bummscaly = _root.carI._yscale;
_root.note = 0;
_level0.gotoAndPlay("crash");
}
}
if (0 < _root.altitude) {
_root.altitude = _root.altitude - 0.5;
_root.altitudeAnzeige = _root.altitude * 4;
_root.carI._xscale = _root.carI._xscale - 0.2;
_root.carI._yscale = _root.carI._yscale - 0.2;
_root.carImoveY = _root.velocityI * Math.sin((Math.PI/180) * (90 - _root.carI._rotation));
_root.carImoveX = _root.velocityI * Math.cos((Math.PI/180) * (90 - _root.carI._rotation));
_root.carI._y = _root.carI._y - _root.carImoveY;
_root.carI._x = _root.carI._x + _root.carImoveX;
if (Key.isDown(Key.RIGHT)) {
_root.carI._rotation = _root.carI._rotation + 7;
_root.StartRanCarI = 0;
}
if (Key.isDown(Key.LEFT)) {
_root.carI._rotation = _root.carI._rotation - 7;
_root.StartRanCarI = 0;
}
_root.schattenI._y = _root.carI._y + _root.altitude;
_root.schattenI._x = _root.carI._x + _root.altitude;
_root.schattenI._rotation = _root.carI._rotation;
_root.schattenI._xscale = _root.carI._xscale * (1 + (_root.altitude / 100));
_root.schattenI._yscale = _root.carI._yscale * (1 + (_root.altitude / 100));
_root.schattenI._alpha = 60 - (_root.altitude / 2);
}
}
Frame 12
stop();
Frame 14
stop();
_root.flugiland._y = _root.flugiy;
_root.flugiland._x = _root.flugix;
_root.flugiland._rotation = _root.rotati;
_root.flugiland._xscale = _root.scalx;
_root.flugiland._yscale = _root.scaly;
Frame 16
stop();
_root.bumm._y = _root.bummy;
_root.bumm._x = _root.bummx;
_root.bumm._rotation = _root.bummrotati;
_root.bumm._xscale = _root.bummscalx;
_root.bumm._yscale = _root.bummscaly;
Symbol 12 MovieClip Frame 4
stop();
Symbol 14 MovieClip Frame 4
stop();
Symbol 15 Button
on (release) {
gotoAndPlay (11);
}
Symbol 20 Button
on (release) {
getURL ("www.severin.ch");
}
Symbol 54 Button
on (release) {
gotoAndPlay (5);
}
Symbol 58 MovieClip Frame 1
stopAllSounds();
Symbol 58 MovieClip Frame 8
gotoAndPlay (2);
Symbol 62 MovieClip Frame 23
stop();
Symbol 78 MovieClip Frame 1
stopAllSounds();
Symbol 78 MovieClip Frame 14
stop();