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

We found 397 matches.


<< < > >>

Viewing 1-30 of 397 matches. 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 91114

1.

Winking

Topic: Sonic Needs To Die

Posted: 11/14/09 07:08 PM

Forum: Video Games

Nah, Sonic doesn't need to die. He just needs to be back-tracked to the days of the Genesis.

Which is what Needlemouse HOPEFULLY does...

2.

None

Topic: Upgraded to Windows 7

Posted: 07/16/09 08:28 PM

Forum: General

I'm actually wanting to upgrade from Vista to Windows 7 RC, but I'm also worried that I won't be able to get the full version before the expiration date hits.

I even have the iso and everything.

3.

Elated

Topic: Let's finish off the numbers!

Posted: 07/10/09 11:28 AM

Forum: General

My number's the same frontward and back!


4.

Happy

Topic: if you could bring back one show...

Posted: 07/03/09 03:34 PM

Forum: General

Oh man! It's hard for me to pick only one show. I guess I have to go with Animaniacs. I've always loved that show!


5.

Happy

Topic: Screen resolutions

Posted: 07/03/09 08:45 AM

Forum: General

I'm above. 1440x900


6.

Winking

Topic: Game Of The Moment?!

Posted: 07/02/09 02:52 PM

Forum: General

I demand a 'Movie of the moment' section as well!

It's still pretty cool though!

7.

Shouting

Topic: Billy Mays DEAD!

Posted: 06/28/09 01:31 PM

Forum: General

GASP!!! Now who's going to scream into the camera to sell products!?

Rest in peace Billy...

8.

None

Topic: Old Cartoons That Should Be Movies

Posted: 06/24/09 06:11 PM

Forum: General

At 6/24/09 06:10 PM, DemitriousDoom wrote: I would really like to see Dexter's Lab hit the big screen. I also think it would work in live action.

If they used CGI for the moving glasses!

Freakin'...fixed it!


9.

None

Topic: Old Cartoons That Should Be Movies

Posted: 06/24/09 06:10 PM

Forum: General

I would really like to see Dexter's Lab hit the big screen. I also think work in live action.

If they used CGI for the moving glasses!

10.

Elated

Topic: Oh Shi- Art Portal!

Posted: 06/18/09 03:47 PM

Forum: General

Hey guys the art portal is back!!!


11.

None

Topic: Oh Shi- Art Portal!

Posted: 06/17/09 06:18 PM

Forum: General

At 6/17/09 06:16 PM, maxjason wrote:
At 6/17/09 06:15 PM, Proottalfain wrote:
Similarly, why would I submit any of my divine works to this shithole?

I dunno, to make this shithole...uhh...BETTER!?


12.

None

Topic: Oh Shi- Art Portal!

Posted: 06/17/09 05:53 PM

Forum: General

Hmm, I get this error saying that I need to upload a file, and yet I already did! Does anyone have any idea what I did wrong?


13.

None

Topic: Draw a 728x90 banner for Ad Blocker

Posted: 06/03/09 08:13 PM

Forum: Art

Got my ad image finished! Hope it's good enough...

Click here for full-size image.

Draw a 728x90 banner for Ad Blocker


14.

None

Topic: Wide Layout

Posted: 05/29/09 05:15 PM

Forum: General

At 5/29/09 05:03 PM, Proottalfain wrote: New wide layout all the way.

Fuck you conservatives, I want motherfucking change!

Amen to that!


15.

None

Topic: Wide Layout Update 2

Posted: 05/28/09 05:53 PM

Forum: NG News

A new layout and two updates to it in only one week!? My god...how soon will it be when the entire site goes wide!?


16.

None

Topic: Wide Layout Update 1

Posted: 05/27/09 08:16 PM

Forum: NG News

Although the updates are very good, I'm still going to stick with the new layout. Despite its rather "sloppy" design, it still feels great to play games and watch movies on a bigger screen!

I also love how the full screen, pop-up, and dim buttons were made in flash. :D

17.

None

Topic: Wide Layout

Posted: 05/27/09 06:12 PM

Forum: NG News

I actually like this, but I do think that it looks a bit unorganized.

Overall though, it's a great idea!


18.

None

Topic: Password help

Posted: 05/21/09 05:20 PM

Forum: Flash

At 5/21/09 05:16 PM, UberCream wrote: Hmmmm... Is the variable "password" set in the same movieclip that the button is in?

Yeah it is.

At 5/21/09 05:16 PM, Dugh wrote: Try this

Sorry, no dice.


19.

None

Topic: Password help

Posted: 05/21/09 05:11 PM

Forum: Flash

Sorry about that. Here's the code.

on (release) {
if (password eq "12345") {
gotoAndStop("correct");
}else{
gotoAndStop("wrong");
}
}


20.

None

Topic: Password help

Posted: 05/21/09 05:05 PM

Forum: Flash

For some reason, the password code for my flash keeps going to the "wrong" screen, even though I input the right text. I don't know what is going on. I made sure that I'm putting in the correct password, I checked to see if I made any typos i the code, and I checked to see if I correctly spelled the variable name on the text field.

Can someone please help me out?


21.

None

Topic: Saving and Loading help.

Posted: 05/16/09 09:11 PM

Forum: Flash

At 5/16/09 08:41 PM, knugen wrote: Well, it should be something like this:

myCookie = SharedObject.getLocal("myCookie");
gotoAndPlay(myCookie.data.savedFrameNumb er;

Remember to modify it in order to fit your save code.

Still doesn't work. So sorry for troubling you. And yes, I did make some modifications to fit my own code, but nope, doesn't work.


22.

None

Topic: Saving and Loading help.

Posted: 05/16/09 08:28 PM

Forum: Flash

At 5/16/09 03:27 PM, knugen wrote:
At 5/16/09 02:58 PM, DemitriousDoom wrote: What I'm wanting to do is save a certain frame, and then go to that frame when clicking the load button.
Then what you need to do is to save that frame number, and use it with a gotoAndPlay statement when the user loads. What you have done now is simply creating the cookie that will hold the information, not the actual info.

See what Vexagon did above, and check out this tutorial for more info if you need it :)

Sorry for asking, but could I get an example of the gotoAndPlay statement when loading the cookie? I tried the tutorial, multiple times, but I guess I'm a bit moronic when it comes to this kind if thing.


23.

None

Topic: Saving and Loading help.

Posted: 05/16/09 02:58 PM

Forum: Flash

At 5/16/09 02:55 PM, Vexagon wrote: What do you need to save? Well this is the way I save things (in this case save the money amout):

What I'm wanting to do is save a certain frame, and then go to that frame when clicking the load button.

I should probably add that I'm using AS2


24.

None

Topic: Saving and Loading help.

Posted: 05/16/09 02:56 PM

Forum: Flash

Alright, sorry about that here is my saving code:

var game:SharedObject = SharedObject.getLocal("ult_nightmare");
game.flush();

My loading code is the same thing as the first line in the saving code. When I try it out, it doesn't load.


25.

None

Topic: Saving and Loading help.

Posted: 05/16/09 02:48 PM

Forum: Flash

I'm wanting to add the ability to save and load for me game, but everything I've tried just isn't working. Can I have some help?


26.

None

Topic: Power of 3: Recruitment thread!

Posted: 05/15/09 03:51 PM

Forum: Flash

At 5/14/09 08:36 PM, DemitriousDoom wrote: 1) Currently Looking for a team.
2) I am an artist.
3) My deviantART page.
4) You can either PM me, or add me to skype. my skype name is: demetriousdoom
5) At this moment it's just me.

Hopefully I'll find some people.

Welp, I found a musician. Now I need a programmer.


27.

None

Topic: Waste Of time...

Posted: 05/14/09 08:58 PM

Forum: Flash

At 5/14/09 08:53 PM, ScorpionReturn5 wrote: It's not that I'm bored. What I'm trying to say is that nothing of it made sense when I got to the creation screen.

I didn't know where the hell to begin from left or right. I have a series I have in mind but it's too confusing for me to even make the start title.

You mean to tell me that you looked at the program only a few times, say it's a waste of time, and NOT look up tutorials on how to use this program?

Lots of people didn't understand it when they first started, but they also took some time in to LEARN how to use it. Just look at some tutorials and then you'll get the hang of it in no time.


28.

Happy

Topic: Power of 3: Recruitment thread!

Posted: 05/14/09 08:36 PM

Forum: Flash

1) Currently Looking for a team.
2) I am an artist.
3) My deviantART page.
4) You can either PM me, or add me to skype. my skype name is: demetriousdoom
5) At this moment it's just me.

Hopefully I'll find some people.


29.

None

Topic: Power of Three - Summer Event

Posted: 05/14/09 08:18 PM

Forum: NG News

I'd join, but there are two reasons I don't think I can. First one is that kaze666x and I are making a complete texture hack on Sonic Adventure DX. Second one is, well, I can't get a team assembled.


30.

Resigned

Topic: Wii, Ps3, Or X- Box 360?

Posted: 04/18/09 10:20 PM

Forum: Video Games

I dunno man. I kinda like the Wii. The console has more variety than FPS games. (Yes, I know, all PS3 and 360 games aren't FPS games, but a huge portion [spelling?] of them are.) I'm not saying that I think the PS3 and 360 blows. I like all the consoles. I just like the Wii a LITTLE better.

I got a small problem with the excessive FPS games...

All times are Eastern Standard Time (GMT -5) | Current Time: 06:57 PM

<< < > >>

Viewing 1-30 of 397 matches. 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 91114