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: 'El-Presidente'

We found 5,187 matches.


<< < > >>

Viewing 1-30 of 5,187 matches. 1 | 2 | 3 | 4 | 5 | 6 | 790173

1.

None

Topic: Programmer for a launce game

Posted: 11/26/09 04:01 PM

Forum: Flash

Sounds a bit much like this.


2.

None

Topic: AS: Bars (Health/etc)

Posted: 11/23/09 07:50 PM

Forum: Flash

At 11/23/09 07:43 PM, Pie-4Ever wrote: Yo, actually. If you want the bar to be alligned to the left or right, you could just easily move it so that little handy "+" is on the left or right (left side if you want it to extend rightwards, and vise-versa).

Month late on that one, man. Sorry :/


3.

None

Topic: C# Namespace Issue

Posted: 11/23/09 06:28 PM

Forum: Programming

At 11/21/09 03:41 PM, Callum123456 wrote: It would be easier if you just got a pc

Hah, I just realized today that I have my Windows XP disk, so I might as well add it with Boot Camp and just use Windows for this (hoping it works, partitioning right now). Just a little afraid because the partition thing didn't come up the second time I tried, but hopefully it'll get it all right!


4.

None

Topic: Artist Needed $:P

Posted: 11/22/09 07:49 PM

Forum: Flash

I wasn't saying that was a necessity, I was just offering something that might get more people interested. Dang Toast, calmate.


5.

None

Topic: Artist Needed $:P

Posted: 11/22/09 06:04 PM

Forum: Flash

At 11/22/09 04:29 PM, Toast wrote: Your "prototype" could be written in 5 lines. That's why people aren't taking interest.

Isn't the main idea behind prototype that you can become most of the things in the game? Or your arms change or something like that....So why not include that in the example?


6.

None

Topic: C# Namespace Issue

Posted: 11/22/09 05:21 PM

Forum: Programming

At 11/21/09 03:41 PM, Callum123456 wrote: It would be easier if you just got a pc

While it would, that doesn't solve my problem


7.

None

Topic: Yougrounds - Your Newgrounds!

Posted: 11/22/09 01:44 PM

Forum: Flash

That's so smart dude! You're making a Flash of Newgrounds on Newgrounds? It's what I've always wanted! I hope you're trying to make money off it, that would just make my day...even my week.


8.

None

Topic: [shmup] Surreal Level

Posted: 11/21/09 08:59 PM

Forum: Art

Johnny and Dahlia, you two are amazing! Both of you have an unbelievable number of unique ideas. Can't wait to play this level!


9.

None

Topic: C# Namespace Issue

Posted: 11/21/09 12:53 PM

Forum: Programming

Hey guys,
So I've been starting to learn C#, but recently when I was tinkering around with the GUI, my namespace gets screwed up. I'm using Mono on a Mac, so in order to compile I am using Terminal. I locate the directory / file and do:

gmcs Main.cs /r:System.Drawing /r:System.Windows.Forms

I need to do that step because System.Drawing and System.Windows.Forms are not built into mono, so in order to have the using step with them, that has to be done. It then gives me an exe file, which I open with:

mono Main.exe

My issue is that I then can't reference any of the custom classes. Here's an example. I have a class called Vector. When I removed using System.Windows.Forms and System.Drawing, and compile it in Mono itself, it goes perfectly and I can have something like:

Vector v = new Vector( ... )

But when I use Terminal to compile it (with or without the other usings), it gives me this error in Terminal:

Main.cs(12,25): error CS0246: The type or namespace name `Vector' could not be found. Are you missing a using directive or an assembly reference?

Is there any way to include the custom classes and fix this problem?


10.

None

Topic: The Flash 'Reg' Lounge

Posted: 11/16/09 06:08 PM

Forum: Flash

Woohoo! 17!


11.

None

Topic: how will he evolve?

Posted: 11/14/09 09:31 PM

Forum: Art

Nitro, give a better base picture and show one of your own creations that is quality. Then come back and do it right.


12.

None

Topic: Physics Engine C/c++ Program?

Posted: 11/14/09 05:02 PM

Forum: Programming

I'm doing it in C# in Mono, strike the topic. Thanks for all the help guys! :D


13.

None

Topic: how do you do 3D in flash?

Posted: 11/14/09 05:01 PM

Forum: Flash

It all depends on the extent of your shooter. 95% of the people who have posted in this thread seem to actually know less than what you're talking about and haven't looked what the first post even said. Just look at this, I don't think it was made with ANY program other than Flash: Stalin98's engine.


14.

None

Topic: Physics Engine C/c++ Program?

Posted: 11/14/09 09:54 AM

Forum: Programming

Sterance, I'm not going for a completely bull-shitted engine. My physics teacher motivated me to try and add as much as I can. I mean, his view was a bit unrealistic about adding things, I'm going to try and add as many forces and physical applications as possible. Appreciate the comment though.

Gust, I'll talk to you on AIM about the C++ comment.


15.

None

Topic: Bone tool in Flash 8

Posted: 11/13/09 07:18 PM

Forum: Flash

At 11/13/09 07:17 PM, angryglacier wrote: There is but it involves purchasing the latest version.

Har har har. You gave me the shits...and giggles.


16.

None

Topic: Physics Engine C/c++ Program?

Posted: 11/13/09 07:05 PM

Forum: Programming

At 11/13/09 06:18 PM, RyanPridgeon wrote: And Gust is right to talk about SAT, it's gonna be one of the more challenging parts.

Understandable, I didn't deny that.

Here are some cool resources for you.
http://myphysicslab.com/ (suggest work through those examples)
http://www.gamedev.net/reference/list.as p?categoryid=28 (some good gems in there)

Thanks a lot man! (I actually had "myphysicslab" open on the computer when you sent this :P)


17.

None

Topic: Physics Engine C/c++ Program?

Posted: 11/13/09 05:33 PM

Forum: Programming

At 11/13/09 07:42 AM, GustTheASGuy wrote:
At 11/12/09 06:17 PM, El-Presidente wrote: Also, Gust, when I was talking to you we were mostly talking about collision detection, not the physics themselves
It was integration. Surely you'd know about it if you had studied friction or gravities or such.

WE (at least I, when talking to you), was specifically talking about one type of integration, but we weren't discussing the physics of it. I'm not saying that making this involved NO physics, I'm saying we specifically weren't talking about it.

That would make separating axis more elegant, but that's still not the hard part.

I have the parenthesis there on purpose.

At 11/13/09 09:20 AM, liaaaam wrote: If you wanted to do an XBLA game you'd have to use Windows anyway, if you were using XNA (my assumption) and in that case you'd be using C# anyway.

Aye aye, Capitan! Thanks for telling me that. I think I'm still doing it in C++ anyway :) I'm also just going to do it in XCode, I was using it this morning, and so far there's not too much I have against it. Except sometimes the bugs can be a pain in the ass. I had never seen a bug say "There's an error around here," until today.


18.

None

Topic: Physics Engine C/c++ Program?

Posted: 11/12/09 06:17 PM

Forum: Programming

Do you all think using the XCode built in one is good? I was wondering if there's anything you all have against it...

At 11/12/09 06:08 AM, GustTheASGuy wrote: Is the physics engine only because you can't get the others to compile? That's not.. really in the way of knowing what you're doing. As you don't seem to know enough about physics to be serious.

No, that's not really why. I have the C/C++ Chipmunk one to compile. It's just that I kind of feel like it, just at least for some experience and fun.

Also, Gust, when I was talking to you we were mostly talking about collision detection, not the physics themselves (took honors last year, taking AP this year, and meeting with my teacher about it). I can continually read up on and look around about the collisions. I am also not going for all convex polygons, more just for probably squares, rectangles, circles, etc, which makes collisions significantly easier too (but not necessarily easy).

I'm meeting with my physics teacher about it tomorrow. Anything specific you all think I should ask him?


19.

None

Topic: Physics Engine C/c++ Program?

Posted: 11/11/09 10:26 PM

Forum: Programming

Hay hay hay!

So I'm contemplating creating my own physics engine, and while I would usually do my projects where I am familiar with (Actionscript / Objective-C), I'm thinking of making this engine in C and C++. I have a few reasons for this, but that's besides the point. In the meanwhile, I am not looking for someone to post saying "use Chipmunk" or "use Box2D!" This physics engine is to be created solely by my hands, with reviewing and referencing the other ones as little as possible.

So, the question I'm coming to, is what program do you think would be best to program the engine in? I was eventually hoping to much later move it over to be used in an XBLA type game if that is achievable (even though it probably isn't). I use a Mac with Leopard and am wondering what all of you recommend.

Thanks in advance,
Mike


20.

None

Topic: The Flash 'Reg' Lounge

Posted: 11/11/09 05:17 PM

Forum: Flash

At 11/11/09 02:35 PM, Deadclever23 wrote: Working Out

I do it for wrestling and it's a requirement for school when you're not doing a sport. It sucks, fuck that shit. Just get good genes and you should be ok. If you don't have good genes, get new ones :)


21.

None

Topic: Flash Game Developers Required

Posted: 11/11/09 11:45 AM

Forum: Flash

At 11/11/09 10:45 AM, citricsquid wrote: No need to be so hostile guys...

Confucius say: "Hostility is key to happiness."


22.

None

Topic: Is there a code?

Posted: 11/11/09 10:01 AM

Forum: Flash

At 11/10/09 10:28 PM, CloudEater wrote: timerReset = 20 * 25 //minutes x framerate

He meant seconds x framerate also. (FPS, not FPM)


23.

None

Topic: Physics

Posted: 11/11/09 09:59 AM

Forum: Flash

I have that book, it's a piece of crap. If you're looking into making a physics engine, you could always use a premade one. I'm actually currently trying to make one, which is really coincidental, but it uses a lot of work. I'm looking through tons of things to try and find out how to do it.
If you're trying in Flash, you might as well use a premade one, since they're so useful and easy to use. I recommend Box2D or glaze, they're bothgood options.

Box2D: Link!
Glaze: Link!


24.

None

Topic: Flash Game Developers Required

Posted: 11/11/09 09:48 AM

Forum: Flash

Start answering some price ranges. Either choose out games on Newgrounds and give us a hypothetical of what you would pay for those, or just answer Rusty's question. It's not too hard, and you're clearly avoiding answering it...no way to get people interested.


25.

None

Topic: My meteorite

Posted: 11/10/09 06:45 PM

Forum: Art

No detail. Lack of work put into it. Next time spend some more time and try a bit harder and maybe it'll look "quite right."


26.

None

Topic: Switching mouses in Flash Game

Posted: 11/08/09 08:56 AM

Forum: Flash

It looks like you're defining it in a place where it only works on the first frame. Try putting it either in an enterframe function of some sort, or just a function that goes off when you click the button.


27.

None

Topic: The Flash 'Reg' Lounge

Posted: 10/27/09 11:26 PM

Forum: Flash

The guy who Toast put down is not mentally challenged in any way. I have him on my AIM, I forget why, but last week he IMed me and asked me for help on something. I couldn't help and was pretty harsh when he kept pestering me, which only caused him to do it more. Kind of annoying, and he responded fairly rudely to what you gave him (only read first half a page or so). I don't think you should have been banned though, that's redikulus.


28.

None

Topic: The Flash 'Reg' Lounge

Posted: 10/18/09 04:58 PM

Forum: Flash

At 10/18/09 04:33 PM, Saza wrote: Should be fun.

Didn't read the whole lounge conversation, my bad! Gust told me what you guys were talking about after, I was skeptical of you asking for such a retarded idea, but now looking back it makes sense. XD


29.

None

Topic: The Flash 'Reg' Lounge

Posted: 10/18/09 04:41 PM

Forum: Flash

At 10/18/09 04:33 PM, Saza wrote: Haha. Oh and i'm making a game where you play as a character, movement with left and right and jump with up. You've got to jump on these... ledges... or, platforms i suppose to navigate through the level while collecting currency (or coins) to increase the score. Time will also play a major part in this game as the faster you finish it the better your score. I figured this would be to easy so i added enemies for you to get around.

Saza, not to be a total douchebag, but that was kind of a bunch of nice words to make the most standard game sound much better than it is. If you just look at it, you're saying you're making a game where you just on floating platforms, collect coins, avoid badguys, and are timed. I mean, unless there's some weird twist...


30.

None

Topic: Golden Sun psynergy sprites

Posted: 10/15/09 03:59 PM

Forum: Flash

At 10/12/09 10:54 PM, Aquarious2008 wrote: yeah I found those earlier but they're already animated so I can't really do anything with them

Of course you can. Well, unless you're not doing this in Flash, then you probably still can. Try more than one time before you come here and ask.


All times are Eastern Standard Time (GMT -5) | Current Time: 04:43 PM

<< < > >>

Viewing 1-30 of 5,187 matches. 1 | 2 | 3 | 4 | 5 | 6 | 790173