Combined Code
frame 1 {
Stage.scaleMode = 'noScale';
}
frame 1 {
Textturnloading._alpha = 100;
Countercount._alpha = 100;
RenaSymbol._alpha = 100;
katt_icon._alpha = 100;
Texttitle._alpha = 100;
RenaSymbol._alpha = 100;
Textinstruct._alpha = 100;
Blende._alpha = 100;
Textturnloading.onEnterFrame = function () {
if (_root._currentFrame >= 6) {
if (Textturnloading._alpha <= 0) {
delete Textturnloading.onEnterFrame;
} else {
Textturnloading._alpha -= 6;
}
}
};
RenaSymbol.onEnterFrame = function () {
if (_root._currentFrame >= 6) {
if (RenaSymbol._alpha <= 0) {
delete RenaSymbol.onEnterFrame;
} else {
RenaSymbol._alpha -= 6;
}
}
};
katt_icon.onEnterFrame = function () {
if (_root._currentFrame >= 6) {
if (katt_icon._alpha <= 0) {
delete katt_icon.onEnterFrame;
} else {
katt_icon._alpha -= 6;
}
}
};
Texttitle.onEnterFrame = function () {
if (_root._currentFrame >= 6) {
if (Texttitle._alpha <= 0) {
delete Texttitle.onEnterFrame;
} else {
Texttitle._alpha -= 2;
}
}
};
Textinstruct.onEnterFrame = function () {
if (_root._currentFrame >= 6) {
if (Textinstruct._alpha <= 0) {
delete Textinstruct.onEnterFrame;
} else {
Textinstruct._alpha -= 2;
}
}
};
Countercount.onEnterFrame = function () {
if (_root._currentFrame >= 6) {
Countercount._alpha = 0;
if (Countercount._alpha <= 0) {
delete Countercount.onEnterFrame;
}
}
};
Blende.onEnterFrame = function () {
if (_root._currentFrame >= 6) {
if (Blende._alpha <= 0) {
delete Blende.onEnterFrame;
} else {
Blende._alpha -= 6;
}
}
};
Counterfull.onEnterFrame = function () {
if (_root._currentFrame < 6) {
Counterfull._alpha = 0;
}
if (_root._currentFrame == 7) {
Counterfull._alpha = 100;
}
if (_root._currentFrame > 8) {
if (Counterfull._alpha <= 0) {
delete Blende.onEnterFrame;
} else {
Counterfull._alpha -= 6;
}
}
};
}
frame 1 {
onEnterFrame = function () {
myLoaded = Math.round(getBytesLoaded());
myTotal = Math.round(getBytesTotal());
myPercent = myLoaded / myTotal;
myText = Math.round(myPercent * 100) + '%';
};
}
frame 1 {
nextButton._visible = false;
prevButton._visible = false;
}
frame 1 {
var movieWidth = 1900;
var movieHeight = 900;
Texttitle._y = (movieHeight / 10) * 1;
Texttitle._x = movieWidth / 2;
Textturnloading._y = (movieHeight / 10) * 2;
Textturnloading._x = movieWidth / 2;
katt_icon._y = (movieHeight / 10) * 5;
katt_icon._x = movieWidth / 2;
RenaSymbol._y = (movieHeight / 10) * 4.6;
RenaSymbol._x = movieWidth / 2;
Countercount._y = (movieHeight / 10) * 8.6;
Countercount._x = movieWidth / 2;
Counterfull._y = (movieHeight / 10) * 8.6;
Counterfull._x = movieWidth / 2;
Textinstruct._y = (movieHeight / 10) * 9.4;
Textinstruct._x = movieWidth / 2;
mastermask._height = movieHeight;
mastermask._width = movieWidth;
Blende._height = movieHeight;
Blende._width = movieWidth;
pauseButton._y = movieHeight - 25;
prevButton._y = movieHeight - 25;
nextButton._y = movieHeight - 25;
pauseButton._x = 27.5;
prevButton._x = 62.5;
nextButton._x = 97.5;
}
frame 1 {
ifFrameLoaded (110) {
gotoAndPlay('start');
}
}
movieClip 2 {
}
button 7 {
on (release) {
movieClip.toggleMe();
}
}
button 11 {
on (release) {
if (movieClip._currentFrame == 363) {
movieClip.gotoAndStop(4);
} else {
movieClip.nextFrame();
}
}
}
button 15 {
on (release) {
if (movieClip._currentFrame == 4) {
movieClip.gotoAndStop(363);
} else {
movieClip.prevFrame();
}
}
}
movieClip 17 {
}
// unknown tag 88 length 105
movieClip 21 {
}
movieClip 23 {
}
movieClip 25 {
}
movieClip 27 {
}
instance Textinstruct of movieClip 27 {
}
// unknown tag 88 length 192
movieClip 30 {
}
frame 5 {
gotoAndPlay(1);
}
frame 6 {
var lengthOfVideo = 363;
onEnterFrame = function () {
if (Key.isDown(38)) {
_global.isPlaying = false;
_root.nextButton._visible = false;
_root.prevButton._visible = false;
movieClip.play();
_global.isPlaying = false;
}
if (Key.isDown(40)) {
_global.isPlaying = true;
_root.nextButton._visible = true;
_root.prevButton._visible = true;
movieClip.stop();
_global.isPlaying = true;
}
if (Key.isDown(37)) {
_global.isPlaying = true;
_root.nextButton._visible = true;
_root.prevButton._visible = true;
_global.isPlaying = true;
if (movieClip._currentFrame == 4) {
movieClip.gotoAndStop(lengthOfVideo);
} else {
movieClip.prevFrame();
}
}
if (Key.isDown(39)) {
_global.isPlaying = true;
_root.nextButton._visible = true;
_root.prevButton._visible = true;
_global.isPlaying = true;
if (movieClip._currentFrame == lengthOfVideo) {
movieClip.gotoAndStop(4);
} else {
movieClip.nextFrame();
}
}
};
}
movieClip 33 {
frame 1 {
function toggleMe() {
if (_global.isPlaying) {
_root.nextButton._visible = false;
_root.prevButton._visible = false;
play();
_global.isPlaying = false;
} else {
_root.nextButton._visible = true;
_root.prevButton._visible = true;
stop();
_global.isPlaying = true;
}
}
_global.isPlaying = false;
movieClip.gotoAndPlay(4);
}
frame 1 {
}
frame 363 {
if (_global.isPlaying == false) {
gotoAndPlay(4);
}
}
}
frame 366 {
gotoAndPlay(81);
}