You need a Grounds Gold Account to post on the NG BBS! If you don't have one, click here to sign up now! It's fast, free, and easy — and opens up tons of great NG features!

Author Search Results: 'Blue-Devil23'

We found 55 matches.


<< < > >>

Viewing 1-30 of 55 matches. 1 | 2

1.

None

Topic: looking for "stock" flash footage

Posted: 09/04/09 04:26 PM

Forum: Flash

Your best bet is searching for flash tutorials here or on google.

However, if that doesn't help, there are some flash downloads here


2.

None

Topic: Newgrounds For Blammed Content?

Posted: 07/29/09 02:29 PM

Forum: Flash

At 7/29/09 02:22 PM, IoIwut wrote:
At 7/29/09 02:19 PM, Blue-Devil23 wrote: Almost
they're not blammed though :/

That's why I said almost :/


3.

None

Topic: Newgrounds For Blammed Content?

Posted: 07/29/09 02:19 PM

Forum: Flash

At 7/29/09 02:15 PM, IoIwut wrote:
At 7/29/09 02:05 PM, Goatskape wrote: I am actually interested in seeing all the truly HORRIBLE stuff that has been blammed through the portal over the years. Is there a Newgrounds section just for the worst of the worst?
nope.

Almost


4.

Resigned

Topic: lurks in the shadows...

Posted: 05/02/09 07:19 PM

Forum: Flash

Go make it then


5.

None

Topic: Shape flag?

Posted: 05/02/09 07:17 PM

Forum: Flash

You need to be more speific


6.

None

Topic: Coding Help

Posted: 05/02/09 06:04 PM

Forum: Flash

Link

Please search before posting.


7.

None

Topic: length property not working

Posted: 05/02/09 06:01 PM

Forum: Flash

Don't worry. That's supposed to happen.

When you make an array with one value, it tells flash that the value is the number of elements in said array. If you make one with two or more, those values become the elements in that array.

If you want an array with a single value put:

var primary:Array = new Array();
primary[0] = 5;
trace(primary.length);

This outputs 1.

For more info read this


8.

None

Topic: stop(); Not Working?!?

Posted: 02/22/09 04:28 PM

Forum: Flash

A simpler way is just this:

if(Key.isDown(Key.SPACE) ){
	if(!spacePress){
		spacePress = true;
		nextFrame();
	}
}else{
	spacePress = false;
}

9.

None

Topic: Insect AI

Posted: 02/21/09 04:32 PM

Forum: Flash

Try this maybe?


10.

None

Topic: Swf To Exe Help.

Posted: 02/21/09 04:19 PM

Forum: Flash

If you made it (meaning you have the .fla) the just click publish the choose .exe.

If you don't have the .fla, then just get a trial of something like this: Click


11.

Expressionless

Topic: Stickman Animation. Smoothly.

Posted: 02/21/09 04:07 PM

Forum: Flash

I watched you anims and found that the walking was the best part(And that not a compliment). There's quite a lot of things wrong with them.

Help isn't hard to find:
General tutorials
Stick tutorials
More Stick tutorials


12.

None

Topic: Army Ops

Posted: 10/02/07 03:29 PM

Forum: Flash

Screenshots would be nice.


13.

Questioning

Topic: Blobs

Posted: 10/02/07 02:30 PM

Forum: Flash

Heres something that I've been working on. So far, it's just a few random clips.

Blobs Waring: Violence

Tell me what you think and what I can improve


14.

None

Topic: [official] High-def Sprite Contest!

Posted: 07/25/07 12:01 PM

Forum: Art

Just in time! Trunks
Better Pic: Pic

[official] High-def Sprite Contest!


15.

None

Topic: [official] High-def Sprite Contest!

Posted: 07/24/07 07:16 AM

Forum: Art

Zangief

[official] High-def Sprite Contest!


16.

None

Topic: [talk] High-def Sprite Contest!

Posted: 07/24/07 07:14 AM

Forum: Art

My 5th and probably final entry: Zangief

What do you think?

[talk] High-def Sprite Contest!


17.

None

Topic: mspaint thread

Posted: 07/24/07 06:12 AM

Forum: Art

A demon I made when I was bored

mspaint thread


18.

Shouting

Topic: [official] High-def Sprite Contest!

Posted: 07/21/07 04:56 PM

Forum: Art

Mutant goomba :O

[official] High-def Sprite Contest!


19.

None

Topic: [official] High-def Sprite Contest!

Posted: 07/21/07 02:48 PM

Forum: Art

Ken from street fighter

[official] High-def Sprite Contest!


20.

None

Topic: [official] High-def Sprite Contest!

Posted: 07/21/07 12:02 PM

Forum: Art

That dog from duckhunt

[official] High-def Sprite Contest!


21.

None

Topic: [official] High-def Sprite Contest!

Posted: 07/19/07 10:17 AM

Forum: Art

Bowser

[official] High-def Sprite Contest!


22.

None

Topic: Problem With Breaking Apart

Posted: 07/01/07 04:08 AM

Forum: Flash

You don't have to. That just shows where it's transparent. But if you really must, go on Modify>Shape>Trace bitmap, and change the fit to pixels. Then just click on the transparent/black part and just delete it. Hope that helps.


23.

None

Topic: Upcoming flash movie!

Posted: 05/25/07 06:18 PM

Forum: Flash

Not bad, but not that good either.


24.

None

Topic: move it along`

Posted: 03/25/07 07:18 AM

Forum: Flash

on(release){
_root.interface1._x=50;
}

That should work. If that doesn't go far enough, try increasing the 50.
If you want it to move to 50 gradually put this:

onClipEvent(load){
speed=5;
}
on(release){
_root.interface1._x+=speed;
}
onClipEvent(enterFrame){
if(_root.interface._x == 50){
speed=0;
}
}

I hope that helps.


25.

None

Topic: Motion Guides

Posted: 03/25/07 02:13 AM

Forum: Flash

Tut Please use google next time.


27.

None

Topic: Need Serious Help.

Posted: 02/24/07 05:06 AM

Forum: Flash

At 2/24/07 04:53 AM, dimondboi wrote: ok, so ive made a platformer, ive made 10 levels already, but this is my problem:

the levels arnt conjoined. i need the script, so if i hit the portal at the end of each level, it will go onto the next level, and so on. i also need a password script, so a password for each level.

Its Also 1100 x 800. which is double the automatic size. i honestly need to know if this size is allowed in newgrounds.

Hope you can help!

I don't recommend that you have 1100x800. Most people have a screen resolution of 1024x768.


28.

None

Topic: Flash 8 Help.

Posted: 02/18/07 05:30 AM

Forum: Flash

in the last frame of scene 1 put:
gotoAndPlay(2);


29.

None

Topic: actionscripting backgrounds scrolli

Posted: 02/18/07 04:47 AM

Forum: Flash

Tut


30.

None

Topic: hilarious review response

Posted: 02/18/07 04:45 AM

Forum: Flash

lol, noobs can't take criticism


All times are Eastern Standard Time (GMT -5) | Current Time: 02:29 AM

<< < > >>

Viewing 1-30 of 55 matches. 1 | 2