Combined Code
frame 1 {
stop();
}
// unknown tag 88 length 67
button 14 {
on (press) {
getURL('http://www.deviantart.com', '_blank');
}
on (rollOver) {
gotoAndPlay('rollover');
}
on (rollOut) {
gotoAndPlay('rollout');
}
}
movieClip 15 {
frame 1 {
stop();
}
frame 13 {
stop();
}
}
movieClip 18 {
}
movieClip 19 {
frame 1 {
}
}
movieClip 21 {
}
movieClip 22 {
frame 1 {
stop();
}
}
movieClip 23 {
frame 1 {
var _maxStripes = 5;
var _yRadius = 20;
var _zRadius = 20;
var _sAlpha = 50;
var _stripes:Array;
var s:Object = _parent._parent.stripeSettings;
initStripes = function () {
_maxStripes = s.maxStripes;
_yRadius = s.yRadius;
_zRadius = s.zRadius;
_sAlpha = s.alpha;
_stripes = new Array();
var v2 = 0;
while (v2 < _maxStripes) {
var v3 = this.attachMovie('Stripe', 'Stripe' + v2, this.getNextHighestDepth());
mc._xscale = 60;
mc._yscale = 50;
mc.angle = (Math.PI / _maxStripes) * v2 * 2;
_stripes.push(mc);
++v2;
}
};
onEnterFrame = function () {
var v3 = s.rotSpeed;
_sAlpha += (s.alpha - _sAlpha) / 5;
_yRadius += (s.yRadius - _yRadius) / 5;
_zRadius += (s.zRadius - _zRadius) / 5;
var v1 = 0;
while (v1 < _maxStripes) {
var v2 = _stripes[v1];
mc.angle += v3;
mc._y = Math.sin(mc.angle) * _yRadius;
mc._alpha = Math.round(Math.cos(mc.angle) * _zRadius + _sAlpha);
++v1;
}
};
initStripes();
stop();
}
}
movieClip 24 {
}
movieClip 25 {
}
// unknown tag 88 length 67
movieClip 29 {
frame 1 {
var stripeSettings:Object = new Object();
stripeSettings.rotSpeed = 0.05;
stripeSettings.alpha = 70;
stripeSettings.zRadius = 30;
stripeSettings.yRadius = 20;
stripeSettings.maxStripes = 5;
_parent.stop();
}
frame 43 {
var percent:Number = 0;
var percentLast:Number = 0;
var percentMaxPart = 10;
var percentString = '0.00%';
loadingPill.Lightning.teslaStart();
onEnterFrame = function () {
var v3 = Math.round(_root.getBytesLoaded());
var v2 = Math.round(_root.getBytesTotal());
percent = !isNaN(v3 / v2) ? v3 * 100 / v2 : 0;
var v4 = percent - percentLast;
if (v4 > percentMaxPart) {
percent = percentLast + percentMaxPart;
}
percentLast = percent;
p = percentLast;
if (p >= 100) {
p = 100;
}
loadingPill.Progress.gotoAndStop(Math.ceil(p));
percentString = String(Math.round(p) + '.' + ((Math.round(p * 100)).toString()).substr(-2)) + '%';
if (p == 100) {
delete onEnterFrame;
loadingPill.Lightning.teslaStop();
gotoAndPlay('loaded');
}
};
}
frame 54 {
stop();
}
frame 74 {
stop();
Pill_btn.onRelease = function () {
gotoAndPlay('outro');
};
Pill_btn.onRollOver = function () {
stripeSettings.yRadius = 10;
stripeSettings.zRadius = 40;
stripeSettings.alpha = 60;
stripeSettings.rotSpeed = 0.06;
};
Pill_btn.onRollOut = function () {
stripeSettings.yRadius = 20;
stripeSettings.zRadius = 30;
stripeSettings.alpha = 70;
stripeSettings.rotSpeed = 0.05;
};
}
frame 90 {
stop();
_parent.play();
}
}
frame 2 {
stop();
}
movieClip 31 {
}
movieClip 33 {
}
movieClip 66 {
}
movieClip 70 {
}
movieClip 72 {
}
movieClip 74 {
}
movieClip 76 {
}
movieClip 78 {
}
button 82 {
on (release) {
gotoAndPlay('EatGrow_1');
}
}
movieClip 86 {
}
// unknown tag 88 length 72
button 92 {
on (release) {
gotoAndPlay('R');
}
}
button 93 {
on (release) {
gotoAndPlay('EatGrow_2');
}
}
button 94 {
on (release) {
gotoAndPlay('squirt1');
}
}
button 98 {
on (release) {
gotoAndPlay('EatGrow_3');
}
}
button 99 {
on (release) {
gotoAndPlay('squirt2');
}
}
button 102 {
on (release) {
gotoAndPlay('squirt3');
}
}
movieClip 121 {
}
movieClip 136 {
}
movieClip 174 {
}
movieClip 338 {
}
movieClip 339 {
frame 52 {
stop();
}
frame 58 {
stop();
}
frame 63 {
stop();
}
frame 68 {
stop();
}
frame 261 {
gotoAndPlay('Idle1');
}
frame 362 {
gotoAndPlay('Idle2');
}
frame 482 {
gotoAndPlay('Idle3');
}
frame 530 {
gotoAndPlay('Idle1');
}
frame 570 {
gotoAndPlay('Idle2');
}
frame 657 {
gotoAndPlay('Idle3');
}
frame 701 {
gotoAndPlay(15);
}
}