644 Forum Posts by "MichaelJ"
At 4/15/09 08:01 PM, TheTrooper5 wrote: I'm really hoping it doesn't pass..not out of spite, but because of the fact you're an egotistical pratt.
You're taking "high hopes" to the extreme, and coming off as a prick.
And sig me bitch.
Ok here.
Did you get my e-mail?
Check your e-mail dude.
At 4/15/09 07:26 PM, xXShortEmoKidXx wrote: Try using sound clips from Dawn of the Dead.
Ok, how do I get those?
At 4/15/09 07:06 PM, Ericho wrote: The graphics are cheesy, but in a pretty fun way. I'd vote for it to pass!
It WILL pass. Here are some more screenshots.
At 4/15/09 06:17 PM, flashwarrior wrote: Seems more complicated than garage band to me so it might take a bit of getting used to. I'll get back to you when i've got that done. By the way, would you like the moans and screams seperate or in one file?
Doesn't matter. Just in .wav if you can.
At 4/15/09 03:21 PM, TheTrooper5 wrote:At 4/15/09 02:58 PM, Animator1mike wrote:
You've obviously never heard of the move 'Heaven's Gate' or any Uwe Boll movie...And for saying your thing will "make front page" I must call you a jackass.Actually, I'd bet that it will make the front page. I've worked on it for 2 years.
I could make a game and spend 2 years putting godawful dialogue, irritating glitches and godawful character models in it.
So shush mr ego.
I'll show you soon... I'm going to so PM you and make a funny sig about you when my flash makes it.
At 4/15/09 03:02 PM, flashwarrior wrote: Well, since this is related to me giving you audio, do you know of any free downloadable software thingies for PC that i can record my voice on, mess around with, then convert to an mp3 file? or something similiar to garage band?
Audacity. It's awesome and totally free.
At 4/15/09 02:59 PM, BreIm wrote: 50 Brownie points says it gets blammed.
I will take a video camera and tell my sister to tape me commiting suicide with a toilet plunger and before I die I will tell her to post it on youtube if my game gets blammed. P.S. Whats a brownie point?
At 4/15/09 02:55 PM, TheTrooper5 wrote: Zombies don't scream....
GAWD...
And for saying your thing will "make front page" I must call you a jackass.
Actually, I'd bet that it will make the front page. I've worked on it for 2 years.
Bump! Auditions recieved (0) Although I did find some sounds on a website for guns yay
At 4/15/09 12:56 PM, Mechabloby wrote: www.flashkit.com usually helps me when I'm in need of sound effects - have a huge range of them, so it may be worth checking out.
Nope, I tried that. Actually, soundsnap has a lot more zombie sounds than flashkit, but neither of them had what I need.
At 4/15/09 12:27 PM, flashwarrior wrote: Can i do some zombie moans? lie ahorde of them chasing you? or do you want a scream?
Becase If I can take a shot at it i will.
All of that! Zombie screams (like the zombie screaming not the human) zombie moans, the more the better! Send to flashwave08@gmail.com
At 4/15/09 12:12 PM, Homosecksual wrote: I couldn't help but laugh out loud in front of my entire family.
What?
At 4/15/09 11:52 AM, BenW1996 wrote: Hmm.. For a scream how about putting some fake body parts and a LOT of fake blood into the toilet bowl just b4 ur sister uses it?
Lol, no my 11 year old sister would take out the body parts, still wet, and throw them at me. She'd probably crap on them too.
Hello again Newgrounds,
I am almost finished with my zombie game, and It is actually coming along pretty well, I would not be suprised it if ended up on the front page. I am having a lot of trouble finding good sound effects though. I used soundsnap for a while until they made it so that you have to pay to download sounds, which made me extremely mad. I reaaally need some zombie sounds. (If you have a mic and are capable of screaming into it then you can help me here) So anyways, where is a good site that I can get some sound effects from, particularly gun/fighting/zombie sounds?
Here are some screenshots!:
At 4/13/09 11:33 PM, Jezuz wrote: Reviews aren't YouTube comments. They're to review something based on it's merits and flaws, not on whether you think the author sucks.
I had left a review saying that it was gross and I said that God did not lead him to make that and it was deleted by him. Did you watch the video? And read the responses to comments? He says he is the voice of God, and many reviews are left saying he sucks anyways!
I posted some reviews on ##Y_A_S_S_T_0_1_L_1_E_S# telling the author that the flash is disgusting, (the reviews kept being removed by him) and in the description, he said that "Christ told him to make the flash." Read some of his responses to other reviews. This movie is the worst thing I have ever seen on Newgrounds, and I really wanted it off of newgrounds. I finally told the author that he sucks, and then I got banned for 5 days from writing reviews. This is just crap. Why? He talks about God and things of that manner in a devilish way, and it is truly repulsive. (this happened today)
In a flash game I have, there are many variables that change. Is there a way to make a reset button that changes all of the variables back to what they were when the game first loaded? What code would I have to put into a button?
Yeah, doesn't work. Ok there is a variable. It equals 20. The variable is called "jerplate". Every time toy hit a button, it takes away 1, so when I hit the button, jerplate will change to 19. I want it so that when jerplate is 15, a sound plays, to do that, I put sounds on frames in a movie clip. I want it so that when jerplate is 15, that movie clip will go to its frame 2, so the sound will play
thingy, done... what? What goes where?
Basically, how do I make it so that if a variable equals 15, a certain sound in the library plays once?
Download Flash player 8 from downlad.com and save the zipped file in the same folder as your swf. then when the time comes, you can open the zipped file, click on the grey flash link (that is flash player 8, a flash player box will pop up, blank) (do not extract files from zipped folder!) and leave the box open and go back and click on your project swf and it should play.
copy every frame, paste into a blank document (this works if when you try to export the swf, it says something about source files not found)
Flash is not free. The trial is, but it is pointless because you will get interested in it and BOOM, your 30 days of animating are over.
Thise code is not working, as I probably did it wrong...
onClipEvent (load) {
if (jerplate == 15) {
this.gotoAndStop(2);
} else if (jerplate == 10) {
this.gotoAndStop(3);
} else if (jerplate == 5) {
this.gotoAndStop(4);
} else if (jerplate == 0) {
this.gotoAndStop(5);
}
}
can someone fix it to work?
jerplate = 20 (main timeline)
every time a button is pressed, jerplate -= 1.
if jerplate == 15, i want this (which is the mc that the code above is placed on) to go to frame 2
and same for 10, 5, and 0
Help plz!
At 4/3/09 07:25 PM, theactionscripter wrote: I'm talking online sources
theactions. check you inbox
.... ever

