To enhance your user experience, support technical features, and personalize content and ads, this site uses cookies.
Your use of Kongregate’s Services is subject to our revised Cookie Policy, Privacy Policy and Terms of Service.
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
Test Game
Oct. 27, 2012
Rating: 3
OmG bEsT gAmE eVaR!
action script 2 tutorial
Jun. 15, 2010
Rating: -3
it is about the description read that morons
Icy Madness
Rating: 2
the game loads fast on my computer yours must be crap
Urban Feud
Rating: -1
urban feud more like cheesy fume
Keep Jumping
Rating: 0
lol
As3 Drag it to explore it
Rating: 1
it could become a game if you just add a button and more of those pictures and call it the "find the buttons game" lol but that is just random 8D
Snake
yay 400 points
Tree growth simulator
yes my tree grew strait but then it fell down :)
Learn how to create Minesweeper in Flash AS3
Jun. 14, 2010
lol sorry for the randomness but your preview picture is not a smart thing like the 2 and the other 2 are in the wrong place with the ones also (one of the ones should be higher). 8D
Basics Platform Game Tutorial
lol i got killed i fell to my death some how and i think he forgot to put a respawn button or something like that 8)
Tower Defence!
Jun. 07, 2010
i found something cool click and drag the green box and it stays there i actually filled up all the squares before time(lives) ran out 8)
im so proud of myself i accidently beat the game by placing random turrets all over
Shootorial #3
Jun. 06, 2010
class Missile extends MovieClip { var speed; function onLoad() { speed = 20; } function onEnterFrame() { _x += speed; if(_x > 600) { this.removeMovieClip(); } } } class Ship extends MovieClip { var velocity; var shootLimiter; function onLoad() { velocity = 10; shootLimiter = 0; } function onEnterFrame() { shootLimiter += 1; if( Key.isDown(Key.RIGHT) ) { _x = _x + velocity; } if( Key.isDown(Key.LEFT) ) { _x = _x - velocity; } if( Key.isDown(Key.UP) ) { _y = _y - velocity; } if( Key.isDown(Key.DOWN) ) { _y = _y + velocity; } if( Key.isDown(Key.SPACE) && shootLimiter > 8) { shootLimiter = 0; var missile = _root.attachMovie("Missile","Missile" + _root.getNextHighestDepth(), _root.getNextHighestDepth()); missile._x = _x + 50; missile._y = _y + 2; } } }
X
Loading