Frame 1
stop();
gameplay = new rc_mini_4.SetGame(this);
_btn.enabled = false;
Instance of Symbol 101 MovieClip "helpstartbtn" in Frame 1
on (rollOver) {
_parent.helpstartbtn.gotoAndStop(2);
}
on (rollOut) {
_parent.helpstartbtn.gotoAndStop(1);
}
on (press) {
_parent.helpstartbtn.gotoAndStop(3);
}
on (release) {
_parent.gameplay.helpstartbutton();
}
Instance of Symbol 112 MovieClip "EXbtn" in Frame 1
on (rollOver) {
_parent.EXbtn.gotoAndStop(2);
}
on (rollOut) {
_parent.EXbtn.gotoAndStop(1);
}
on (press) {
_parent.EXbtn.gotoAndStop(3);
}
Instance of Symbol 101 MovieClip "startbtn" in Frame 1
on (rollOver) {
_parent.startbtn.gotoAndStop(2);
}
on (rollOut) {
_parent.startbtn.gotoAndStop(1);
}
on (press) {
_parent.startbtn.gotoAndStop(3);
}
Instance of Symbol 128 MovieClip "againbtn" in Frame 1
on (rollOver) {
_parent.againbtn.gotoAndStop(2);
}
on (rollOut) {
_parent.againbtn.gotoAndStop(1);
}
on (press) {
_parent.againbtn.gotoAndStop(3);
}
Instance of Symbol 132 MovieClip "continue_mc" in Frame 1
on (rollOver) {
this.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
}
on (press) {
this.gotoAndStop(3);
}
Symbol 26 Button
on (release) {
getURL ("http://robin.naplus.com/?utm_source=%EC%A5%AC%EB%8B%88%EB%B2%84&utm_medium=%EC%A1%B0%EA%B0%9C&utm_content=%EB%AF%B8%EB%8B%88%EA%B2%8C%EC%9E%846%EC%A2%85&utm_campaign=1%EC%B0%A8%EC%A0%9C%ED%9C%B4", "_blank");
}
Symbol 32 MovieClip Frame 1
stop();
Symbol 32 MovieClip Frame 5
stop();
Symbol 32 MovieClip Frame 7
stop();
Symbol 64 MovieClip Frame 21
stop();
Symbol 77 MovieClip Frame 1
stop();
Symbol 77 MovieClip Frame 13
gotoAndPlay ("start");
if (_parent.gameplay.turn >= 15) {
gotoAndPlay ("complete");
trace("pppppppppppppp==" + _parent.gameplay.turn);
}
Symbol 77 MovieClip Frame 26
_parent.shadow_mc.gotoAndPlay("g");
Symbol 77 MovieClip Frame 29
stop();
Symbol 77 MovieClip Frame 30
_parent.shadow_mc.gotoAndPlay("d");
Symbol 77 MovieClip Frame 34
gotoAndPlay ("start");
Symbol 77 MovieClip Frame 55
stop();
Symbol 77 MovieClip Frame 69
gotoAndPlay ("complete");
Symbol 77 MovieClip Frame 75
_parent.shadow_mc.gotoAndPlay("g");
Symbol 77 MovieClip Frame 78
stop();
Symbol 96 MovieClip Frame 1
stop();
Symbol 101 MovieClip Frame 1
stop();
Symbol 107 MovieClip Frame 1
stop();
Symbol 108 MovieClip Frame 1
stop();
Symbol 112 MovieClip Frame 1
stop();
Symbol 123 MovieClip Frame 1
stop();
Symbol 128 MovieClip Frame 1
stop();
Symbol 132 MovieClip Frame 1
stop();
Symbol 141 MovieClip Frame 1
stop();
Symbol 141 MovieClip Frame 50
gotoAndStop (1);
Symbol 142 MovieClip [__Packages.rc_mini_4.SetGame] Frame 0
class rc_mini_4.SetGame
{
var mc, effect1, enterFrameinterval, intervaltimer, totalscore, total_G, power_speed, interval_hit, power, powers, arrow_speed, angle, vx, vy, endGameinterval, effect2, effect3;
function SetGame (mc) {
this.mc = mc;
startPlay();
}
function startPlay() {
mc.score = 0;
mc.timer_mc.timer = 4;
mc.wayscore.way = way;
mc.wayscore._visible = false;
mc.anglescore._visible = false;
mc.gameresult._visible = false;
mc.againbtn._visible = false;
mc.continue_mc._visible = false;
mc.gaemExtwo._visible = false;
mc.helpstartbtn._visible = false;
mc.fullbtn._visible = false;
mc.gaugebar_mc.arrow_mc._rotation = -45;
mc.pat_mc.gotoAndStop(1);
mc.timer_mc._visible = false;
mc.gaugebar_mc._visible = true;
mc.bestPoint = bestnum;
mc.level_num = ver_num;
startButton();
playSound();
}
function startButton() {
trace("\uBC84\uD2BC\uC744 \uB20C\uB7EC\uC8FC\uC138\uC694");
var owner = this;
mc.startbtn.onRelease = function () {
owner.helpstartbutton();
this._visible = false;
};
mc.EXbtn.onRelease = function () {
owner.mc.gaemEx._visible = false;
this._visible = false;
owner.mc.startbtn._visible = false;
owner.mc.gaemExtwo._visible = true;
owner.mc.helpstartbtn._visible = true;
owner.effect1.stop();
};
}
function helpstartbutton() {
trace("push");
effect1.stop();
playSound2();
mc.sto.gotoAndPlay(2);
mc.gaemEx._visible = false;
mc.EXbtn._visible = false;
mc.startbtn._visible = false;
mc.gaemExtwo._visible = false;
mc.helpstartbtn._visible = false;
mc.pat_mc.gotoAndPlay("start");
}
function onStart() {
isgame = true;
isclick = false;
ismove = true;
var owner = this;
mc.gaugebar_mc.onEnterFrame = function () {
if (owner.ismove) {
if (owner.turn == 1) {
owner.arrowMove();
}
if (owner.turn == 2) {
owner.powerMove();
}
if (owner.turn == 3) {
owner.arrowMove();
}
if (owner.turn == 4) {
owner.powerMove();
}
if (owner.turn == 5) {
owner.arrowMove();
}
if (owner.turn == 6) {
owner.powerMove();
}
if (owner.turn == 7) {
owner.arrowMove();
}
if (owner.turn == 8) {
owner.powerMove();
}
if (owner.turn == 9) {
owner.arrowMove();
}
if (owner.turn == 10) {
owner.powerMove();
}
if (owner.turn == 11) {
owner.arrowMove();
}
if (owner.turn == 12) {
owner.powerMove();
}
if (owner.turn == 13) {
owner.arrowMove();
}
if (owner.turn == 14) {
owner.powerMove();
}
if (owner.turn == 15) {
owner.ScoreComparison();
}
}
updateAfterEvent();
};
mc.onMouseDown = function () {
if (!owner.isclick) {
owner.isclick = true;
if ((((((owner.turn == 4) || (owner.turn == 6)) || (owner.turn == 8)) || (owner.turn == 10)) || (owner.turn == 12)) || (owner.turn == 14)) {
owner.mc.timer_mc._visible = false;
owner.mc.timer_mc.timer = 4;
}
clearInterval(owner.intervaltimer);
}
};
}
function ScoreComparison() {
delete mc.gaugebar_mc.onEnterFrame;
clearInterval(enterFrameinterval);
clearInterval(intervaltimer);
trace("\uCD1D \uC2A4\uCF54\uC5B4 \uACC4\uC0B0=" + mc.score);
if ((Math.ceil(mc.score / 200) > 0) && (Math.ceil(mc.score / 200) <= 100)) {
totalscore = Math.ceil(mc.score / 200);
total_G = Math.ceil(mc.score / 200);
} else if (Math.ceil(mc.score / 200) == 0) {
totalscore = 1;
total_G = 1;
} else {
totalscore = 100;
total_G = 100;
}
mc.gameresult.total_num = totalscore;
if (totalscore <= 40) {
ver_num = 1;
var _local2 = 1;
} else {
if (ver_num == 5) {
ver_num = 5;
} else {
ver_num = ver_num + 1;
}
var _local2 = 2;
}
if (mc.bestPoint < mc.score) {
bestnum = mc.score;
}
endGame(_local2);
}
function powerMove(a) {
if (!isclick) {
if (ver_num == 1) {
power_speed = 0.6;
} else if (ver_num == 2) {
power_speed = 0.8;
} else if (ver_num == 3) {
power_speed = 1;
} else if (ver_num == 4) {
power_speed = 1.2;
} else if (ver_num >= 5) {
power_speed = 1.3;
}
mc.gaugebar_mc.red_mc._xscale = (mc.gaugebar_mc.red_mc._yscale = 55 + (45 * Math.sin(t)));
t = t + power_speed;
} else {
if (mc.gaugebar_mc.red_mc._xscale > 95) {
mc.gaugebar_mc.red_mc._xscale = 120;
mc.pat_mc.gotoAndPlay("ready");
interval_hit = setInterval(this, "HitAction", 1100);
if (ver_num == 1) {
mc.wayscore._visible = false;
}
} else {
mc.pat_mc.gotoAndPlay("jumpup");
interval_hit = setInterval(this, "HitAction", 500);
if (ver_num == 1) {
mc.wayscore._visible = false;
}
}
scaleXY = mc.gaugebar_mc.red_mc._xscale;
power = int(Math.abs(mc.gaugebar_mc.red_mc._xscale)) * 2.5;
powers = int(Math.abs(mc.gaugebar_mc.red_mc._xscale)) * 2.5;
trace("\uC2A4\uCF00\uC77C:" + mc.gaugebar_mc.red_mc._xscale);
trace("\uD30C\uC6CC : " + power);
ismove = false;
Calculation();
}
}
function arrowMove() {
if (!isclick) {
if (ver_num == 1) {
arrow_speed = 0.3;
} else if (ver_num == 2) {
arrow_speed = 0.4;
} else if (ver_num == 3) {
arrow_speed = 0.6;
} else if (ver_num == 4) {
arrow_speed = 0.7;
} else if (ver_num >= 5) {
arrow_speed = 0.8;
}
mc.gaugebar_mc.arrow_mc._rotation = -45 + (45 * Math.sin(t));
t = t + arrow_speed;
} else {
mc.anglescore._visible = true;
angle = int(Math.abs(mc.gaugebar_mc.arrow_mc._rotation));
trace("\uAC01\uB3C4 : " + angle);
mc.anglescore.angletxt = angle;
if (turn >= 1) {
nextTurn();
}
}
}
function intervalAdd() {
intervaltimer = setInterval(this, "timeLimit", 1000);
}
function timeLimit() {
if (mc.timer_mc.timer > limit) {
mc.timer_mc._visible = true;
mc.timer_mc.timer--;
if (mc.timer_mc.timer < 4) {
mc.wayscore._visible = false;
}
} else {
scaleElse();
clearInterval(intervaltimer);
}
}
function scaleElse() {
mc.pat_mc.gotoAndPlay("die");
ScoreComparison();
}
function resetGauge() {
trace("\uD30C\uC6CC, \uAC01\uB3C4 \uC6D0\uC704\uCE58");
mc.gaugebar_mc.arrow_mc._rotation = 0;
mc.gaugebar_mc.red_mc._xscale = (mc.gaugebar_mc.red_mc._yscale = 0);
}
function powerChange() {
if (turn == 2) {
power = power * 1.7;
}
if (turn == 4) {
power = power * 1.5;
}
if (turn == 6) {
power = power * 1.2;
}
if (turn == 8) {
power = power * 1;
}
if (turn == 10) {
power = power * 0.8;
}
if (turn == 12) {
power = power * 0.8;
}
if (turn == 14) {
power = power * 0.7;
}
}
function powerShange() {
if (turn == 2) {
powers = powers * 1.5;
}
if (turn == 4) {
powers = powers * 1.2;
}
if (turn == 6) {
powers = powers * 1;
}
if (turn == 8) {
powers = powers * 0.9;
}
if (turn == 10) {
powers = powers * 0.8;
}
if (turn == 12) {
powers = powers * 0.7;
}
if (turn == 14) {
powers = powers * 0.6;
}
}
function Calculation() {
powerChange();
powerShange();
trace("power==" + power);
trace("powers==" + powers);
var _local2 = 10;
flying_all = flying_all + (power * (_local2 - (Math.abs(45 - angle) * 0.2)));
angle = Math.abs(mc.gaugebar_mc.arrow_mc._rotation);
trace("\uACC4\uC0B0\uD569 : " + flying_all);
vx = (powers / 10) * Math.cos((angle * Math.PI) / 180);
vy = (-(powers / 10)) * Math.sin((angle * Math.PI) / 180);
}
function nextTurn() {
turn++;
trace("turn______________" + turn);
if (turn >= 3) {
intervalAdd();
}
ismove = true;
isclick = false;
if (turn <= 14) {
mc.gaugebar_mc._visible = true;
mc.wayscore._visible = false;
}
}
function HitAction() {
mc.anglescore._visible = false;
clearInterval(interval_hit);
mc.gaugebar_mc._visible = false;
mc.timer_mc._visible = false;
resetGauge();
if ((power >= 0) && (power <= 150)) {
if (angle > 15) {
playSound3(4);
} else if ((angle >= 15) && (angle <= 20)) {
playSound3(3);
} else {
playSound3(4);
}
} else if ((power > 150) && (power <= 200)) {
if (angle > 15) {
playSound3(3);
} else if ((angle >= 15) && (angle <= 20)) {
playSound3(3);
} else {
playSound3(4);
}
} else if ((power > 200) && (power <= 250)) {
if (angle > 15) {
playSound3(2);
} else if ((angle >= 15) && (angle <= 20)) {
playSound3(3);
} else {
playSound3(4);
}
} else if (power > 250) {
if (angle > 15) {
playSound3(1);
} else if ((angle >= 15) && (angle <= 20)) {
playSound3(3);
} else {
playSound3(4);
}
}
enterFrameinterval = setInterval(this, "FlyingAction", interspeed);
}
function FlyingAction() {
if (mc.bg_mc._x < -1185) {
mc.bg_mc._x = 0;
}
vy = vy + gravity;
mc.bg_mc._x = mc.bg_mc._x - vx;
if ((mc.pat_mc._y + vy) > 324) {
flying_now = flying_all;
mc.score = Math.ceil(flying_now);
mc.pat_mc._y = 324;
nextTurn();
mc.wayscore._visible = true;
mc.wayscore.way = Math.floor(mc.score / 100);
mc.pat_mc.gotoAndPlay("jumpdown");
clearInterval(enterFrameinterval);
} else {
mc.pat_mc._y = mc.pat_mc._y + vy;
}
updateAfterEvent();
}
function endGame(connum) {
mc.gameresult.score = mc.score;
isgame = false;
mc.timer_mc._visible = false;
endGameinterval = setInterval(this, "endGame2", 1000, connum);
}
function endGame2(connum) {
clearInterval(endGameinterval);
if (turn >= 15) {
mc.pat_mc.gotoAndPlay("complete");
}
if (connum == 1) {
mc.againbtn._visible = true;
} else {
mc.continue_mc._visible = true;
}
mc.wayscore._visible = false;
mc.gameresult._visible = true;
mc.fullbtn._visible = true;
mc.gaemEx._visible = false;
mc.EXbtn._visible = false;
mc.startbtn._visible = false;
mc.gaugebar_mc._visible = false;
var owner = this;
mc.againbtn.onRelease = function () {
owner.againPlay();
};
mc.continue_mc.onRelease = function () {
owner.againPlay();
};
trace("end Game");
}
function againPlay() {
trace("game again Start");
mc.gaemEx._visible = true;
mc.EXbtn._visible = true;
mc.startbtn._visible = true;
t = 0;
gravity = 0.4;
flying_now = 0;
flying_all = 0;
flyingway2 = 0;
flyingway3 = 0;
turn = 1;
level = 5;
interspeed = 5;
way = 0;
limit = 0;
scaleXY = 0;
startPlay();
}
function playSound() {
effect1 = new Sound(mc);
effect1.attachSound("start_G");
effect1.start();
effect1.setVolume(100);
}
function playSound2() {
var owner = this;
effect2 = new Sound(mc);
effect2.attachSound("startsound");
effect2.start();
effect2.setVolume(100);
effect2.onSoundComplete = function () {
owner.onStart();
};
}
function playSound3(k) {
var owner = this;
effect3 = new Sound(mc);
effect3.attachSound("MJ" + k);
effect3.start();
effect3.setVolume(100);
effect3.onSoundComplete = function () {
owner.playSound4(k);
};
}
function playSound4(k) {
var _local2 = new Sound(mc);
_local2.attachSound("JS" + k);
_local2.start();
_local2.setVolume(100);
}
var isgame = true;
var isclick = false;
var ismove = true;
var t = 0;
var gravity = 0.4;
var flying_now = 0;
var flying_all = 0;
var flyingway2 = 0;
var flyingway3 = 0;
var turn = 1;
var level = 5;
var ver_num = 1;
var interspeed = 5;
var way = 0;
var limit = 0;
var scaleXY = 0;
var bestnum = 0;
}
Symbol 143 MovieClip [__Packages.jhworks.Tween.ZiMove] Frame 0
class jhworks.Tween.ZiMove
{
var _mc, tweenX, tweenY, onMotionFinished, onMotionStarted, _duration, __get__tx, __get__ty;
function ZiMove (_mc, func, duration, useSeconds) {
if ((_mc == undefined) && (typeof(_mc) != "movieclip")) {
trace("** Error** there is no MovieClip");
return;
}
this._mc = _mc;
this.duration = (duration);
tweenX = new mx.transitions.Tween(_mc, "_x", func, _mc._x, _mc._x, 0, useSeconds);
tweenY = new mx.transitions.Tween(_mc, "_y", func, _mc._y, _mc._y, 0, useSeconds);
tweenX.stop();
tweenY.stop();
onMotionFinished = _onMotionFinished;
onMotionStarted = _onMotionStarted;
tweenX.addListener(this);
}
function get duration() {
return(_duration);
}
function set duration(duration) {
_duration = duration;
tweenX.continueTo(tweenX.__get__finish(), _duration);
tweenY.continueTo(tweenY.__get__finish(), _duration);
//return(this.duration);
}
function get x() {
return(getPosition().x);
}
function set x(x) {
setPosition(x, _mc._y);
//return(this.x);
}
function get y() {
return(getPosition().y);
}
function set y(y) {
setPosition(_mc._x, y);
//return(this.y);
}
function set tx(x) {
moveTo(x, _mc._y);
//return(__get__tx());
}
function set ty(y) {
moveTo(_mc._x, y);
//return(__get__ty());
}
function _onMotionStarted() {
trace("notice >> tween motion STARTED");
}
function _onMotionFinished() {
trace("notice >> tween motion FINISHED");
}
function moveTo() {
if (arguments.length > 1) {
tweenX.continueTo(arguments[0], _duration);
tweenY.continueTo(arguments[1], _duration);
} else if (typeof(arguments[0]) == "movieclip") {
tweenX.continueTo(arguments[0]._x, _duration);
tweenY.continueTo(arguments[0]._y, _duration);
} else {
trace("**Runtime Error** type mismatch error : parameter in moveTo must be MovieClip");
}
}
function getPosition() {
return({x:_mc._x, y:_mc._y});
}
function setPosition(x, y) {
if (arguments.length == 0) {
return(undefined);
}
tweenX.stop();
tweenY.stop();
tweenX.__set__position(tweenX.__set__finish((tweenX.begin = x)));
tweenY.__set__position(tweenY.__set__finish((tweenY.begin = y)));
}
}
Symbol 144 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 145 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 146 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);
}
}