449 Forum Posts by "Halosheep"
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.
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.
Uninstall/reinstall? That shti looks fucked up man. Ive never seen a bug like that
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
This just made my day. If inbreed retards can be Pharoh, then so can I!
This thread just went to shit. Hope you enjoy being locked
:3
I just went and voted 0 on everything, therefore forfieting my huge amounts of save points.
I'm not even fucking joking...
If you wern't a mod, would another mod lock this?
I've stopped caring, because the media (fox) is so full of shit, its my new comedy central.
Arceus FTW.
Why take a magickarp when you can have god?
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
I'm resisiting saying "me"
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....
Walk forward, then left, then take the next turn right through the portal into hell, then walk forward.
Your welcome.
Age/Gender: 20, Male
Location: Elmwood Park
I don't think so.
I also don't care about some teen choice award.
Age/Gender: n/a, Male
Location: Earth
born in 1997
I found the problem guys!
HURRY! Post it on failblog!
Sorry for double post, but any ideas how I would go about fixing the else's?
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.
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.
Vcam?
Set it's x and y to xmouse and ymouse?
Ya'know...just like AS2?
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.
Post examples, past work, something...
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.
Definitly learn AS3. It is slightly more confusing than AS2, but it is more organized and logical, and it works better.
I like the second one much better.
Lol. There are girls on NG, they're just an endangered species.

