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

We found 5,035 matches.


<< < > >>

Viewing 1-30 of 5,035 matches. 1 | 2 | 3 | 4 | 5 | 6 | 787168

1.

None

Topic: The Flash 'Reg' Lounge

Posted: 07/09/09 08:30 PM

Forum: Flash

At 7/9/09 06:39 PM, KaynSlamdyke wrote: Make money off save game feature

Theoretically speaking it could work. Your always going to have those money-rich fanboys who'll chuck a buck towards anything. But overall, you'd probably be better off not.
Doing something like that would make players not want to play again, which is then cutting down your re-play audience which would heavily decrease profits from ad's both on the page and in the game.

Also, hi. Long time no see Newgrounds.


2.

None

Topic: The Flash 'Reg' Lounge

Posted: 03/28/09 08:40 PM

Forum: Flash

How do I post in here?


3.

None

Topic: How do I animate this?

Posted: 09/10/08 08:45 AM

Forum: Flash

At 9/10/08 08:40 AM, Chad-T wrote: Ok. But how? Do I make them look as if they're coming forward. Basically I need an example on how to animate it.

I'd suggest watching Adam Phillips' Prowlies at the river and observing how he does it.


4.

None

Topic: The Flash 'Reg' Lounge

Posted: 09/05/08 08:33 PM

Forum: Flash


5.

None

Topic: The Flash 'Reg' Lounge

Posted: 09/05/08 08:25 PM

Forum: Flash

At 9/5/08 05:50 PM, Blaze wrote: bluegrass, anyone?

Aah old friend. This lounge is full of people after those times.


6.

None

Topic: MIDI's in flash?

Posted: 09/04/08 02:49 AM

Forum: Flash

At 9/3/08 07:46 PM, ToasterDemon wrote: Why would you want to use a midi? The only way is to convert it to an mp3/wav, but if it takes up the same space, using a midi makes no sense.

Wow, way to make yourself sound stupid. A midi is an extremely highly compressed filetype that saves the notes of a song, rather than the frequency, then just passes those in binary form to a player. A midi file is around 1/1000th of the size of an mp3. A 3mb mp3 song is about 20kb in midi form.


7.

None

Topic: What should be the collab rules

Posted: 09/03/08 06:36 PM

Forum: Flash

At 8/23/08 06:53 PM, funkycaveman wrote: no... there are collabs popping up everywhere, i saw one today who had started a collab and it was their first post. that just spams the forums and toast, i knda like the reason for making the collab and why the leader should do it thing.

ooOoooh, wow! THERES A SPAM COLLAB TODAY! Something that HASN'T been happening for 3 years non-stop. Hey guess what, there's no way to stop it so just get used to it! You're a new user, you signed up in 08. Stop trying to act like you've been here for years.
You know whats even more annoying than collab threads? Threads that morons make to try to stop having so many collabs.
You're an idiot.


8.

None

Topic: The Flash 'Reg' Lounge

Posted: 08/19/08 08:15 AM

Forum: Flash

At 8/19/08 07:47 AM, patu1 wrote: Blah

No other reg ever concidered you a reg, thus you are not a reg. EDN.


9.

None

Topic: Dammit AS! Work for me!

Posted: 08/15/08 10:18 AM

Forum: Flash

Using the = sign DEFINES a value, whilst using a == sign checks equility.
so by saying

if(left=true){

You're defining left to be true.
You need to say

if(left==true){
//blah
}

You also need to do the same for the coordinates.


10.

None

Topic: object visible on a different frame

Posted: 08/07/08 06:15 AM

Forum: Flash

And why can't you just put the movieclip on the frame?...


11.

None

Topic: help with as3

Posted: 08/02/08 08:05 PM

Forum: Flash

STOP WAITING 10 FUCKING MINUTES BETWEEN BUMPS YOU MORON.

stop();
play_btn.addEventListener(MouseEvent.CLICK, playFunc);
function playFunc(e:Event){
	gotoAndPlay(2);
}

Not even going to bother to explain it. You're not patient enough to wait for help, so you'll never be patient enough to learn anything more advanced than that.


12.

None

Topic: As Help(mc Shit)

Posted: 08/01/08 07:33 AM

Forum: Flash

At 8/1/08 07:30 AM, Doomsday-One wrote: The other suggestions work great too, but I felt like suggesting an alternative =)

The only problem with your method is that if he is using scenes, it will go to the 50th frame from the first scene. Which means it would require a lot more to fix, and a lot more to change.


13.

None

Topic: as Q, math.random()?

Posted: 08/01/08 07:26 AM

Forum: Flash

It would be a stupid idea to use Math.round() with it, simply because the last 2 digits have half the chance of appearing as the ones in the middle.
For example:
Math.round(Math.random()*5);
Will return 0 when between 0 and 0.5;
Will return 1 when between 0.5 and 1.5;
Will return 2 when between 1.5 and 2.5;
Will return 3 when between 2.5 and 3.5;
Will return 4 when between 3.5 and 4.5;
Will return 5 when between 4.5 and 5;

So what you should be doing is:
Math.floor(Math.random()*6)+1 = between 0-5
or
Math.ceil(Math.random()*6)-1 = between 0-5


14.

None

Topic: As Help(mc Shit)

Posted: 08/01/08 07:20 AM

Forum: Flash

At 8/1/08 07:18 AM, Eredar wrote: er..

You'd need an enterFrame event handler assuming that the timeline was stopped - which logically, it would be - so the proper code would be:

onEnterFrame=function(){
if(mc._currentframe>=50){
gotoAndPlay(5);
}
}

15.

None

Topic: = and ==

Posted: 07/31/08 06:22 PM

Forum: Flash

At 7/31/08 06:14 PM, K-Guare wrote: If it does, i learned something today.

It does, but the difference is so minoscule that its barely noticable unless you're doing around 100,000+ interation.
We're talking, for a 100,000 loop of i++, 288 miliseconds to process, for i+=1 300 miliseconds to process


16.

None

Topic: Skill needed!

Posted: 07/31/08 08:38 AM

Forum: Flash

At 7/31/08 07:12 AM, killerwario wrote: Bullshit

Its people like you that should give up on breathing all together. Maybe you're just dumb and have no sense of logic whatsoever.
If you can't code, maybe you should try art. There's always good coders looking for artists.
And if you give up on that, whats wrong with just watching movies and playing games? Not everyones talented enough to make a game, and obviously you're one of those people.


17.

None

Topic: I need a programmer!

Posted: 06/20/08 03:56 AM

Forum: Flash

Jesus fucking christ, theres a topic RIGHT below yours asking for an artist. Whod'a thought you could post in there with your proposition?


18.

None

Topic: Circle hitTest problem

Posted: 06/09/08 08:52 AM

Forum: Flash

At 6/9/08 08:09 AM, Morningdeath wrote: Blah blah blah
onClipEvent (enterFrame) {
for (i=1; i<=360; i += 10) {
X = (Math.cos(i*(Math.PI/180))*_width/2)+_x;
Y = (Math.sin(i*(Math.PI/180))*_width/2)+_y;
if (_root.main.hitTest(X, Y, true)) {
trace("yay");
}
}
}

The problem here is that you're checking if the object is hitting itself.

onClipEvent (enterFrame) {
for (i=1; i<=360; i += 10) {
X = (Math.cos(i*(Math.PI/180))*_width/2)+_x;
Y = (Math.sin(i*(Math.PI/180))*_width/2)+_y;
if (_root.THEOBJECTHATYOUWANTITTOHIT.hitTest(X, Y, true)) {
trace("yay");
}
}
}

19.

None

Topic: Side scroller tutorial

Posted: 06/01/08 09:05 AM

Forum: Flash

At 6/1/08 09:01 AM, Skulsta wrote: Yeah pretty much but I need to know AS for enemies and weapons

Weapons means more variables, possibly an array and I already gave you a link for enemies.
We're not going to be there holding your hand and giving you all the code you want. You need to learn these things yourself.


20.

None

Topic: Loading a XML with input textbox

Posted: 06/01/08 09:02 AM

Forum: Flash

At 6/1/08 09:00 AM, adam2510 wrote: you might be able to make a dummy file but it is alot harder because you wont know the master key which allows flash to load the data :)

Decompile what now?


21.

None

Topic: Side scroller tutorial

Posted: 06/01/08 08:58 AM

Forum: Flash

Then you should know all about how to use variables to store health, and would just need some guidelines to writing AI.


22.

None

Topic: Loading a XML with input textbox

Posted: 06/01/08 08:54 AM

Forum: Flash

At 6/1/08 08:45 AM, adam2510 wrote: look if i do it right YOU WONT BE ABLE TO HACK IT

What makes you think that? Honestly, it'll be simple as fuck to hack. Think about it, if you can have a flash document load the data, then whats to stop someone else making a dummy file and loading it all in to simply project the data? You have no idea HOW to use XML let alone WHAT to use it for. What in the world makes you think you're going to be able to keep it secure?


23.

None

Topic: Loading a XML with input textbox

Posted: 06/01/08 08:42 AM

Forum: Flash

I can't wait to your insecure website is up so I can hack the shit out of it and show you just how fucking stupid you are.


24.

None

Topic: Congratulations Luis!

Posted: 05/31/08 09:11 AM

Forum: Flash

At 5/31/08 08:50 AM, El-Presidente wrote: Are you ever over here? And of course I'm not humiliating him, I'm showing the greatness and glory of our leader.

Broken sarcasm detector?


25.

None

Topic: Making a movieclip clickable once?

Posted: 05/31/08 08:49 AM

Forum: Flash

At 5/31/08 07:39 AM, Ssilver7 wrote: So something like

Right idea, just missed defining the variable on a load event

onClipEvent(load){
var pushed:Boolean = false;
}
on(press){
if(!this.pushed){ // If the button hasn't been pushed
this.play(); // Play!
this.pushed=true; //Tell the movieclip that it's been pushed.
}
}

26.

None

Topic: The Flash 'Reg' Lounge

Posted: 05/30/08 09:42 PM

Forum: Flash

At 5/30/08 09:30 PM, Coolio-Niato wrote: I wonder who will get the trophy...Neg or Mindchamber :O

Obviously Neg because Mindchamber is staff...

Congrats Luis and Neg. Both very deserving of the trophies.


27.

None

Topic: Vegetarians

Posted: 05/26/08 09:02 AM

Forum: General

Any dumbass vegetarian that tells me "I don't need meat, I have these pills to give me my protein instead" gets my "I don't need vegetables, I have these pills to make me vomit instead".
Everythings artificial these days. We don't need x because we have y that can do the exact same thing. So obviously, we eat it for the taste. And because it makes us feel good about ourselves. It's like "Hey, this animal died so I can enjoy this.".


28.

None

Topic: Dammit fuc u vcam

Posted: 05/26/08 08:56 AM

Forum: Flash

At 5/26/08 12:05 AM, 7IsUnlucky wrote: @ BFK: omg you posted :o

Yeah, 3000+ times...

Obviously you need to reinstall flash or upgrade your computer. Possibly copy/paste all the frames over to a new flash document. There might be a corrupt symbol. That would fix the problem.


29.

None

Topic: Strik3mast3r Evolves

Posted: 05/21/08 08:08 AM

Forum: Flash

At 5/21/08 05:03 AM, Strik3Mast3r wrote: I dont really know, what do YOU think of when you hear, STRIK3MAST3R.

Shitty animator, forum spammer, and idiot who puts 3's instead of e's.

Honestly, all you've done is draw a massive yellow blob over you and put a filter on it. Its nothing special...


30.

None

Topic: Just cuz im asking

Posted: 05/21/08 01:11 AM

Forum: Flash

That intro movie is for newgrounds sponsored flashes only. Some of Jazza's animations are sponsored by newgrounds so he can use it. If you think your flash is really good you could e-mail it to Tom and ask about a sponsorship.


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

<< < > >>

Viewing 1-30 of 5,035 matches. 1 | 2 | 3 | 4 | 5 | 6 | 787168