Be a Supporter!
Response to: What should I do? Posted October 16th, 2010 in General

At 10/16/10 07:44 AM, Makakaov wrote:
At 10/16/10 07:40 AM, BanglaBoy96 wrote:
At 10/16/10 07:37 AM, Makakaov wrote: This thread is about Child Porn.
How? I'm a child?
Yes, and you want to fuck an underage.

Where does porn come into this?

Response to: What should I do? Posted October 16th, 2010 in General

At 10/16/10 07:35 AM, BanglaBoy96 wrote: What should I do?

Make sure not to make a thread on Newgrounds about it.

Response to: Help with chemistry flash. Posted October 15th, 2010 in Game Development

At 10/15/10 10:00 PM, XenonMonkey wrote: ...Thanks guys.

No problem ;)

Response to: HBB and Cootie? Posted October 15th, 2010 in General

It's quite obviously fake. There is no real need for this thread .

Response to: Help me get started Posted October 15th, 2010 in General

http://www.adobe.com/products/flash/
That has information about the latest version of flash(CS5)
You can find earlier versions on Ebay or somewhere like that.

Response to: Help me get started Posted October 15th, 2010 in General

You just need Flash CS5, Flash builder isn't for animations.

Response to: Go to your userpage... Posted October 15th, 2010 in General

For some reason it is adding an extra www. eg callum123456.www.newgrounds.com.
just remove it.

Response to: Go to your userpage... Posted October 15th, 2010 in General

You don't have any news posts. Why not make one now?

Response to: Tom Uses a Mac! Posted October 15th, 2010 in General

At 10/15/10 01:35 PM, TomFulp wrote: I might be switching back to a PC in the next year...

You'd better.

Response to: login as a deleted on NG Posted October 15th, 2010 in Where is / How to?

Sounds like a browser issue, try clearing your cache cookies etc.

Response to: Swf To Fla Convertion Posted October 15th, 2010 in Game Development

I haven't seen any free ones(although it's likely there is at least one), but I have a converter and could do it for you . PM me if you're interested.

Response to: Help with Drg and Drop Posted October 15th, 2010 in Game Development

Check if it's hitting the character then move it to the right place.
something along the lines of:

if(boot.hitTestObject(character)){
boot.x = foot.x
boot.y = foot.y
}
Response to: Quick Question Posted October 14th, 2010 in Game Development

What microphone are you using? Are other microphones just as quiet?

Response to: hittest help Posted October 14th, 2010 in Game Development

For something like this you should search Google, unless there is something specific that you don't understand about hittesting and you don't think it is explained in any tutorials.
AS2
AS3

Response to: if(num == "" or "") AS2 Posted October 14th, 2010 in Game Development

At 10/14/10 01:51 PM, PabMo wrote:
At 10/14/10 11:12 AM, milchreis wrote: All your threads could have been solved by yourself if you simply read the manual:
Linking me earlier would've been a good idea.

If you had tried googling any of your problems it would have been the first thing to come up.

Response to: MY game on some fucking spanish sit Posted October 14th, 2010 in General

If you really cared you would have site locked it, but I really don't see the harm in it being there.

Response to: if (i am getting frustated) {help} Posted October 13th, 2010 in Game Development

you need to use == not =
= sets a value
== checks for equality

Response to: hitTest fail Posted October 13th, 2010 in Game Development

Can you post the code you are using? Otherwise it's quite hard to tell what the problem is.

Response to: Trying to use a ghost mouse program Posted October 13th, 2010 in General

45000
1 second = 1000 miliseconds

Response to: If you were a member of Staff... Posted October 13th, 2010 in General

At 10/13/10 07:47 AM, Madnessfreak wrote: The fuck... What are you talking aboot?

This I think.

Response to: The 10 Kb Game Challenge [as3] Posted October 12th, 2010 in Game Development

At 10/12/10 06:54 PM, Version2 wrote:
At 10/12/10 06:51 PM, Callum123456 wrote: I can't be bothered to do what was asked of me in order to be in the compilation because I'm all about the penis.
In the time it will take you to reply to me and call me a whole bag full of jerks, you could easily get a file together and send it.

Actually no couldn't I'm not at my normal computer so don't have the files.
Also changing quotes isn't funny at all, what the hell is your problem?

Response to: The 10 Kb Game Challenge [as3] Posted October 12th, 2010 in Game Development

At 10/12/10 06:42 PM, Version2 wrote: It took me like 5 minutes to get a zip file together, get it on megaupload and send a link to Archawn. Quit being lazy guys, according to the news post, he only has 3 of the submissions so far!

Only 2 votes too... I might want to vote, since I'm complaining about others being lazy :P

If they were loaded from dumping grounds it would be faster for everyone including Archawn.

Response to: Argument! Pc Gaming Vs Console Posted October 12th, 2010 in General

Obligatory "Mass debate" joke.

Response to: The 10 Kb Game Challenge [as3] Posted October 12th, 2010 in Game Development

At 10/12/10 05:33 PM, Archawn wrote: I am disappoint. Everyone please send me your source files!

Can't you just load them all in from dumping grounds?

Response to: Where is the ad(s)? Posted October 12th, 2010 in Where is / How to?

You can set it up on the api page: http://www.newgrounds.com/account/flasha pi2/

This is a tutorial about the api.

Response to: Stupid flash Posted October 12th, 2010 in General

You should hit CTRL+S as often as possible.

Response to: Question. Posted October 11th, 2010 in General

yes

Response to: About the mystery box Posted October 11th, 2010 in General

At 10/11/10 08:49 PM, CapnTater wrote: Its not trash idiot, they put gamecubes in a couple of them. :/

Exactly, trash.

Response to: Preloader Posted October 11th, 2010 in Game Development

At 10/11/10 08:26 PM, Animator1mike wrote:
At 10/11/10 08:10 PM, Callum123456 wrote:
At 10/11/10 07:56 PM, Animator1mike wrote: Neither of those seem to work. I have Flash 8 As2, sorry if i didnt make that clear.
What do you mean don't work? any errors?
also I just realized it should be.

bar.gotoAndStop(loadpercentage)
Your code doesn't seem complete. Where would I put that code anyway? In the main timeline? Or on the movie clip? (I tried both, giving the bar movie clip an instance name of "bar", neither of them worked)

You said you have the number done. just use that number to set the frame of the movieclip. THis could go in the timeline.

onClipEvent(enterFrame){
var loadpercentage = //whatever you're using to get the load percentage
bar.gotoAndPlay(loadPercentage)
}
Response to: Preloader Posted October 11th, 2010 in Game Development

At 10/11/10 07:56 PM, Animator1mike wrote: Neither of those seem to work. I have Flash 8 As2, sorry if i didnt make that clear.

What do you mean don't work? any errors?
also I just realized it should be.

bar.gotoAndStop(loadpercentage)