PDA

View Full Version : plz look


Mahdino
12-10-2006, 12:30 PM
Hi if i was in a team that develop a mmorpg i would probably choose to make character models or sprites can anyone tell me which program to use easy to make sprites at least i need a beginning im kinda trying to learn about programming to so can anyone give me a tutorial about both of this things a tutorial that is easy to understand plz i can english but not that advanced words :DD:D:D:D:D:

naruto1327
12-10-2006, 08:58 PM
I'd prefer if you specialize in ONE thing, programming or graphics, not both.

For a 2D graphics program, try the GIMP or PhotoShop (Google it ;))
For programming tutorials, look at the stickies.

MainChip
12-11-2006, 07:47 PM
Hi,

What language are you looking to be learning to program your game in?

MainChip.

Mahdino
12-12-2006, 05:44 PM
mainchip :D im totally new about programming so i dont know anything about diffrent language can you explain whats better with other language hope you dont mean other language like english , spanish and swedish :D

naruto1327
12-13-2006, 12:40 AM
He doesn't mean other languages like spanish and swedish :P

Programming has different languages, you could say. All of the differ a bit, but they all have one purpose: execute commands that you tell them to. So, basically, a programming language helps you tell the computer what to do.


As for the languages, the most popular ones for games are C++/C, Java, Visual Basic, and Flash.


I guess I'll give you some brief info on each.
Correct me if I'm wrong on the following list.

C - Sorry, I don't know much about it o.o
C++ - Powerful, slightly slower than C, but more accurate and less bugs. Also, it's an Object Oriented Programming (OOP) language.
Java - Also an OOP language. Can be put on a web page to play.
Visual Basic (VB) - Sorry, I don't know much about this either XD
Flash - Can be put on a web page to play right away, and I don't know much else, sorry :P

Hope that helps ;)
-NoodlePowa/Naruto1327

Dennis56
12-13-2006, 01:21 AM
He doesn't mean other languages like spanish and swedish :P

Programming has different languages, you could say. All of the differ a bit, but they all have one purpose: execute commands that you tell them to. So, basically, a programming language helps you tell the computer what to do.


As for the languages, the most popular ones for games are C++/C, Java, Visual Basic, and Flash.


I guess I'll give you some brief info on each.
Correct me if I'm wrong on the following list.

C - Sorry, I don't know much about it o.o
C++ - Powerful, slightly slower than C, but more accurate and less bugs. Also, it's an Object Oriented Programming (OOP) language.
Java - Also an OOP language. Can be put on a web page to play.
Visual Basic (VB) - Sorry, I don't know much about this either XD
Flash - Can be put on a web page to play right away, and I don't know much else, sorry :P

Hope that helps ;)
-NoodlePowa/Naruto1327


You've made some errors in your post

C++ isnt OOP biased it it has a some OOP
Java can't be put on a webpage (unless you use jsp) java can only be on an applet on a web page

naruto1327
12-30-2006, 05:23 AM
My bad, sorry. XD