Be a Supporter!
Response to: Smoke - The Flash Bc2 Posted June 1st, 2010 in Game Development

At 6/1/10 03:16 PM, transporter23 wrote:
At 6/1/10 02:51 PM, Sam wrote: Oh wow.

Ban if must, this was needed.
Your cool. Thanks for that unneccesary comment. And I dont care if no one likes my idea for a game...Im still gonna make it and publish it just cuz i can.

He wasn't even talking to you.

Response to: Drag and drop game Posted June 1st, 2010 in Game Development

At 6/1/10 02:54 PM, Sam wrote: var score = 0 //AS2
var score:Number = 0 //AS3

Why would you not put the data type in as2? It works in either language.

Response to: Oe-cake Posted June 1st, 2010 in General

At 6/1/10 02:56 PM, spacenerd wrote:
At 6/1/10 02:20 PM, Ass-Crumb wrote: man you must suck if you can't even post a picture on the NG BBS.
Well hello there mister, you suck. I tried to post a picture, but it kept giving me feaking errors so I was like "F*CK IT." You understand, huh.

It's really very easy.

Oe-cake

Response to: Do you act differently on NG? Posted June 1st, 2010 in General

At 6/1/10 01:58 PM, Scary-Kids wrote: I am a LITTLE more siphistocated on Newgrounds.

Did you mean sophisticated?

Response to: Man lives with parents for 60 years Posted June 1st, 2010 in General

At 6/1/10 04:10 AM, mdf99 wrote: thats sad,, hes wasted his whole life

No he hasn't . He looked really happy to me.

Response to: No Tobacco Day Posted May 31st, 2010 in General

At 5/31/10 01:57 PM, slingshot14 wrote: I'm gonna smoke a fuck load of cigars and giving chewing tobacco to children.

OMG U R HAVING TOBACCO ON NO TOBACO DAY U R SO KEWL LOLOLOLOLOLOLOLOLOLOL
I WISH I WAS AS KEWL AND ORIGINAL AS U.

Response to: Not really porno pics Posted May 31st, 2010 in General

At 5/31/10 12:10 PM, naojason wrote:
At 5/31/10 12:07 PM, speeling wrote: Where the fuck did you get that
From the Internet.

What is this "Internet" thing?

Response to: AS2 Multiple passwords Posted May 31st, 2010 in Game Development

on(release) {
if (pw.text == "password1" || pw.text ==  "password2" || pw.text == "password3") {
//codes here
}
Response to: I Look Like a Chipmunk Posted May 30th, 2010 in General

pics?

Response to: Smoke - The Flash Bc2 Posted May 30th, 2010 in Game Development

At 5/30/10 04:33 PM, TimeCup wrote: though, I'd recommend AS2

There is no possible reason why you would recommend this. AS3 is much better.

Response to: Happy birthday RacistBassist! Posted May 29th, 2010 in General

Happy Birthday.

Response to: gotoAndStop as3 doesnt work Posted May 29th, 2010 in Game Development

At 5/29/10 11:22 AM, Jereminion wrote:
At 5/29/10 11:12 AM, Callum123456 wrote: Because you need to extend movieclip not sprite.
o ok i will try that but what situation would i use a sprite in?

sprites don't have a timeline, thus no gotoAndStop(). You can use them when you don't need a timeline.

Response to: gotoAndStop as3 doesnt work Posted May 29th, 2010 in Game Development

Because you need to extend movieclip not sprite.

Response to: Preloader Posted May 29th, 2010 in Game Development

At 5/29/10 08:07 AM, TheSilverSerpent wrote: Actually, I've managed to fix those problems, but now every time I try to press the play button it switches to loading, even though on the bar it's fully loaded

If you use this to upload the .fla, then PM me the link. I will try and fix it. It is quite hard to fix things over a forum sometimes.

Response to: Oooooh Snap. Posted May 29th, 2010 in General

what browser do you use?
If its Firefox it is options->content->image exceptions.

Response to: Preloader Posted May 29th, 2010 in Game Development

At 5/29/10 06:53 AM, Callum123456 wrote: function startMovie()
{
clearInterval(intervalId);
_root.play();
}

Find this bit in the code and replace "_root.play();" with your next scene code.

Sorry forgot to mention do this to the original code.
Also use code tags for code.

Response to: Preloader Posted May 29th, 2010 in Game Development

function startMovie()
{
clearInterval(intervalId);
_root.play();
}

Find this bit in the code and replace "_root.play();" with your next scene code.

Response to: Preloader Posted May 29th, 2010 in Game Development

At 5/29/10 06:06 AM, TheSilverSerpent wrote:
_root.stop();
 stop();

 var FRAME_TIME = 1000/30;
 var AUTO_PLAY = false;
 var MAX_FRAME_SKIP = 5;

 var loadingComplete;
var intervalId;
 var time;
 var frameAccum;

 loadingComplete = false;
intervalId = setInterval(this, "timerHandler", FRAME_TIME/2);
 frameAccum = 0;
time = getTimer();
 
 timerHandler();
 
 function timerHandler()
 {
 if(!loadingComplete)
{
var loaded = _root.getBytesLoaded() / _root.getBytesTotal();

bar._xscale = 100*loaded;

 if(loaded == 1)
{
 loadingComplete = true;

 if(AUTO_PLAY)
 startMovie();
 else
 gotoAndStop("loaded");
 
 function startMovie()
{
clearInterval(intervalId);
 _root.nextScene();
}
 return;
 }
 }

Just replace it with this.

Response to: Variable help! Posted May 27th, 2010 in Game Development

At 5/27/10 05:06 PM, Spysociety wrote:
At 5/27/10 04:56 PM, zeefoes wrote: If you just starting, you might as well just start with AS3. Why bother with as2...
Because I don't want to keep changing everytime that changes the actionscript version!

But if you are starting AS3 is much better. The first one was in 1998, so they don't change it that often.
http://en.wikipedia.org/wiki/ActionScrip t

Response to: Time to say goodbye... Posted May 27th, 2010 in General

Coke is much better.

Response to: Jamming Tween Action Script 3.0 Posted May 26th, 2010 in Game Development

At 5/26/10 12:50 PM, muffin-brownie wrote:
At 5/26/10 06:41 AM, milchreis wrote: You should consider using one of the many tweening engines that are much more reliable than the built in Tween class.

GO seems to be the msot stable one when it comes to a lot of tweens.
Or try tweener.
Where do I find these engines? And don't say google I know that but if I type GO I dont think i'll get what I'm looking for

Derp

Response to: Hulk Hogan suing Cocoa Pebbles Posted May 25th, 2010 in General

It's just pathetic.

Response to: Hello Posted May 25th, 2010 in General

Yes it is possible.

Response to: SirWolfy sez drugs are bad Posted May 24th, 2010 in General

At 5/24/10 11:50 AM, SirWolfy wrote: Anyone give me any tips to make it better?

Try using humor.

Response to: Kool Aid Posted May 24th, 2010 in General

After drinking this more than once each aid forms together to create kool aids. If you stand in a warm place for to long the kool aids warm up and you now have aids.

Response to: Talking about logging off Posted May 23rd, 2010 in General

What do you mean logging out in general? Logging out of all websites?

Response to: AS3 preloader Posted May 23rd, 2010 in Game Development

There is loads of stuff about preloaders on Google.

AS3 preloader

Response to: Worst username on NG Posted May 23rd, 2010 in General

TomFulp.

Response to: Reccomendation Posted May 23rd, 2010 in Where is / How to?

At 5/23/10 08:51 AM, MaartenC wrote: I can't sorry.

Why did you even bother posting then?

To make flash movies you will need one of these(There are more but I can't think of them).
http://labs.adobe.com/technologies/flash cs5/ (expensive but it is the normal thing used)
http://www.toonboom.com/main/(still expensive but probably the best for animation)
http://www.pencil-animation.org/(free)
http://www.snapfiles.com/get/stickfigure .html(free)