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: 'Treerung'

We found 554 matches.


<< < > >>

Viewing 1-30 of 554 matches. 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 91419

1.

None

Topic: Test This Demo!

Posted: 11/11/09 11:27 PM

Forum: Flash

Good but I suggest you include a jump button.


2.

Muted

Topic: The Kirby Collab

Posted: 11/06/09 03:39 PM

Forum: Flash

Goddamn this collab is complete trash..


3.

Crying

Topic: my first good fighting game

Posted: 11/05/09 07:40 PM

Forum: Flash

This involves the basics of variables..do it yourself!


4.

None

Topic: Programming Problems!

Posted: 11/04/09 02:07 PM

Forum: Flash

To fix the gun being upside down you should implement _yscale into your code.


5.

None

Topic: Really new to action script.

Posted: 11/02/09 10:56 PM

Forum: Flash

To make the code check your variables on every frame simply put it in an onEnterFrame function like this:

onEnterFrame=function()
{
//Your code
}

6.

None

Topic: A question about Flash MX

Posted: 10/31/09 10:29 PM

Forum: Flash

As far as animation goes I thought Flash MX works fine.

The only problems I had with it was writing code, which was a complete pain in the ass so I had to switch to Flash 8.


7.

None

Topic: c&c please

Posted: 10/31/09 09:26 PM

Forum: Flash

Way too choppy, you need to smooth it out by raising the framerate and just using more frames in your walkcycle.
Other then that its not bad, it just needs work.


8.

None

Topic: Gooey Balls Of Flash (gbf)

Posted: 10/30/09 03:56 PM

Forum: Flash

Do we really need to explain?


9.

None

Topic: Programmer needed!!!

Posted: 10/29/09 09:00 PM

Forum: Flash

Honestly, any code that is used in an art collab is so basic that your better off learning it yourself


10.

None

Topic: Congrats Knugen!!!

Posted: 10/29/09 08:13 PM

Forum: Flash

Congrats!


11.

None

Topic: Yay just got tablet

Posted: 10/28/09 09:29 PM

Forum: Flash

At 10/28/09 07:47 PM, ProfessorFlash wrote: You got a tablet and drew a stick guy?

Lol that was a waste of $100.


12.

None

Topic: fighting game AS2.0

Posted: 10/26/09 11:34 AM

Forum: Flash

if(Key.isDown(Key.DOWN)&&Key.isDown(Key.LEFT)){
this. gotoAndStop('crawlingFrame');
this._x -= 7; 
this._xscale = -100;
}
if(Key.isDown(Key.DOWN)&&Key.isDown(Key.RIGHT)){
this. gotoAndStop('crawlingFrame');
this._x += 7; 
this._xscale = 100;
}

13.

Sleeping

Topic: Making a flash, wanna join in?

Posted: 10/23/09 09:09 PM

Forum: Flash

Generally speaking, its a bad sign when the OP's highest rated flash is a clockday flash..


14.

None

Topic: Looking for Programming Tutor

Posted: 10/22/09 12:43 AM

Forum: Flash

No one is going to teach you programming..
Everyone here either taught themselves or took a class.


15.

None

Topic: Flash Programming Battles 2009

Posted: 10/20/09 08:10 PM

Forum: Flash

At 10/20/09 07:06 PM, Nicholas-Deary wrote: on(release) {
gotoAndStop(1) ;
}

I'm winning!

lol sadly, you are winning.
I haven't seen anything impressive at all in this thread..


16.

None

Topic: Legal Buds?

Posted: 10/20/09 12:22 AM

Forum: General

That legal bud shit is well shit..
The only decent substitute for weed is spice(us customs have actually started seizing spice because its so effective).
I buy it at spicesale.us
I think erowid also has some stuff on spice too.


17.

None

Topic: Fancy making a platformer coders?

Posted: 10/20/09 12:19 AM

Forum: Flash

Obvious troll is obvious..


18.

None

Topic: Now Hiring: Platformer Coder

Posted: 10/17/09 07:11 PM

Forum: Flash

You don't seem to understand.
It doesn't matter whether the character is a complete ripoff or just fanart..either way it will be a red flag for any sponsor that you show your game to.
You will not get a sponsorship unless you use your own art.


19.

None

Topic: Now Hiring: Platformer Coder

Posted: 10/17/09 12:48 PM

Forum: Flash

At 10/17/09 12:23 PM, PBass wrote: I disagree. Collaboration, when done properly, produces amazing things. That's where learning teamwork is important. However, I would not trust most Newgrounds users as a partner in a project, as most of them will drop it (I'm guilty of it myself) and let the other people carry the weight.

He wasn't referring to collaborations, he was talking about not using copyrighted sprites and using original artwork.


20.

Expressionless

Topic: Help with platformer

Posted: 10/17/09 01:15 AM

Forum: Flash

Noone is going to write the code for you.
We gave you some base codes and its up to you to make them work.


21.

Questioning

Topic: Now Hiring: Platformer Coder

Posted: 10/16/09 07:07 PM

Forum: Flash

So basically your not willing to pay anything, but hope you will get a sponsorship and then will pay..

don't think so..

22.

Winking

Topic: 5 Shades of Orange Collab!

Posted: 10/15/09 03:39 PM

Forum: Flash

Hmm..I'm more comfortable as a programmer then an animator and I'm usually uninterested in collabs, but I remember watching how nicely the previous versions of this collab turned(5 shades of purple, 5 shades of green) so I'm going to give this one a shot.
Add me to the list.


23.

None

Topic: I just dowloaded flash, any tips?

Posted: 10/14/09 10:49 PM

Forum: Flash

Are you a programmer or an artist?


24.

Crying

Topic: Treasure Hunt 2009

Posted: 10/14/09 10:27 PM

Forum: NG News

At 10/14/09 04:18 PM, TomFulp wrote: Also please Digg Glass Fish Rhythm Adventure ok thanks!

No thanks its terrible.


25.

Sleeping

Topic: Help with platformer

Posted: 10/14/09 08:33 PM

Forum: Flash

At 10/14/09 08:09 PM, luekil wrote: 2. Need help changing scenes. For example my character reaches a door and I want the scene to change to a diferent one when he stands on the door. How can I make this happen?
if(_root.character.hitTest(_root.door))
{
_parent.gotoAndStop("Scene Name");
}
3. How can I make that when I click over an object a video or sound appears? Simply using buttons or is there other way to do it?

Video I'm not sure about but:
With buttons just put the sound on the over frame of the button.
With movieclips put the sound on the second frame of the movieclip

onClipEvent(enterFrame)
{
this.onRollOver = function() 
{
		gotoAndStop(2);
}
this.onRollOut = function() 
{
		gotoAndStop(1);
}
}

Hope this all helps.


26.

None

Topic: New To Flash Animation

Posted: 10/14/09 05:36 PM

Forum: Flash

FBF is frame by frame..using this animation technique with a high frame rate of 20-24 FPS with create a very smooth animation.
As the other person mentioned, you really should avoid using sprites at all..instead use your own art and animate it.
This tutorial is very helpful for someone starting out..particularly the walk cycles section.
I suggest your first animation be a walk cycle and then apply the same idea to other more complex animations.


27.

Sleeping

Topic: Tetris'd Fight Game Collab Fixed

Posted: 10/14/09 05:26 PM

Forum: Flash

You don't seem to understand that you meet none of the requirements to host a collab..
New Collab Rules


28.

Resigned

Topic: Artist for Halloween Game

Posted: 10/12/09 08:59 PM

Forum: Flash

I'm not particularly interested but I recommend that you post the engine so artists can see what they are working with.


29.

None

Topic: looking for holloween game programm

Posted: 10/12/09 08:30 PM

Forum: Flash

Why hello there!

looking for holloween game programm


30.

None

Topic: "Americans are NOT stupid"

Posted: 10/12/09 08:11 PM

Forum: General

At 10/12/09 04:37 AM, Mr-Fluffykins wrote: the best thing about american, is that its a white nation, sure there overly conservative, and socialy un accepting, sure weed is the demon and gays are persecuted, but at least its white, and not eauopean white, its english white, and alot of their media is great, like hbo

Well at least you admit to the only thing that really matters.


All times are Eastern Standard Time (GMT -5) | Current Time: 04:19 AM

<< < > >>

Viewing 1-30 of 554 matches. 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 91419