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

We found 188 matches.


<< < > >>

Viewing 1-30 of 188 matches. 1 | 2 | 3 | 4 | 5 | 6 | 7

1.

None

Topic: Vegetarians Are Pussies.

Posted: 03/27/09 02:29 AM

Forum: General

More like vegetarians have pussies. Hah, but no, the meat industry is terrible.

Terribly delicious!

2.

Muted

Topic: Photoshop this fat kid

Posted: 11/24/08 10:37 AM

Forum: General

enjoy your ban cockgobbler


3.

Shouting

Topic: Male Genitalia

Posted: 11/07/08 12:41 AM

Forum: General

pics or it didn't happen


4.

None

Topic: Rap sucks

Posted: 10/25/08 07:28 AM

Forum: General


5.

None

Topic: Anal Bleeding

Posted: 04/05/08 11:16 PM

Forum: General

Why do you think i didnt want to recieve last night?


6.

None

Topic: Learn what real emo is seriously.

Posted: 04/05/08 06:04 PM

Forum: General

At 4/5/08 05:49 PM, Gunter45 wrote: Gay used to mean happy, and yet, the meaning has changed over time. Funny how that works.

Touche! Reading this made me recover some of the braincells i nearly lost reading the most of this thread.


7.

None

Topic: You know what I miss?

Posted: 04/05/08 05:56 PM

Forum: General

At 4/5/08 05:49 PM, l33t-soldier wrote: Greatest. Show. Ever.

Until Doug Stanhope and Joe Rogan took it over, at least i think it was Rogan... Not to say that it wasnt a good show still, just not Adam and Jimmy.

R.I.P. The Fox

Ziggy Zochy Ziggy Zochy Oi Oi Oi

8.

None

Topic: rock band > GH

Posted: 01/09/08 08:01 PM

Forum: General

Holy cow! This 10$ Quiznos sub is better than this 6$ Subway sub... THIS IS MADNESS


9.

None

Topic: V-cam As3

Posted: 05/02/07 06:51 PM

Forum: Flash

Im workin on one. Ill post it when if I figure it out.


10.

None

Topic: As3: Main

Posted: 05/02/07 04:53 AM

Forum: Flash

Here is pretty good one!
DevNet - Cookbook chapters


11.

None

Topic: rotation

Posted: 05/02/07 03:28 AM

Forum: Flash

var xDist:Number = _root.player.x - _root._xmouse;
var yDist:Number = _root.player.y - _root._ymouse;
var playerRad:Number = Math.atan2(yDist,xDist);
var playerAngle:Number = (180/Math.PI)*playerRad;
_root.player.rotation = playerAngle;

considering that the entity you are rotating it to is the mouse. Otherwise replace the _xmouse and _ymouse with entity2._x and entity2._y


12.

None

Topic: whatcha think of my game?

Posted: 05/02/07 02:40 AM

Forum: Flash

AWESOME. Not very in depth at all, but that can be good. For some reason, I can't get enough. Lol :D


13.

None

Topic: Actionscript question:

Posted: 05/02/07 12:38 AM

Forum: Flash

score = 0;

onEnterFrame = function(){
if(questionRight){
score+=1;
}
}

put on main timeline

you also hav to write code for questionRight in order to make it true or false based on what the player clicks


14.

None

Topic: In ActionScript 3.0...

Posted: 05/02/07 12:29 AM

Forum: Flash

Sorry for the double post. I dont know if this site is poorly designed, or if im incopitant, but I am having trouble finding the tutorial. lol


15.

None

Topic: In ActionScript 3.0...

Posted: 05/02/07 12:24 AM

Forum: Flash

Thanks a ton!


16.

None

Topic: In ActionScript 3.0...

Posted: 05/02/07 12:02 AM

Forum: Flash

Sweet. One question. Where on your computer to you store these scripts to be able to use them in any flash. well... another question lol.... how do u call these external programs?


17.

None

Topic: In ActionScript 3.0...

Posted: 05/01/07 11:53 PM

Forum: Flash

Ohhh. Wow. I see. So it would be like having your own library of code? Sweet. I could sit there and write useful things all day. And not have a goal! lol :D


18.

None

Topic: In ActionScript 3.0...

Posted: 05/01/07 11:47 PM

Forum: Flash

Yeah thats kinda what I was thinking, that its only crucial if you code externally. I would never do that, when I could just code in the flash environment.


19.

Questioning

Topic: In ActionScript 3.0...

Posted: 05/01/07 11:42 PM

Forum: Flash

How neccesary are the import statements such as import flash.events.mouseEvent; ? Because the code works the same without them.


20.

None

Topic: AS3 variable calling?

Posted: 05/01/07 01:49 AM

Forum: Flash

thanks!


21.

Questioning

Topic: AS3 variable calling?

Posted: 04/30/07 11:05 PM

Forum: Flash

I have the following, but I keep getting this error:1120: Access of undefined property keyPressed.

How do you call the variable keyPressed, which is inside another function?

function moveClip(event:Event) {
if(keyPressed = 68){
MC.x += 5;
}
}
function startAnimation(event:KeyboardEvent){
var keyPressed:Number = event.keyCode
MC.addEventListener(Event.ENTER_FRAME, moveClip);
}
stage.addEventListener(KeyboardEvent.KEY_DOWN , startAnimation)


22.

None

Topic: Actionscript 3

Posted: 04/30/07 08:34 PM

Forum: Flash

Thanks to both of you :D


23.

None

Topic: Actionscript 3

Posted: 04/30/07 08:15 PM

Forum: Flash

Ummm. I looked. And didnt see any ?


24.

None

Topic: Actionscript 3

Posted: 04/30/07 08:07 PM

Forum: Flash

The code goes on the main timeline right? Any time I place package{..} it gives me an error saying "packages cannot be nested"


25.

None

Topic: Actionscript 3

Posted: 04/30/07 07:59 PM

Forum: Flash

Haha. DAMNIT. I really want to learn it. But I can't get past the first step. lol. stupid packages. What do they even package. Certainly not a surprise. Unless it a big giant "FUCK YOU AS3 PROGRAMMER".


26.

None

Topic: Flash Team

Posted: 04/30/07 07:57 PM

Forum: Flash

You are retarded. The guy above me was right. Lol. Do you have any experience whatsoever, or are you just another ignorant little kid who thinks this stuff is easy. Practice. Make shit. Get good. Have some examples. THEN, MAYBE, people will want you on a team. MAYBE.


27.

None

Topic: Actionscript 3

Posted: 04/30/07 07:52 PM

Forum: Flash

Why do I keep getting "package" errors. Tutorials suck. "Packages can't be nested" in flash. So WTF? Anything I try to learn therefore doesnt work. Can anyone help?


28.

None

Topic: What is flex 2?

Posted: 04/30/07 07:39 PM

Forum: Flash

Thank You. Can anyone point me towards tutorials that do not discuss flex 2. It confuses me, and I keep having errors for "packages" and public and private classes. It says they cant be nested.


29.

None

Topic: What is flex 2?

Posted: 04/30/07 07:28 PM

Forum: Flash

A lot of tutorials are talking about it, and include it. What is the difference between it and flash? Do I need it? I would like to be able to just use the flash environment.


30.

None

Topic: Help with card game math.random

Posted: 04/30/07 05:57 PM

Forum: Flash

math should be Math.... its case sensitive


All times are Eastern Standard Time (GMT -5) | Current Time: 10:08 AM

<< < > >>

Viewing 1-30 of 188 matches. 1 | 2 | 3 | 4 | 5 | 6 | 7