Be a Supporter!
Response to: Madness Day 2011 Art Contest Posted September 21st, 2011 in Art

At 9/21/11 03:52 PM, CrazyRock wrote: On every frame where i put the art i put the authors name.

Also,thanks for your permission.

Now that I think about it, it wouldn't hurt to PM everyone you plan on using. Odds are they're going to log on during Madness Day and see the PM so you'll get a quick response.

Response to: Madness Day 2011 Art Contest Posted September 21st, 2011 in Art

At 9/21/11 09:34 AM, CrazyRock wrote: Hey guys i want to share something.

I talked to a admin earlier about making this into a flash,he says i am allowed as long as artists have no problem with putting their art in it.

He also said that there should be no problem if i credit and link to the thread and stuff...

So i am asking you guys do you have any problems?

The idea is that the people who just visit the flash portal and never art forum or even bbs see the art and review it too.
And if some of you want,i can co-author some.

I personally don't have a problem with it (if you even include what I posted) but I'd say it'd be a good idea to PM the others. Or at least put their names somewhere in the flash.

Response to: Newgrounds on Roku Posted September 20th, 2011 in NG News

Are the flash movies being shown as videos or does Roku have some kind of flash player? Forgive me if that's a dumb question. I know nothing about Roku.

Response to: Newgrounds on Roku Posted September 19th, 2011 in NG News

I kind of want to go out and buy a Roku now. Or...you could go a step further and create an Xbox Live channel...(hint hint).

Response to: Madness Day 2011 Art Contest Posted September 17th, 2011 in Art

Not sure if this counts, but I'll put it up anyway.

Art Portal Version

Madness Day 2011 Art Contest

Response to: Madness Day 2011 Music Submissions Posted September 17th, 2011 in Audio

  • All Clear
    All Clear by MrRedstone

    Click to listen.

    Score
    4.63 / 5.00
    Type
    Song
    Genre
    Industrial
    Popularity
    131 Views

My brother already posted this, but he didn't make it look all fancy. So here you go. A Bonus Remix track from the "Madness Heist" score.

Response to: Madness Day 2011 Movie Contest Posted September 15th, 2011 in Animation

Thanks Tom! Good choice!

Response to: 2012 Calendar & Animate: Epic Fall Posted September 14th, 2011 in NG News

I have an idea for this Epic Fall thing, but I don't have time to animate it? Anyone want the idea?

Response to: Madness Day 2011 Movie Contest Posted September 13th, 2011 in Animation

I keep asking. No luck so far...

Response to: Madness Day 2011 Art Contest Posted September 13th, 2011 in Art

Fifty-50's image has impressed me the most so far. I can't wait to see that finished product.

Response to: Linking Url's With Actionscript 2.0 Posted September 8th, 2011 in Game Development

Thank you again.

Response to: Linking Url's With Actionscript 2.0 Posted September 8th, 2011 in Game Development

Oh, and these will open new tabs/windows right? They won't close the movie, will they?

Response to: Linking Url's With Actionscript 2.0 Posted September 8th, 2011 in Game Development

Thanks guys. Hopefully they function when I put the movie up.

Response to: Linking Url's With Actionscript 2.0 Posted September 8th, 2011 in Game Development

This is the code I'm using. Will this function on Newgrounds flash player?

on (release) {
getURL("http://moc-productions.newground s.com/", target="_blank");
}


I am making a special features menu and I'd like to create buttons that take you to my voice-actor's NG userpage. I remember trying this once before and it worked when I tried it in flash player, but when I uploaded the movie to Newgrounds, the buttons didn't function.

What is the proper code for a button that opens a new tab for a URL?

Response to: TOFA 2011 Winner Posted September 6th, 2011 in NG News

Tom, when do we get the Madness Day 2011 button?

Response to: Audio, Art, Madness Contests Posted September 3rd, 2011 in NG News

When will the Madness Day 2011 button be available?

Response to: Audio, Art, Madness Contests Posted September 2nd, 2011 in NG News

REDESIGN!!!!!

Response to: AS2 skip chapters w/ arrow keys? Posted August 29th, 2011 in Game Development

At 8/29/11 05:23 PM, Sandremss128 wrote:
At 8/29/11 05:17 PM, MOC-Productions wrote: Made no sense to me.
I love how naive the last few AS2 programmers are xD
But really the event flow of AS3 is a big step forward.

I'm well aware. I'm an actionscript noob. I won't lie. I only use the basic stuff for menu buttons and such. Wouldn't call myself a "programmer" by any means lol.

Response to: AS2 skip chapters w/ arrow keys? Posted August 29th, 2011 in Game Development

At 8/29/11 05:07 PM, Prid-Outing wrote: and no, that wasn't AS3. Judging by your mistake, you don't know of listeners, right? :P

Well I started learning listeners when I started learning AS3 because they're way more important in that type of code. Needless to say, I hated it. Made no sense to me. But I totally respect anyone who is able to use them correctly.

Response to: AS2 skip chapters w/ arrow keys? Posted August 29th, 2011 in Game Development

At 8/29/11 04:07 PM, Prid-Outing wrote: Use this on your first frame on Scene 1:

keyListener = new Object();
keyListener.onKeyDown = function(){
if(Key.isDown(Key.RIGHT)){
nextScene();
}
if(Key.isDown(Key.LEFT)){
prevScene();
}
}
Key.addListener(keyListener);

didn't work for more than 2 scenes for me, though!

That looks more like AS3 code to me, but I could be wrong. It's all good, though. Another user showed me how to do it in a WAY easier way. Thanks, though!


Does anyone know how to get the arrow keys to skip back and forth between scenes in a flash movie using the left and right arrow keys? Using ActionScript 2.

Response to: Review Deletions and Bans Posted August 25th, 2011 in NG News

My review ban pm mentioned "soup squad" if that means anything.

Response to: PAX Seattle, Madness, Halloween Posted August 24th, 2011 in NG News

Is it safe to assume you're trying to get the redesign up before Madness Day?

Response to: Madness Day 2011 Movie Contest Posted August 8th, 2011 in Animation

My brain is going to melt away by the time I finish mine. Good luck to everyone else as well!

Madness Day 2011 Movie Contest

Response to: Come Chat! Posted July 29th, 2011 in NG News

Solid broadcast.

For those who missed it, Tom ordered a sub.

Response to: CS5 Sound Delay Posted July 21st, 2011 in Game Development

This is good advice. Thank you. I will try that and let you know if it works.

Response to: CS5 Sound Delay Posted July 21st, 2011 in Game Development

What if I have multiple scenes? Should I make a full track for each scene or one constant track?

Response to: CS5 Sound Delay Posted July 21st, 2011 in Game Development

Double check the audio is set to steam and repeat or loop is set to 1 and set the blank keyframes to limit the audio's timeline length where the audio stops.

I'll try that. Should I keep it inside a Movieclip though?

Response to: CS5 Sound Delay Posted July 20th, 2011 in Game Development

At 7/20/11 03:24 PM, Patcoola wrote: is this in the Flash IDE?
if so, then I suggest mixing your audio as one track with an audio editor.
or you can export what you have as a .wav file then re import it into your movie.

See, I tried that though, but for whatever reason, the track repeats itself. I dont have it set on repeat or anything. I just can't figure out why its doing that.