|
X
Complete Initialization for 10 kreds
Complete the
Quest and earn an exclusive shiny kongpanion + 10 kreds
15%
Congratulations! You’ve completed your Kongregate account!
Keep exploring Kongregate with more badges and games!
Congratulations! You’ve completed your Kartridge quest!
Spend your hard earned kreds on some of these games!
Hide the progress bar forever?
Yes
No
close
stickgames.com:
// MADE WITH STICK ANIMATOR V2.0 BY NAMZORG
// Compatible with Flash MX and higher
// Stage width : 300
// Stage height : 300
// Frames per second : 12
var myAnimation = [
12,
[[201.6,155.1],[201.6,155.1],[201.6,155.1],[201.6,155.1],[201.6,155.1],[201.6,155.1],[201.6,155.1],[201.6,155.1],[185,154],[185,154],[167,155],[167,155],[167,139],[167,125],[167,125],[167,125],[166,109],[173,182],[173,218],[173,247],[171,270],[170,291]],
[[202,125],[202,125],[202,125],[202,125],[202,125],[202,125],[202,125],[202,125],[185,124],[185,124],[167,125],[167,125],[167,109],[167,95],[167,95],[167,95],[166,79],[173,152],[173,188],[173,217],[171,240],[170,261]],
[[202,138],[202,138],[202,138],[202,138],[202,138],[202,138],[202,138],[202,138],[185,137],[185,137],[167,138],[167,138],[167,122],[167,108],[167,108],[167,108],[166,92],[173,165],[173,201],[173,230],[171,253],[170,274]],
[[185,138],[185,138],[185,135],[189,128],[185,135],[190,150],[190,150],[190,150],[173,149],[173,149],[155,150],[155,150],[155,134],[155,120],[155,120],[153,99],[152,83],[162,152],[156,199],[156,228],[154,251],[153,272]],
[[168,139],[170,130],[174,122],[180,113],[181,118],[177,139],[180,164],[180,164],[168,165],[168,165],[150,166],[150,166],[150,150],[150,136],[150,136],[149,83],[148,67],[154,137],[154,182],[154,245],[152,268],[151,289]],
[[219,137],[219,137],[219,137],[219,137],[219,137],[219,137],[212,152],[212,152],[195,151],[195,151],[177,152],[177,152],[177,136],[177,122],[177,122],[175,93],[182,86],[184,152],[190,199],[190,228],[188,251],[187,272]],
[[236,138],[236,138],[236,138],[236,138],[236,138],[236,138],[219,167],[219,167],[203,166],[203,166],[185,167],[185,167],[185,151],[185,137],[187,108],[191,98],[186,70],[187,135],[187,182],[192,245],[205,254],[204,275]],
[[189,176],[189,176],[189,176],[189,176],[189,176],[189,176],[189,176],[179,163],[172,174],[161,157],[152,174],[145,165],[148,153],[148,139],[148,139],[148,139],[147,123],[154,196],[149,222],[149,251],[147,270],[146,291]],
[[181,199],[181,199],[181,199],[181,199],[181,199],[181,199],[181,199],[181,187],[164,197],[164,181],[146,197],[146,189],[146,177],[146,163],[146,163],[146,163],[145,147],[130,195],[127,231],[127,260],[123,270],[122,291]],
[[214,175],[214,175],[214,175],[214,175],[214,175],[214,175],[214,175],[214,175],[180,177],[181,178],[182,174],[190,160],[185,154],[185,140],[189,135],[189,135],[188,119],[195,192],[197,222],[197,251],[195,271],[194,292]],
[[221,198],[221,198],[221,198],[221,198],[221,198],[221,198],[221,198],[221,198],[199,191],[182,202],[167,193],[190,184],[194,176],[194,162],[194,158],[194,158],[193,142],[218,187],[221,223],[221,252],[219,272],[218,293]]
];
var currentFrame = 0;
var lastFrame = 21;
this.createEmptyMovieClip(“Head”,1);
with(this.Head){
var a, rad;
lineStyle(0);
beginFill(0×000000,100);
moveTo(0,-6.5);
for(a = 0; a lastFrame)
currentFrame = 0;
moveTo(myAnimation1[currentFrame]0,myAnimation1[currentFrame]1);
lineTo(myAnimation3[currentFrame]0,myAnimation3[currentFrame]1);
lineTo(myAnimation4[currentFrame]0,myAnimation4[currentFrame]1);
lineTo(myAnimation5[currentFrame]0,myAnimation5[currentFrame]1);
moveTo(myAnimation3[currentFrame]0,myAnimation3[currentFrame]1);
lineTo(myAnimation6[currentFrame]0,myAnimation6[currentFrame]1);
lineTo(myAnimation7[currentFrame]0,myAnimation7[currentFrame]1);
moveTo(myAnimation1[currentFrame]0,myAnimation1[currentFrame]1);
lineTo(myAnimation8[currentFrame]0,myAnimation8[currentFrame]1);
lineTo(myAnimation9[currentFrame]0,myAnimation9[currentFrame]1);
moveTo(myAnimation1[currentFrame]0,myAnimation1[currentFrame]1);
lineTo(myAnimation10[currentFrame]0,myAnimation10[currentFrame]1);
lineTo(myAnimation11[currentFrame]0,myAnimation11[currentFrame]1);
Head.x = myAnimation3[currentFrame]0;
Head.y = myAnimation3[currentFrame]1;
var dx = myAnimation3[currentFrame]0 – myAnimation2[currentFrame]0;
var dy = myAnimation3[currentFrame]1 – myAnimation2[currentFrame]1;
var d = Math.sqrt(dx*dx+dy*dy);
Head._rotation = (Math.atan2(dy,dx)*180/Math.PI)-90;
Head.xscale = Head.yscale = (d/13)*100;
};
|
|