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 568 matches.


<< < > >>

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

1.

None

Topic: scene feedback please

Posted: 12/03/09 08:55 PM

Forum: Flash

Great stuff.
it seems a bit old imo that with all motion in the water that everything else is motionless.

maybe a small breeze or something

2.

None

Topic: AS2 Script Help

Posted: 12/02/09 10:29 PM

Forum: Flash

Heh mixed up my code while changing some of the variables to yours..
This code is correct:

onClipEvent(mouseMove)
 {
 Xd = _xmouse - _root.turret._x;
Yd = _ymouse - _root.turret._y;
rotation = Math.atan2(Yd, Xd)
_root.turret._rotation = 180/Math.PI * rotation + 0;
 }

3.

None

Topic: AS2 Script Help

Posted: 12/02/09 10:27 PM

Forum: Flash

Should be something close to this:

onClipEvent(mouseMove)
{
Xd = _xmouse - _root.turret._x;
Yd = _ymouse - _root.turret._y;
rotation = Math.atan2(ydif, xdif)
_root.turret._rotation = 180/Math.PI * rotation + 0;
}

4.

None

Topic: Actionscript Help

Posted: 11/27/09 10:41 PM

Forum: Flash

var squarelocated:String;
squarelocated="Not located";
_root.inv_mc.note2_mc._visible=false;
onClipEvent(enterFrame)
{
if(squarelocated=="Located")
{
_root.inv_mc.note2_mc._visible=true;
}
}

5.

None

Topic: Need another artist for backgrounds

Posted: 11/27/09 06:27 PM

Forum: Flash

Based on your past submissions I think its fair to say there will likely be no "revenue".


6.

None

Topic: Medals?

Posted: 11/25/09 01:55 PM

Forum: Flash

You need to contact Tom for medals.


7.

None

Topic: Artist Needed $:P

Posted: 11/23/09 04:27 PM

Forum: Flash

You could have at least bothered to include basic physics


8.

None

Topic: How would YOU do this?

Posted: 11/21/09 01:34 AM

Forum: Flash

Solution: Don't make your first flash game so complicated that you don't know what you are doing.


9.

None

Topic: how can i find a good flash player

Posted: 11/21/09 01:31 AM

Forum: Flash

New To Flash? Read This First!


10.

None

Topic: hows this animation look

Posted: 11/19/09 07:19 PM

Forum: Flash

Try using a line thickness of 15-20 pixels.
It what I swear by for my animations!


11.

Sleeping

Topic: The Lazymuffin Draft Collab

Posted: 11/17/09 08:02 PM

Forum: Flash

At 11/15/09 02:39 PM, lgnxhll wrote: LOL man yea i dont let anyone borrow anything heres an example i was a drugmart my freind asked too borrow a doller and im like"get your own dollar you dirty homeless begger"

God that was awkward..


12.

None

Topic: Intrested In Forming A Flash Team?

Posted: 11/14/09 10:13 PM

Forum: Flash

At 11/14/09 07:05 PM, lgnxhll wrote: i can program and have a tablet and a few songs up my sleave im in if you question my skills look at the animation on this sucker
turret game
look at the turrets graphics not the crap-tastic enemies

Thats fucking terrible lol!


13.

None

Topic: Can it be helpful to jizz...

Posted: 11/14/09 04:29 PM

Forum: General

Also I think it depends on what medications you have taken.
Allergy and cough medicines typically make orgasm hard or impossible.


14.

None

Topic: A small thing...

Posted: 11/14/09 04:24 PM

Forum: Flash

A basic health script should look like this:

var health=100;
var attacked=false;
if(attacked==true)
{
_root.health-=5
}
if(_root.health<=0)
{
gotoAndStop("Gameover");
}

15.

None

Topic: Intrested In Forming A Flash Team?

Posted: 11/14/09 01:07 PM

Forum: Flash

I'm working on my own projects right now but I could give you direction and advice for programming if you need it.


16.

None

Topic: Want your song in my flash?

Posted: 11/13/09 06:15 PM

Forum: Flash

Also I don't see why you can't look for music in the AP yourself..thats typically how it is done.


17.

None

Topic: Test This Demo!

Posted: 11/11/09 11:27 PM

Forum: Flash

Good but I suggest you include a jump button.


18.

Muted

Topic: The Kirby Collab

Posted: 11/06/09 03:39 PM

Forum: Flash

Goddamn this collab is complete trash..


19.

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!


20.

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.


21.

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
}

22.

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.


23.

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.


24.

None

Topic: Gooey Balls Of Flash (gbf)

Posted: 10/30/09 03:56 PM

Forum: Flash

Do we really need to explain?


25.

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


26.

None

Topic: Congrats Knugen!!!

Posted: 10/29/09 08:13 PM

Forum: Flash

Congrats!


27.

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.


28.

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;
}

29.

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..


30.

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.


All times are Eastern Standard Time (GMT -5) | Current Time: 02:15 PM

<< < > >>

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