Be a Supporter!

I notice that sometimes that some Flash submissions move around when I search a Flash. Of course, this means that the search isn't solely based on relevance. I thought it might be based on popularity, but the views are pretty haphazard. So, how does the search sort out the results?

Response to: Keyboard Question Posted April 26th, 2009 in Game Development

At 4/26/09 12:10 AM, Torrunt wrote: 49 is Number 1 (97 for the NUMpad one).

Just got to "Keyboard Keys and Key Code Values" page in Flash help (F1) to see a list of all key codes.

Thanks! Will do.

Response to: Keyboard Question Posted April 26th, 2009 in Game Development

Apparently, that's the mouse, left click. I mean the number 1.

Response to: Keyboard Question Posted April 26th, 2009 in Game Development

Doesn't seem to work.

Here's my new code

function onEnterFrame() {
if(Key.isDown(1)){
m1.start (0,1);
}
}

Keyboard Question Posted April 25th, 2009 in Game Development

Keyboard buttons such as right, left, space, and shift can be assigned in Key.isDown(Key.*HERE*) but how do I make it so that it's the 1 button or 2 button. I tried:

function onEnterFrame() {
if (Key.isDown(Key.1) and !m1start) {
m1.start(0,1);
m1start = true;
}
}

Response to: Newgrounds Account Question Posted April 24th, 2009 in Where is / How to?

At 4/24/09 02:08 AM, Generalissimus wrote: I believe you can. Unless you use to spam, get around bans, vote multiple times on a submission, etc. If you do that you can get all your accounts deleted.

No, I just didn't want to associate my flash-submitting account with my personal ramblings around Newgrounds.

Newgrounds Account Question Posted April 24th, 2009 in Where is / How to?

Can you have one more account on Newgrounds? I was wondering if you could have like two accounts - one for your personal use and one for like submitting Flash and stuff. It's not to take advantage of anything.