Games Achievements My Kong Sign In

wertyujh's messages

Public messages for wertyujh

avatar for LuceroImpact
LuceroImpact

Oct 4, 2022 1:33am

Speaking on behalf of anonymouselbow, who started the Discord server “Searching for KONGAI opponent…” in June 2022 as a result of Matrix4348’s script.

That solution succeeds in loading Kongai, and most other games at Kongregate where Supernova simply cannot. Now playing Kongai as it is, but also have intentions to negotiate with Kongregate to gain …

show more
avatar for fatihkutay
fatihkutay

Mar 4, 2010 7:06am

There is a English version for Quiz already. Check my account for English version.. ."

avatar for focalor
focalor

Nov 29, 2009 8:05am

Happen to have a spare bow ffor me?

avatar for dagamer3
dagamer3

Nov 21, 2009 12:50am

onClipEvent(load)
{
speed =0 ;
}

onClipEvent (enterFrame) {
if (Key.isDown(Key.UP)) {
speed += 1;
}
if (Key.isDown(Key.DOWN)) {
speed -= 1;
}

if (Math.abs(speed)>10) { speed *= .7; } if (Key.isDown(Key.LEFT)) { _rotation -= 15; } if (Key.isDown(Key.RIGHT)) { _rotation += 15; } speed *= .98; x = Math.sin(_rotation*(Math.PI/180))*speed; y = Math.cos(_rotation*(Math.PI/180))speed-1; if (!root.wall.hitTest(x+x, _y+y, true)) { _x += x; _y += y; } else { speed *= -.4; }

}
you can change speed and rotation speed

show more
avatar for Neeble098
Neeble098

Oct 10, 2009 7:58am

what do you use

avatar for Neeble098
Neeble098

Oct 9, 2009 5:03pm

How do you make your games?

avatar for samwarrior
samwarrior

Sep 14, 2009 12:36am

Please check your whispers

avatar for pproductions
pproductions

Sep 11, 2009 4:37pm

I see. You’ll have to use the key code, for example, if you wanted ‘A’, you’d have
if(Key.isDown(65)) {
xxxx
}

A way to get these key codes is at http://www.swfupload.com/files/97292getKey.swf. Just type in a letter, and use the ‘code’ value instead of Key.SPACE or whatever

avatar for pproductions
pproductions

Sep 10, 2009 3:07pm

Hello, wertyujh! Recently you left a comment on our profile asking the following question: “how ot use normal letters? in a file, so not on the actions of a object”

There are 3 things I believe you could mean:

1. How to put a placeholder in for the checker?
Simple! Just add a letter/number after the checker, such as “checkera” or “checker1”, making…

show more
avatar for manchi
manchi

Aug 7, 2009 2:42pm

You Program has a syntax error, you have to look over you program. For possibly one line of code out of place.

avatar for H3llB34r1ngW0lf
H3llB34r1ngW0lf

Jul 4, 2009 6:21pm

how do you write upside down?

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