Games Achievements My Kong Sign In

cowsr2cool's Comments

Comment

Test Game

Play Test Game

Oct. 27, 2012

Rating: 3

OmG bEsT gAmE eVaR!

action script 2 tutorial

Play action script 2 tutorial

Jun. 15, 2010

Rating: -3

it is about the description read that morons

Icy Madness

Play Icy Madness

Jun. 15, 2010

Rating: 2

the game loads fast on my computer yours must be crap

Urban Feud

Play Urban Feud

Jun. 15, 2010

Rating: -1

urban feud more like cheesy fume

Keep Jumping

Play Keep Jumping

Jun. 15, 2010

Rating: 0

lol

As3 Drag it to explore it

Play As3 Drag it to explore it

Jun. 15, 2010

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

Play Snake

Jun. 15, 2010

Rating: 1

yay 400 points

Tree growth simulator

Play Tree growth simulator

Jun. 15, 2010

Rating: 2

yes my tree grew strait but then it fell down :)

Learn how to create Minesweeper in Flash AS3

Play Learn how to create Minesweeper in Flash AS3

Jun. 14, 2010

Rating: -1

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

Play Basics Platform Game Tutorial

Jun. 14, 2010

Rating: 0

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!

Play Tower Defence!

Jun. 07, 2010

Rating: -1

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)

Tower Defence!

Play Tower Defence!

Jun. 07, 2010

Rating: -1

im so proud of myself i accidently beat the game by placing random turrets all over

Shootorial #3

Play Shootorial #3

Jun. 06, 2010

Rating: -1

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; } } }

Developers Players Support YouTube TikTok X (Twitter) LinkedIn
Join the conversation Join Discord
Terms of Service Privacy Policy Code of Conduct
© 2025 Kongregate