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

We found 4,941 matches.


<< < > >>

Viewing 61-90 of 4,941 matches. 1 | 2 | 3 | 4 | 5 | 6 | 786165

61.

None

Topic: Cs3 Vs Cs4

Posted: 10/06/09 06:44 PM

Forum: Flash

CS4: CS3 with suped up stuff with FLEX and a bunch of other cool things. The only thing is you need at least a semi-good computer.

CS3: Equally awesome without the cool special tweens and the filters are a lesser quality.

I would go with CS4 if you have a good computer, if not just get CS3, only problem is CS5 is going to come out next year so i say wait it out.


62.

None

Topic: [as3] Rotating Shooting Help?

Posted: 10/06/09 04:48 PM

Forum: Flash

At 10/6/09 04:42 PM, Techno wrote:
At 10/6/09 04:08 PM, InnerChild548 wrote: Maybe this could help?
Helped a tiny bit.

But as you can see, the bullets come out of the back of the gun, and shoot at a different angle.

This is the code that is giving trouble to it.

shot.x = gun.x;
shot.y = gun.y;
shot.rotation = gun.rotation;

If you can figure out why it is not lining up with it, i've tried tons of things.

Another thing is i don't want a sprite for the movieclip, and when i try to add the movieClip as a bullet, it is giving me trouble.

Thanks for that though, at least SOMETHING is firing SOMEWHERE haha.

HAHA WELL FUCK ME SIDEWAYS!

shot.x = gun.x;
shot.y = gun.y;
shot.rotation = gun.rotation + 90;

I fixed it!

The only thing now is to replace the sprite with a movieClip instead, any help?


63.

None

Topic: [as3] Rotating Shooting Help?

Posted: 10/06/09 04:42 PM

Forum: Flash

At 10/6/09 04:08 PM, InnerChild548 wrote: Maybe this could help?

Helped a tiny bit.

But as you can see, the bullets come out of the back of the gun, and shoot at a different angle.

This is the code that is giving trouble to it.

shot.x = gun.x;
shot.y = gun.y;
shot.rotation = gun.rotation;

If you can figure out why it is not lining up with it, i've tried tons of things.

Another thing is i don't want a sprite for the movieclip, and when i try to add the movieClip as a bullet, it is giving me trouble.

Thanks for that though, at least SOMETHING is firing SOMEWHERE haha.


64.

None

Topic: Happy 21st Birthday Lynchedjohnny!

Posted: 10/06/09 02:57 PM

Forum: General

Happy Birthday JohNNY.

For you.

Happy 21st Birthday Lynchedjohnny!


65.

Crying

Topic: [as3] Rotating Shooting Help?

Posted: 10/06/09 02:39 PM

Forum: Flash

Still haven't found a solution... :(


66.

Crying

Topic: [as3] Rotating Shooting Help?

Posted: 10/05/09 10:45 PM

Forum: Flash

Ok i have this.

I created this by using this code:

import flash.events.*;

var gunyscale:Number = gun.scaleY;
var power:uint = 10 
var velocityX:Number;
var velocityY:Number;
var dy:Number;
var dx:Number;
var ang:Number;
var rot:Number;

velocityX = Math.cos(gun.rotation) * power;
velocityY = Math.sin(gun.rotation) * power;

stage.addEventListener(Event.ENTER_FRAME, moveMouse);
function moveMouse(Event) {
	Mouse.hide();
}
	
stage.addEventListener(Event.ENTER_FRAME, gunRoatate)
function gunRoatate(e:Event):void
{
    //Grab the angle
    var angle:Number = Math.atan2 (mouseY - gun.y, mouseX - gun.x);
    //Rotate the gun, convert angle (in radians) to degrees.
    gun.rotation = angle * 180 / Math.PI;
    
    if (gun.rotation < -180 ||gun.rotation > 180)
        {
            stage.removeEventListener(Event.ENTER_FRAME, gunRoatate)
        }
        else
        {
            stage.addEventListener(Event.ENTER_FRAME, gunRoatate)
        }
		
stage.addEventListener(Event.ENTER_FRAME, gunFlip)
	function gunFlip(e:Event):void
{
	dx = stage.mouseX - gun.x;
	dy = stage.mouseY - gun.y;
	gun.rotation = Math.atan2(dy, dx) * 180 / Math.PI;
	rot = Math.abs(gun.rotation);
	if(rot <= 270 && rot >= 90) {
		gun.scaleY = -gunyscale;
	} else {
		gun.scaleY = gunyscale;
	}
}
}

function bulletMove(bullet:MovieClip) {
	
	
}

As you can see, i am now having trouble firing with it. I want to make it so that when you click with a mouseDown, the bullet fires.

Another thing is getting it to keep firing while holding down the mouse. The tricky thing is the rotation. I don't understand how it is going to leave the gun at the angle.

I was told

velocityX = Math.cos(gun.rotation) * power;
velocityY = Math.sin(gun.rotation) * power;

would allow it to be fired from the angle of the gun, but i am still having trouble.

Help a brotha out.


67.

None

Topic: "I told you, Luis..."

Posted: 10/05/09 02:58 PM

Forum: General

"Oh Luis, I'm so sorry for not crossing my legs earlier, it was so rude of me. Here, let me do it now."

damn photoshop quality...

"I told you, Luis..."


68.

None

Topic: Bugs in the Lion King

Posted: 10/03/09 02:44 PM

Forum: General

At 10/3/09 01:35 PM, Ultor wrote: I remember they made a cereal or some sort of snack shaped like the bugs from the lion king maybe they had the same idea

They did in fact have a cereal.

I bet the movie made them look good so that kids would buy the cereal when it came out. Just another point in the plot for Disney's world take over.


69.

None

Topic: It is now December 7th, 1989.

Posted: 10/03/09 02:42 PM

Forum: General

I'm pretty sure today is October 3rd 2009...

It is now December 7th, 1989.


70.

None

Topic: Stickam Newgrounds Chat

Posted: 10/03/09 02:01 PM

Forum: General

Dobio isn't even in here :(

http://www.stickam.com/member/loadChatRo om.do?roomId=1345747

Col being awesome

Stickam Newgrounds Chat


71.

None

Topic: Bugs in the Lion King

Posted: 10/03/09 01:02 AM

Forum: General

Look how delicious they were...mmm

Bugs in the Lion King


72.

Goofy

Topic: Bugs in the Lion King

Posted: 10/03/09 12:58 AM

Forum: General

You know you wanted to eat them.

Admit it.

Bugs in the Lion King


73.

None

Topic: Dad 'n Me Halloween

Posted: 10/02/09 06:13 PM

Forum: NG News

Haha, i might actually have a flash out this Halloween...i better start now.

Also, EVERYONE GO BUY THOSE PLUSHIES BECAUSE THEY COME WITH DAD HEADS YOU CAN WEAR AND SCARE CHILDREN WITH!


74.

None

Topic: Dad N Me Plush

Posted: 10/02/09 06:11 PM

Forum: General

Oh, by the way for whoever didn't know this, it comes with the mask too.

the one seen in this picture.

Dad N Me Plush


75.

None

Topic: Dad N Me Plush

Posted: 10/02/09 06:08 PM

Forum: General

Already got one :)

First lolololol

But, the proceeds go to something that should turn out awesome. I bought the Alien Hominid, why not this?


76.

None

Topic: Classical guitarists/ Fingerpicking

Posted: 10/01/09 08:10 PM

Forum: General

You do realize that you don't finger pick with your nails?

It is called FINGER picking for a reason. Also, only thing finger picking is good for is acoustic, and even then a guitarist who only finger picks is garbage.


77.

None

Topic: OH SNAP! LICE!

Posted: 10/01/09 07:31 PM

Forum: General

I do not know whether to be freaked out by that picture or to think that it is awesome.

Just be careful and keep it away from your head D:


78.

None

Topic: Ackward Restroom Moments

Posted: 10/01/09 12:08 AM

Forum: General

Ugh i hate these.

You are at a urinal, and then some dude just gets up right next to you. The point is, there is another one right next to the one he chose, but no he has to be right on your dick.

That pisses me off so much. I always want to say something but like, i am pissing so it would be weird.


79.

None

Topic: Stickam Newgrounds Chat

Posted: 09/30/09 08:29 PM

Forum: General

According to stickAM, this is an identity thief.

Stickam Newgrounds Chat


80.

None

Topic: What If Ng/tom Fulp/wade Fulp-

Posted: 09/30/09 08:20 PM

Forum: General

What if Tom Fulp made a thread about "What if you were camping, and Wade came up to your tent with a flashlight"?


81.

None

Topic: Come on PalTalk!

Posted: 09/30/09 07:57 PM

Forum: General

GiantDouche giving us his life story.

Come on PalTalk!


82.

None

Topic: Malachy!

Posted: 09/29/09 11:45 PM

Forum: General

Uhh...ok?

the TECHNO ng (11:45:46 PM): So i'm like...supposed to appreciate you and stuff
MalachyNG (11:45:54 PM): eat shit faggot


83.

None

Topic: If Tom Fulp's Kid Were On Ngs...

Posted: 09/29/09 11:33 PM

Forum: General

I'd probably spam his userpage until he cried.

Yeah, i am just that damn hardcore. Also, if that didn't work i would reply to every post he made saying "Tom's kid."


84.

None

Topic: 36Holla, Myself and Wade met up!

Posted: 09/29/09 11:16 PM

Forum: General

At 9/29/09 11:13 PM, FBIpolux wrote:
At 9/29/09 11:11 PM, Techno wrote:
At 9/29/09 11:09 PM, FBIpolux wrote: Nope, nope, waldo has escaped once again.
Whoops, i meant this guy...
36holla ain't mexican!

Mexican? I meant this guy....

36Holla, Myself and Wade met up!


85.

None

Topic: 36Holla, Myself and Wade met up!

Posted: 09/29/09 11:11 PM

Forum: General

At 9/29/09 11:09 PM, FBIpolux wrote: Nope, nope, waldo has escaped once again.

Whoops, i meant this guy...

36Holla, Myself and Wade met up!


86.

None

Topic: 36Holla, Myself and Wade met up!

Posted: 09/29/09 11:07 PM

Forum: General

At 9/29/09 09:59 PM, FBIpolux wrote: Where's 36holla?

Found him!

36Holla, Myself and Wade met up!


87.

None

Topic: Teeth

Posted: 09/28/09 09:50 PM

Forum: General


88.

None

Topic: What do the mod. buttons look like?

Posted: 09/28/09 02:42 PM

Forum: General

Mods don't have any buttons.

When they are selected to become a mod, Wade goes into the forest and takes a stick. Then he takes the stick inside his house to an altar, and blesses it.

He mails the moderator he chose the stick, and whala, you have a mod.

What do the mod. buttons look like?


89.

None

Topic: Steel Panther

Posted: 09/28/09 02:16 PM

Forum: General

To be honest, that band is actually pretty fucking rad.

I am now going to buy a CD thank you very much.


90.

None

Topic: Photoshop Will Smith

Posted: 09/27/09 01:23 PM

Forum: General

District 9 + Will Smith = ???

Photoshop Will Smith


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

<< < > >>

Viewing 61-90 of 4,941 matches. 1 | 2 | 3 | 4 | 5 | 6 | 786165