Frame 1
function toHome() {
getURL ("http://yuki.kitune.info", "_blank");
}
fps = 18;
var menu_cm = new ContextMenu();
menu_cm.hideBuiltInItems();
menu_cm.builtInItems.quality = true;
menu_cm.builtInItems.zoom = true;
menu_cm.customItems.push(new ContextMenuItem("\u3086\u304D\u304D\u3064\u306D(Home)", toHome));
_root.menu = menu_cm;
Frame 4
stop();
Frame 5
function watch() {
time = (++i) + " \u5206\u7D4C\u904E";
}
stop();
timeInterval = setInterval(watch, 60000);
i = 0;
time = "0 \u5206\u7D4C\u904E";
Symbol 3 MovieClip Frame 1
loadrate = ("now loading... " + Math.floor((_root.getBytesLoaded() / _root.getBytesTotal()) * 100)) + "%";
Symbol 3 MovieClip Frame 2
gotoAndPlay (1);
Symbol 6 MovieClip Frame 1
function frameTweenA() {
x = 100 - this._xscale;
this._xscale = this._xscale + (x / 8);
if ((x < 20) && (!flag)) {
intervalB = setInterval(this, "frameTweenB", 20);
flag = true;
}
if (x <= 0.01) {
this._xscale = 100;
clearInterval(intervalA);
}
}
function frameTweenB() {
y = 100 - this._yscale;
this._yscale = this._yscale + (y / 8);
if (y <= 0.01) {
this._yscale = 100;
clearInterval(intervalB);
}
}
var flag = false;
this._xscale = 20;
this._yscale = 20;
var intervalA = setInterval(this, "frameTweenA", 20);
Symbol 15 MovieClip Frame 48
gotoAndPlay((Math.round(Math.random() * 7) + 1) * 5);
Symbol 21 MovieClip Frame 1
function tweenKami() {
y = 220 - this._y;
this._y = this._y + (y / 8);
if (y >= -0.01) {
clearInterval(intervalKami);
}
}
this._y = 600;
intervalKami = setInterval(this, "tweenKami", 20);
stop();
Symbol 38 MovieClip Frame 1
stop();
Symbol 41 MovieClip Frame 1
stop();
Symbol 41 MovieClip Frame 2
function rnd(num) {
return(Math.round((Math.random() - 0.5) * num));
}
function dataSettar() {
_root.monitor.update();
this.removeMovieClip(this);
clearInterval(intervalDataSet);
}
var twX = (new mx.transitions.Tween(dempa, "_x", mx.transitions.easing.Back.easeOut, 0 + rnd(40), -490, 1.5, true));
var twXs = (new mx.transitions.Tween(dempa, "_xscale", mx.transitions.easing.None.easeOut, 50 + rnd(20), 100, 0.5, true));
var twY = (new mx.transitions.Tween(dempa, "_y", mx.transitions.easing.None.easeOut, (0 + rnd(140)) - 20, 200, 1, true));
var twYs = (new mx.transitions.Tween(dempa, "_yscale", mx.transitions.easing.None.easeOut, 50 + rnd(20), 100, 0.5, true));
var twA = (new mx.transitions.Tween(dempa, "_alpha", mx.transitions.easing.None.easeOut, 150, 0, 1.1, true));
var twA = (new mx.transitions.Tween(dempa, "_rotation", mx.transitions.easing.None.easeOut, 90 + rnd(20), -120, 1.5, true));
intervalDataSet = setInterval(this, "dataSettar", 800);
stop();
Symbol 42 MovieClip Frame 1
function load() {
var _local1 = dempaMovie.duplicateMovieClip("dempa" + (++i), i);
_local1.nextFrame();
array.push({loadedRate:loadMoni._loadedRate, countdown:loadMoni._countdown});
if (loadMoni._loadedRate >= 100) {
clearInterval(intervalYunyun);
}
}
function update() {
var _local3 = array.shift();
_root.monitor.loadrate = Math.floor(_local3.loadedRate) + " %";
var _local4 = new mx.transitions.Tween(_root.kami.ahoge, "_xscale", mx.transitions.easing.Elastic.easeOut, _root.kami.ahoge._xscale, 60 + (_local3.loadedRate * 2.9), 0.5, true);
if (loadMoni._countdown >= 100) {
_root.monitor.rest = ("\u6B8B " + Math.ceil(_local3.countdown / 60)) + " \u5206";
} else {
_root.monitor.rest = ("\u6B8B " + _local3.countdown) + " \u79D2";
}
if (Math.round(loadMoni._loadingSpeed) == loadMoni._loadingSpeed) {
_root.monitor.antena.speed = loadMoni._loadingSpeed + ".0KB/s";
} else {
_root.monitor.antena.speed = loadMoni._loadingSpeed + "KB/s";
}
if (_local3.loadedRate >= 100) {
this.gotoAndStop(2);
_root.monitor.gotoAndStop(2);
_root.kami.gotoAndStop(2);
_root.kami.start.onPress = function () {
movieStart1();
};
}
}
function movieStart1() {
var _local3 = new mx.transitions.Tween(_root.kami.ahoge, "_xscale", mx.transitions.easing.Elastic.easeOut, 350, 100, 0.9, true);
starts = setInterval(this, "movieStart2", 1000);
}
function movieStart2() {
_root.gotoAndPlay(_root._currentframe + 1);
clearInterval(starts);
}
loadMoni = new LoadedRateMonitor();
var array = new Array();
intervalYunyun = setInterval(this, "load", 500);
var i = 0;
stop();
Symbol 44 MovieClip Frame 1
fpsMoni = new FpsRateMonitor(_root.fps);
Symbol 68 MovieClip [__Packages.mx.transitions.OnEnterFrameBeacon] Frame 0
class mx.transitions.OnEnterFrameBeacon
{
function OnEnterFrameBeacon () {
}
static function init() {
var _local4 = _global.MovieClip;
if (!_root.__OnEnterFrameBeacon) {
mx.transitions.BroadcasterMX.initialize(_local4);
var _local3 = _root.createEmptyMovieClip("__OnEnterFrameBeacon", 9876);
_local3.onEnterFrame = function () {
_global.MovieClip.broadcastMessage("onEnterFrame");
};
}
}
static var version = "1.1.0.52";
}
Symbol 69 MovieClip [__Packages.mx.transitions.BroadcasterMX] Frame 0
class mx.transitions.BroadcasterMX
{
var _listeners;
function BroadcasterMX () {
}
static function initialize(o, dontCreateArray) {
if (o.broadcastMessage != undefined) {
delete o.broadcastMessage;
}
o.addListener = mx.transitions.BroadcasterMX.prototype.addListener;
o.removeListener = mx.transitions.BroadcasterMX.prototype.removeListener;
if (!dontCreateArray) {
o._listeners = new Array();
}
}
function addListener(o) {
removeListener(o);
if (broadcastMessage == undefined) {
broadcastMessage = mx.transitions.BroadcasterMX.prototype.broadcastMessage;
}
return(_listeners.push(o));
}
function removeListener(o) {
var _local2 = _listeners;
var _local3 = _local2.length;
while (_local3--) {
if (_local2[_local3] == o) {
_local2.splice(_local3, 1);
if (!_local2.length) {
broadcastMessage = undefined;
}
return(true);
}
}
return(false);
}
function broadcastMessage() {
var _local5 = String(arguments.shift());
var _local4 = _listeners.concat();
var _local6 = _local4.length;
var _local3 = 0;
while (_local3 < _local6) {
_local4[_local3][_local5].apply(_local4[_local3], arguments);
_local3++;
}
}
static var version = "1.1.0.52";
}
Symbol 70 MovieClip [__Packages.mx.transitions.Tween] Frame 0
class mx.transitions.Tween
{
var obj, prop, begin, useSeconds, _listeners, addListener, prevTime, _time, looping, _duration, broadcastMessage, isPlaying, _fps, prevPos, _pos, change, _intervalID, _startTime;
function Tween (obj, prop, func, begin, finish, duration, useSeconds) {
mx.transitions.OnEnterFrameBeacon.init();
if (!arguments.length) {
return;
}
this.obj = obj;
this.prop = prop;
this.begin = begin;
position = (begin);
this.duration = (duration);
this.useSeconds = useSeconds;
if (func) {
this.func = func;
}
this.finish = (finish);
_listeners = [];
addListener(this);
start();
}
function set time(t) {
prevTime = _time;
if (t > duration) {
if (looping) {
rewind(t - _duration);
update();
broadcastMessage("onMotionLooped", this);
} else {
if (useSeconds) {
_time = _duration;
update();
}
stop();
broadcastMessage("onMotionFinished", this);
}
} else if (t < 0) {
rewind();
update();
} else {
_time = t;
update();
}
//return(time);
}
function get time() {
return(_time);
}
function set duration(d) {
_duration = (((d == null) || (d <= 0)) ? (_global.Infinity) : (d));
//return(duration);
}
function get duration() {
return(_duration);
}
function set FPS(fps) {
var _local2 = isPlaying;
stopEnterFrame();
_fps = fps;
if (_local2) {
startEnterFrame();
}
//return(FPS);
}
function get FPS() {
return(_fps);
}
function set position(p) {
setPosition(p);
//return(position);
}
function setPosition(p) {
prevPos = _pos;
obj[prop] = (_pos = p);
broadcastMessage("onMotionChanged", this, _pos);
updateAfterEvent();
}
function get position() {
return(getPosition());
}
function getPosition(t) {
if (t == undefined) {
t = _time;
}
return(func(t, begin, change, _duration));
}
function set finish(f) {
change = f - begin;
//return(finish);
}
function get finish() {
return(begin + change);
}
function continueTo(finish, duration) {
begin = position;
this.finish = (finish);
if (duration != undefined) {
this.duration = (duration);
}
start();
}
function yoyo() {
continueTo(begin, time);
}
function startEnterFrame() {
if (_fps == undefined) {
_global.MovieClip.addListener(this);
} else {
_intervalID = setInterval(this, "onEnterFrame", 1000 / _fps);
}
isPlaying = true;
}
function stopEnterFrame() {
if (_fps == undefined) {
_global.MovieClip.removeListener(this);
} else {
clearInterval(_intervalID);
}
isPlaying = false;
}
function start() {
rewind();
startEnterFrame();
broadcastMessage("onMotionStarted", this);
}
function stop() {
stopEnterFrame();
broadcastMessage("onMotionStopped", this);
}
function resume() {
fixTime();
startEnterFrame();
broadcastMessage("onMotionResumed", this);
}
function rewind(t) {
_time = ((t == undefined) ? 0 : (t));
fixTime();
update();
}
function fforward() {
time = (_duration);
fixTime();
}
function nextFrame() {
if (useSeconds) {
time = ((getTimer() - _startTime) / 1000);
} else {
time = (_time + 1);
}
}
function onEnterFrame() {
nextFrame();
}
function prevFrame() {
if (!useSeconds) {
time = (_time - 1);
}
}
function toString() {
return("[Tween]");
}
function fixTime() {
if (useSeconds) {
_startTime = getTimer() - (_time * 1000);
}
}
function update() {
position = (getPosition(_time));
}
static var version = "1.1.0.52";
static var __initBeacon = mx.transitions.OnEnterFrameBeacon.init();
static var __initBroadcaster = mx.transitions.BroadcasterMX.initialize(mx.transitions.Tween.prototype, true);
function func(t, b, c, d) {
return(((c * t) / d) + b);
}
}
Symbol 71 MovieClip [__Packages.mx.transitions.easing.Elastic] Frame 0
class mx.transitions.easing.Elastic
{
function Elastic () {
}
static function easeIn(t, b, c, d, a, p) {
if (t == 0) {
return(b);
}
t = t / d;
if (t == 1) {
return(b + c);
}
if (!p) {
p = d * 0.3;
}
if ((!a) || (a < Math.abs(c))) {
a = c;
var _local7 = p / 4;
} else {
var _local7 = (p / (Math.PI*2)) * Math.asin(c / a);
}
t = t - 1;
return((-((a * Math.pow(2, 10 * t)) * Math.sin((((t * d) - _local7) * (Math.PI*2)) / p))) + b);
}
static function easeOut(t, b, c, d, a, p) {
if (t == 0) {
return(b);
}
t = t / d;
if (t == 1) {
return(b + c);
}
if (!p) {
p = d * 0.3;
}
if ((!a) || (a < Math.abs(c))) {
a = c;
var _local7 = p / 4;
} else {
var _local7 = (p / (Math.PI*2)) * Math.asin(c / a);
}
return((((a * Math.pow(2, -10 * t)) * Math.sin((((t * d) - _local7) * (Math.PI*2)) / p)) + c) + b);
}
static function easeInOut(t, b, c, d, a, p) {
if (t == 0) {
return(b);
}
t = t / (d / 2);
if (t == 2) {
return(b + c);
}
if (!p) {
p = d * 0.45;
}
if ((!a) || (a < Math.abs(c))) {
a = c;
var _local7 = p / 4;
} else {
var _local7 = (p / (Math.PI*2)) * Math.asin(c / a);
}
if (t < 1) {
t = t - 1;
return((-0.5 * ((a * Math.pow(2, 10 * t)) * Math.sin((((t * d) - _local7) * (Math.PI*2)) / p))) + b);
}
t = t - 1;
return(((((a * Math.pow(2, -10 * t)) * Math.sin((((t * d) - _local7) * (Math.PI*2)) / p)) * 0.5) + c) + b);
}
static var version = "1.1.0.52";
}
Symbol 72 MovieClip [__Packages.LoadedRateMonitor] Frame 0
class LoadedRateMonitor
{
var _loadedRate, _loadingSpeed, _countdown;
function LoadedRateMonitor () {
mx.transitions.OnEnterFrameBeacon.init();
MovieClip.addListener(this);
}
function onEnterFrame() {
_loadedRate = Math.floor((_root.getBytesLoaded() / _root.getBytesTotal()) * 1000) / 10;
_loadingSpeed = _root.getBytesLoaded() / getTimer();
_countdown = Math.round(((_root.getBytesTotal() - _root.getBytesLoaded()) / _loadingSpeed) / 1000);
_loadingSpeed = Math.round(_loadingSpeed * 10) / 10;
if (_loadedRate >= 100) {
MovieClip.removeListener(this);
}
}
}
Symbol 73 MovieClip [__Packages.mx.transitions.easing.Back] Frame 0
class mx.transitions.easing.Back
{
function Back () {
}
static function easeIn(t, b, c, d, s) {
if (s == undefined) {
s = 1.70158;
}
t = t / d;
return((((c * t) * t) * (((s + 1) * t) - s)) + b);
}
static function easeOut(t, b, c, d, s) {
if (s == undefined) {
s = 1.70158;
}
t = (t / d) - 1;
return((c * (((t * t) * (((s + 1) * t) + s)) + 1)) + b);
}
static function easeInOut(t, b, c, d, s) {
if (s == undefined) {
s = 1.70158;
}
t = t / (d / 2);
if (t < 1) {
s = s * 1.525;
return(((c / 2) * ((t * t) * (((s + 1) * t) - s))) + b);
}
t = t - 2;
s = s * 1.525;
return(((c / 2) * (((t * t) * (((s + 1) * t) + s)) + 2)) + b);
}
static var version = "1.1.0.52";
}
Symbol 74 MovieClip [__Packages.mx.transitions.easing.None] Frame 0
class mx.transitions.easing.None
{
function None () {
}
static function easeNone(t, b, c, d) {
return(((c * t) / d) + b);
}
static function easeIn(t, b, c, d) {
return(((c * t) / d) + b);
}
static function easeOut(t, b, c, d) {
return(((c * t) / d) + b);
}
static function easeInOut(t, b, c, d) {
return(((c * t) / d) + b);
}
static var version = "1.1.0.52";
}
Symbol 75 MovieClip [__Packages.FpsRateMonitor] Frame 0
class FpsRateMonitor
{
var setFps, constant;
function FpsRateMonitor (fps) {
setFps = fps;
constant = (100000 * Math.ceil(setFps)) / setFps;
mx.transitions.OnEnterFrameBeacon.init();
MovieClip.addListener(this);
}
function onEnterFrame() {
if ((++count) >= setFps) {
_root._fpsrate = Math.round(constant / (getTimer() - time)) + "%fps";
count = 0;
time = getTimer();
}
}
var count = 0;
var time = getTimer();
}
Symbol 47 MovieClip Frame 2
guruguru._rotation = guruguru._rotation + 5;
gotoAndPlay (1);
Symbol 62 MovieClip Frame 1
function goNext() {
if (this._currentframe == 4) {
gotoAndStop (1);
} else {
gotoAndStop(_currentframe + 1);
}
if ((++i) > 65535) {
_root.dance = "\u3042\u3093\u305F\u306F\u3001\u3071\u3061\u3047\u308A\u3059\u3068\uFF01";
} else {
_root.dance = i + " \u3071\u3061\u3085";
}
}
if (flag != 1) {
_root.dance = "0 \u3071\u3061\u3085";
i = 0;
flag = 1;
}
stop();
Symbol 63 Button
on (press, release, keyPress "<Space>") {
pachu.goNext();
}
Symbol 65 MovieClip Frame 1
stop();