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 ViewsAt 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.
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.
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.
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).
Not sure if this counts, but I'll put it up anyway.
Click to listen.
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.
Thanks Tom! Good choice!
I have an idea for this Epic Fall thing, but I don't have time to animate it? Anyone want the idea?
I keep asking. No luck so far...
Fifty-50's image has impressed me the most so far. I can't wait to see that finished product.
Thank you again.
Oh, and these will open new tabs/windows right? They won't close the movie, will they?
Thanks guys. Hopefully they function when I put the movie up.
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?
Tom, when do we get the Madness Day 2011 button?
When will the Madness Day 2011 button be available?
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.
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.
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.
My review ban pm mentioned "soup squad" if that means anything.
Is it safe to assume you're trying to get the redesign up before Madness Day?
My brain is going to melt away by the time I finish mine. Good luck to everyone else as well!
Solid broadcast.
For those who missed it, Tom ordered a sub.
This is good advice. Thank you. I will try that and let you know if it works.
What if I have multiple scenes? Should I make a full track for each scene or one constant track?
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?
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.