Newgrounds.com — Everything, By Everyone.

Checking login status…

USERNAME:

PASSWORD:

Logging in…

Logged in as:
.
Logging out…
Inbox My Account Log Out


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

We found 723 matches.


<< < > >>

Viewing 1-30 of 723 matches. 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 91725

1.

Questioning

Topic: What does the "BBS" stand for?

Posted: 07/26/08 04:56 PM

Forum: General

Well, whats does it?


2.

Questioning

Topic: Square rooting in C++...

Posted: 07/26/08 04:08 PM

Forum: Programming

At 7/26/08 03:44 PM, authorblues wrote:
At 7/26/08 02:16 PM, DawnOfDusk wrote: I ended up putting the variables into double's instead of integers. (more accurate) so, yeah.
first, doubles are LESS accurate than integers, but have more range. big difference.
also, you didnt have much of a choice, since sqrt in C is only defined for floats and doubles.

But isn't a double allow numbers to go into decimals? which integers cannot do? so wouldn't that make is more accurate?

I should've said more range, I see that now, but why would an integer be considered more accurate?


3.

None

Topic: anybody need an animator

Posted: 07/26/08 03:56 PM

Forum: Flash

At 7/26/08 03:52 PM, micky315 wrote: becuase i need a coder

Great detail....

So, what for? what do you need the coder to do?


4.

None

Topic: Oppinion on view of a game?

Posted: 07/26/08 03:51 PM

Forum: Flash

Side view and Isometric are the best, and probably (along w/ platformer) the most challenging, I personally like the isometric view.


5.

Elated

Topic: Songs you're ashamed to know

Posted: 07/26/08 03:32 PM

Forum: General

B-A-N-A-N-A-S!

but yeah, I like Japanese stuff. good shit.


6.

None

Topic: Check first frame key is pressed

Posted: 07/26/08 02:27 PM

Forum: Flash

At 7/26/08 06:11 AM, Resolution wrote: This is how I convinced my friend to move onto learning Flash and ditch Gamemaker :]

Flash is better in almost every respect, apart from how easy it is to learn.

It's funny how I went from GM to flash, GM can get annoying over time, and actually does have some annoying glitches.

That was a good post, if the Topic Maker read the whole thing ppl actually have reasonable points.
GM is really a step down from flash.

One of the things that I love THE MOST ABOUT FLASH, is that it allows users to use as much or as little animation as possible, along w/ as much or as little lines of code as possible. GM normally requires quite a bit of both.
Regardless, flash games almost always... ALWAYS look nicer than a GM game.


7.

None

Topic: Square rooting in C++...

Posted: 07/26/08 02:16 PM

Forum: Programming

At 7/26/08 01:39 PM, sasuke2910 wrote: make sure you have #include <math.h> in your header then use this

result = sqrt (number);

Omg I got it, yay! =D thx to u both soo much.
I ended up putting the variables into double's instead of integers. (more accurate) so, yeah.


8.

Resigned

Topic: Square rooting in C++...

Posted: 07/26/08 01:29 PM

Forum: Programming

So, I was just practicing using "cout" and "cin" and messing around w/ variables in Dev C++, and I was just trying to make a basic pythagoream (sp?) example which had the user insert the hypotenuse and then a leg of a triangle, which then it would square both the hyp. and leg (using ^2), then subtracting them from eachother.

then I tried square rooting the final value using ^1/2 but I found it to not work... why not?


9.

None

Topic: Tower Defense

Posted: 07/26/08 01:21 PM

Forum: Flash

At 7/26/08 12:49 PM, teammember wrote: ahhh i downloaded the source but what do i do with it O.o
do i open it with the flash tool?? Because it wont open, td22 causes an error,
and td and td21 make it say unexpected file type

i dont want to make it anymore...

You wack disipin! (you do, honestly)


i have 30 days to make a dif game.

Why? Don't let your friend bitch you around like that...

any easy but awesome games i could make with macromedia flash MX?

one word, Arcade.

Although it's often used and there is a ton of them out nowadays, if you want to plz your friend just make one of those. (add a highscore btw)

just think of different ideas, and try to add something unique to the game.


10.

None

Topic: Powerpuff Burst Limit

Posted: 07/26/08 01:13 PM

Forum: Flash

At 7/26/08 01:05 PM, MajinThrenok wrote: I have an Idea already and its going to be different then the series of DBZ and the others its just the dbz drawings that I love so much and DBZ fighting influences but most of all the entire thing will be original I promise...

Well thats cool, but you shouldn't focus your drawing style on that of DBZ, even w/ an original story, it's unlikely that you will get frontpage w/ that. (Not that it's not possible)

And about the title it was my best I could think of I am not so good with titles, but basicly I just want to see how I progressed with the animation.

Couldn't you just put down something like "Working Title"?


11.

Questioning

Topic: The Flash 'Reg' Lounge

Posted: 07/26/08 01:05 PM

Forum: Flash

So, what is the most noobish thing you guys have ever done in flash (before you were where you are today)

Mine : I was trying to make some dots disappear over time so instead of using a shape tween, I made a square that had an alpha of 0 that matched the color of the backround and over 10 frames, I increased the alpha until I got to 100, and then made a blank keyframe.

lol


12.

None

Topic: Powerpuff Burst Limit

Posted: 07/26/08 12:55 PM

Forum: Flash

At 7/26/08 12:46 PM, MajinThrenok wrote:
At 7/26/08 12:37 PM, kylelyk wrote: looks kinda gay...
I dont care if you like it or not or what do you think, I am working really hard on this!
If you cant appreciate hard work then you dont have to watch this!

Why don't you make a series based on originality?
because really, the title seems like some messed up hentai cartoon. So instead of basing an entire flash off of a bunch of different mainstream shows, why not be more original? and come up w/ your own ideas?


13.

None

Topic: duplicated mcs

Posted: 07/26/08 10:49 AM

Forum: Flash

At 7/26/08 10:28 AM, kylelyk wrote: What is wrong with this code?

for (bc=1; bc<=1100; bc++) {
if (this.hitTest(_root["b"+bc]._x, _root["b"+bc]._y, true)) {
["b"+bc]getNextHighestDepth()//not sure about this
removeMovieClip(["b"+bc])//not sure about this
trace("hit1");
}
}
At 7/26/08 10:37 AM, kylelyk wrote: this code is on the frame.

var bc = 1000;
//bulletcount
_root.onMouseDown = function() {
bc++;
if (bc>1100) {
bc = 1000;
}
//Reset bulletcount
duplicateMovieClip("bullet", "b"+bc, bc);
//Create dupe bullet
};

ok, try something like this...

var bc:Number = 0; //make it 0, not 1000, 1000 is way to damn much, and creates uber lag.

_root.onMouseDown = function(){

if(bc + 1 <= 100){
bc++;
duplicateMovieClip("bullet", "b" + bc,bc);
//duplicate movie clip
}//stating that if "bc" is less than 100, add one to it.

}

for (bc=0; bc<=100; bc++) {
MC = _root["b"+bc];
	if (this.hitTest(MC._x, MC._y, true)) {
		MC.getNextHighestDepth();
               //Why give the MC a higher depth?
		removeMovieClip(MC)//not sure about this
		trace("hit " + bc);
	}
}

It's actually quite similar to your code but thats really all I can give you w/o knowing what you want to do w/ these MC's.

Ex. Do you want to player to continuously be able to spawn bullets?


14.

Questioning

Topic: duplicated mcs

Posted: 07/26/08 10:32 AM

Forum: Flash

At 7/26/08 10:28 AM, kylelyk wrote: What is wrong with this code?

for (bc=1; bc<=1100; bc++) {
if (this.hitTest(_root["b"+bc]._x, _root["b"+bc]._y, true)) {
["b"+bc]getNextHighestDepth()//not sure about this
removeMovieClip(["b"+bc])//not sure about this
trace("hit1");
}
}

nothing really seems to be wrong w/ the code, but 1100 is quite a bit of lag. How about you show us the code that actually duplicates the MovieClip?


15.

None

Topic: Rtil Took Egoraptors Place Zomg!!

Posted: 07/26/08 01:23 AM

Forum: General

This is an annoy subject to talk about, in the sense that they are both, very talented animators.
They both have things they could improve on.

basic ex.

Rtil :
-Don't bitch about the NG score system which survives on the left over donut holes left by fat 13 year olds w/ bitch tits.
-Don't be an ass to other authors, yeah, you may get more reconition but the "non-retards" on the bbs will notice that at the end of the day, your just another flash artists who whore'd and bitched to the world just for that + 1 view

EgoRaptor :
-If you truly want to continue, while continuing to earn respect from the "non-retards" on NG, you need to clean up your comedic act. It's all just to damn basic.
-Lose the Awesome series. Annoyingly, you made a message on MGA2 and declared that you were moving away from the series, I was happy. But you couldn't find out/decide on where to go next. So you decided to go where you're comfortable w/ Awesome Gaiden.

Thats the true two main flaws w/ both artists.
Say what you will, those are all facts.


16.

None

Topic: So, I made a Radar... =D

Posted: 07/21/08 11:03 PM

Forum: Flash

At 7/21/08 10:15 PM, El-Presidente wrote: Yeah, does your radar actually work on the side, or did you just program something that looks like a radar, but doesn't truthfully function like one. As in, you could move this to the side of a game, and with the right variables it would show the map basically.

Well I'd have to edit it... alot if you read above I only used about 50 lines of code but I might be able to do an engine based around whats on the screen. I would have to add alot to it, such as a bitmap thingy, ext. ext.

Right now it only shows the enemies, I could easily use a ratio to put these same enemies on the

Gaydar

lol.


17.

Blushing

Topic: your dream girl or guy...

Posted: 07/21/08 10:57 PM

Forum: General

At 6/15/08 01:31 PM, The-Prince-Of-Idiots wrote: Any one of these girls.

Epic Win.

Still, mine? Black Hair, past shoulders. (Or dark brown for you technical SOB's) who doesn't mind wearing long skirts and glasses...

I like that look, so much, I dunno why ;D

18.

None

Topic: The Big List Of Nickelodeon Shows

Posted: 07/21/08 10:51 PM

Forum: General

At 7/21/08 09:36 PM, ZeldaFreak701 wrote:
At 11/23/06 11:59 PM, Zwe wrote: How the fuck do you forget Hey Arnold?
Fucking seconded!

Really, that was one of the better shows of Nickolodean.


19.

None

Topic: So, I made a Radar... =D

Posted: 07/21/08 10:06 PM

Forum: Flash

At 7/21/08 05:54 PM, Saint-Jesus wrote: The dots nver reach the centre, make it so that they go towards the cntre but still move in other directions.
At 7/21/08 06:03 PM, Ismael92 wrote: It's very good, but sometimes the dots move randomly at a high speed and appear on some other place (or maybe they just teleport, I don't know, just watch it for some time and you'll understand).

Cheers

To both of those responds, yeah I know, I programmed it that way. I made it so the blips move slightly towards the center and once it gets so close, they "jump" to a new location.

I will most likely have to change it in a different way.


20.

None

Topic: Hey Dan Paladin...

Posted: 07/21/08 05:19 PM

Forum: Flash

At 7/21/08 05:17 PM, genious123 wrote: that's why I posted it here, for other people who want this too.

Name 5 other ppl who would make a topic about it...

You don't count

21.

None

Topic: So, I made a Radar... =D

Posted: 07/21/08 03:43 PM

Forum: Flash

At 7/21/08 03:37 PM, Paranoia wrote: It's still a little dodgy. The dots seem to show up way before the radar line passes through their middles. Other than that it's a real good idea.

thx, thats actually because of flash's hitTest system, and since I don't know shit for trig. I can't really find away around it... yet.


22.

Shouting

Topic: My swf over the 10 mb :(:(

Posted: 07/21/08 03:42 PM

Forum: Flash

erm, Wade? Hell I always forget on that one.


23.

Happy

Topic: My swf over the 10 mb :(:(

Posted: 07/21/08 03:40 PM

Forum: Flash

There are many great ways to compile, in fact, there are even tutorials on them!

But if it's such a great flash (Like "Intruder Returns") PM Tom Fulp and send him the .swf


24.

Misunderstood

Topic: So, I made a Radar... =D

Posted: 07/21/08 03:27 PM

Forum: Flash

OMG no! use this link.


25.

Winking

Topic: So, I made a Radar... =D

Posted: 07/21/08 03:25 PM

Forum: Flash

At 7/21/08 03:16 PM, zrb wrote:
It actually is a radial gradient. I made it a little stronger. But it's really not worth posting.
My mistake, I meant the background, which is shaped like a circle, but yeah make the background a radial green thing :D

Oh, =D

Still, that made it look sweet.

So, anyone know a good book w/ learning trig w/ flash?


26.

Resigned

Topic: The Flash 'Reg' Lounge

Posted: 07/21/08 03:17 PM

Forum: Flash

erm, error?

I was trying to quote zrb and say

"I would vote 0 but to show my conformistness I voted 1 (which I did =P)"

But I got an error when I tried to quote that said

ERROR - No thread exists in the bbs with the id you have specified.

What?


27.

None

Topic: So, I made a Radar... =D

Posted: 07/21/08 03:11 PM

Forum: Flash

At 7/21/08 03:01 PM, zrb wrote:
Done. <3
Awesome, you should make the circle a radial gradient : dark green to light green.

It actually is a radial gradient. I made it a little stronger. But it's really not worth posting.

If I can find that annoying trig to do it, maybe.

trig....ugh

28.

None

Topic: So, I made a Radar... =D

Posted: 07/21/08 02:57 PM

Forum: Flash

At 7/21/08 12:00 PM, GustTheASGuy wrote: Rightclick the link noob.

*Tears

Thanks.

At 7/21/08 01:50 PM, funkycaveman wrote: save target as means you right click the link and press save target as... and save it to you documets

I got it now =D

At 7/21/08 01:58 PM, zrb wrote: Awesome radar ! You should but a green grid in the background.

Done. <3

Here's the update, added the sound, + the grid. But I can't figure out a way to use trig w/ this...

sry for caps, BNIPFUBHSDNF_UOWHE _ui9naipnIPAN_IUS(_EIHF9-UINSI_CN

Oh yeah, the link.


29.

Goofy

Topic: Looking for an Artist/Animator

Posted: 07/21/08 01:34 PM

Forum: Flash

At 7/21/08 01:32 PM, Treerung wrote: Red rain which clears out the watertank instantly without a loss of time.

Thats neat, call it Acid Rain?


30.

None

Topic: Action Script-!!!tutor Wanted!!!

Posted: 07/21/08 01:32 PM

Forum: Flash

Ok, one thing before I say another... Your grammer sucks ass.

ok, now w/ that outa the way...
You want to make a website?
k.... so, what will be in this website thats so AS heavy?


All times are Eastern Daylight Time (GMT -4) | Current Time: 10:50 PM

<< < > >>

Viewing 1-30 of 723 matches. 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 91725