The Enchanted Cave 2
Delve into a strange cave with a seemingly endless supply of treasure, strategically choos
4.39 / 5.00 38,635 ViewsGhostbusters B.I.P.
COMPLETE edition of the interactive "choose next panel" comic
4.09 / 5.00 15,161 ViewsI 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?
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.
Apparently, that's the mouse, left click. I mean the number 1.
Doesn't seem to work.
Here's my new code
function onEnterFrame() {
if(Key.isDown(1)){
m1.start (0,1);
}
}
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;
}
}
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.
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.