Be a Supporter!
Response to: how do u do slow motion in as3? Posted August 16th, 2009 in Game Development

I'm assuming that this is for a game, and you want to make a slow motion or pause effect. Changing the FPS could work, but it would make a very rough slo-mo. Instead, if all your characters/enemies have a speed variable, you could set that variable very low, or to 0.

Response to: Anxiety about School? Posted August 15th, 2009 in General

Im going into ninth grade, and im not anxious at all. Our teachers made sure to scare us before the year ended, so now im just tired.

Response to: Flash 10 CS4 Problem. Posted August 15th, 2009 in Game Development

Uninstall/reinstall? That shti looks fucked up man. Ive never seen a bug like that

Response to: Oh snap! Posted August 15th, 2009 in General

one of them has a score of 4.30...
It would be halarious if they got on the top 50 list or weekly best.
:3

Response to: Incest and inbreeding Posted August 15th, 2009 in General

This just made my day. If inbreed retards can be Pharoh, then so can I!

Response to: Photohop Alien Hominid Posted August 15th, 2009 in General

This thread just went to shit. Hope you enjoy being locked
:3

Response to: Its Getting Better! Posted August 15th, 2009 in General

I just went and voted 0 on everything, therefore forfieting my huge amounts of save points.

I'm not even fucking joking...
Response to: Happy Birthday Haggard! Posted August 15th, 2009 in General

THE CAKE IS A LIE!

Happy Birthday Haggard!

Response to: Abandon the BBS or else... Posted August 15th, 2009 in General

If you wern't a mod, would another mod lock this?

Response to: The most retarded thing you'll ever Posted August 15th, 2009 in General

I've stopped caring, because the media (fox) is so full of shit, its my new comedy central.

Response to: Best Pokemon to have during... Posted August 15th, 2009 in General

Arceus FTW.
Why take a magickarp when you can have god?

Response to: AS3 Movement Help Posted August 15th, 2009 in Game Development

Yannick, thank you very much. I had to change the part of the code that made the speed go down when both keys are up, but other then that, the code worked beautifully. I'l have to remember to do it like that when I'm doing this again, :D

Thanks for everything

Response to: NG's..whats beter than a dick joke? Posted August 14th, 2009 in General

I'm resisiting saying "me"

Response to: Little girl get's a giant... Posted August 14th, 2009 in General

At 8/13/09 03:04 PM, Sealander wrote:
At 8/13/09 03:02 PM, Obsessed117 wrote: Its gotta be fake...a fish that big would be waaay to heavy for that kid to pick it up.
and it would be too big for that river.

If it was real it would have beached itself, unable to move and very easily seen...

wait that mean she could have....
Response to: Can you help the old man ? Posted August 14th, 2009 in General

Walk forward, then left, then take the next turn right through the portal into hell, then walk forward.
Your welcome.

Response to: dane cook vs. vanessa hudgens Posted August 14th, 2009 in General

Age/Gender: 20, Male
Location: Elmwood Park

I don't think so.
I also don't care about some teen choice award.

Response to: lookin for work Posted August 14th, 2009 in Game Development

Age/Gender: n/a, Male
Location: Earth
born in 1997

I found the problem guys!

Response to: The Love Guru Posted August 14th, 2009 in General

I thought it was pretty funny

Response to: Are people this stupid? (Pic) Posted August 14th, 2009 in General

HURRY! Post it on failblog!

Response to: AS3 Movement Help Posted August 14th, 2009 in Game Development

Sorry for double post, but any ideas how I would go about fixing the else's?

Response to: AS3 Movement Help Posted August 14th, 2009 in Game Development

Oh, that makes sense. And the on/off values are all taken care of by TrueDarkness's code. I didn't post that part because nothing is wrong with it.

Response to: Stick Rpg *comeplete* Posted August 14th, 2009 in Game Development

We all know how to play this game. Also, this doesn't belong in the Flash forum.
If we want cheats we can search google.

Response to: Can anyone find this for AS3? Posted August 14th, 2009 in Game Development

Vcam?
Set it's x and y to xmouse and ymouse?
Ya'know...just like AS2?

Response to: newgrounds winners Posted August 14th, 2009 in Game Development

General Forum

Response to: Peta Vs World Of Warcraft Posted August 14th, 2009 in General

WoW is the same as any other game, if more addicting. You shouldn't play any game for insane amounts of time.

Also, unless your one of those retards who loves to imitate what you do in videogames, then killing animals inside of a game is not a problem.

Response to: lookin for work Posted August 14th, 2009 in Game Development

Post examples, past work, something...

AS3 Movement Help Posted August 14th, 2009 in Game Development

Hello everyone. I was using the movement code written by TrueDarkness, and I was modifying the code to add momentum, so the player would speed up when you help the arrow key down, and slow down automatically. I got that part working for only the right arrow key, then when I added the same effect for the Left arrow key, I didn't get any errors, but I did get a very strange effect where the player would always be moving left, very slowly. I need some help fixing this.

Original Movement Code by TrueDarkness:

function movement(Event){
if (varRight == true) {
player.x += xspeed;
}
if (varUp == true) {
player.y -= yspeed;
}
if (varLeft == true) {
player.x -= xspeed;
}
if (varDown == true) {
player.y += yspeed;
}
}

Modified Code with only Left and Right:

function movement(Event) {
if (varRight == true) {
player.x += xspeed;
xspeed+=xspeedup;
} else {
player.x += xspeed;
xspeed*=xdecay;
}
if (varLeft == true) {
player.x-=xspeed;
xspeed+=xspeedup;
} else {
player.x-=xspeed;
xspeed*=xdecay;
}
}

All the listeners are added, and all the variable have been declared in the rest of the code, so that isn't the
problem. Any help would be greatly appreciated.

One more thing is that the problem only happens what I put both the Left key and Right key parts together. I've tried separating them into different functions but that didn't work either.

Response to: as2 to as3 Posted August 14th, 2009 in Game Development

Definitly learn AS3. It is slightly more confusing than AS2, but it is more organized and logical, and it works better.

Response to: Game prototypes + a question Posted August 14th, 2009 in Game Development

I like the second one much better.

Response to: wtf? Posted August 14th, 2009 in General

Lol. There are girls on NG, they're just an endangered species.