The McLeodGaming forums were permanently closed on April 30th, 2020. You are currently viewing a read-only archive.
View unanswered posts | View active topics It is currently Fri May 15, 2020 9:35 am



 [ 155 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6, 7, 8 ... 11  Next
Programming Languages 
Author Message
User avatar

Joined: Sun Aug 17, 2008 5:39 pm
Posts: 1248
Gender: Anime Girl
Skype: Nacritico
Currently Playing: LOL
Thaiberium wrote:
The thing about Flash is that it was not originally meant for gaming. Neither was Java but I digress. If you're talking about embedding games in a webpage, Java is just as good as flash.



I never said Java was worse...

All I said is that Flash is way more popular.

And using a more popular plataform for your game, gives your more chances of getting your game played by a lot of people...

and let's face it .... why the hell would you create a free game if not for a lot of people to play it?

_________________
SALU2'S Image
_________________
Original forum: show
join date: January 08, 2007
Posts on old MG: 2432, level 16

Image
Image chóu


Sun Mar 15, 2009 8:41 pm
User avatar

Joined: Wed Nov 12, 2008 9:23 pm
Posts: 124
Location: Charlotte, NC
Gender: Male
Your code looks longer to me.

_________________
Game Maker Awesomenessness
http://www.youtube.com/watch?v=11DylA2AuJI

[NF] wrote:
*f#%$& you*


Image


Sun Mar 15, 2009 8:42 pm
User avatar

Joined: Sat Aug 16, 2008 8:38 am
Posts: 6670
Location: Darkest Antartica
Country: Pakistan (pk)
Gender: Male
Skype: Thaiberium
Currently Playing: The Game
Well I don't want to argue about stuff like that Narc :eew:

@necrolium: Try taking off the formatting. It's actually 3 lines if you look at it.

_________________
Image


Mon Mar 16, 2009 2:05 am
User avatar

Joined: Wed Nov 12, 2008 9:23 pm
Posts: 124
Location: Charlotte, NC
Gender: Male
What do you mean by the formatting?

_________________
Game Maker Awesomenessness
http://www.youtube.com/watch?v=11DylA2AuJI

[NF] wrote:
*f#%$& you*


Image


Mon Mar 16, 2009 5:12 pm
User avatar

Joined: Sun Aug 17, 2008 5:39 pm
Posts: 1248
Gender: Anime Girl
Skype: Nacritico
Currently Playing: LOL
Thaiberium wrote:
Well I don't want to argue about stuff like that Narc :eew:


You don't want to discuss because you know I'm right :3 ...

even when other lenguages might be better, flash is easier to distribute... no doubt about it.

@Necrolium:

He means that, instend of this:
Code:
 void Form1_KeyDown( Object^ /*sender*/, System::Windows::Forms::KeyEventArgs^ e )
   {
      if(e->KeyCode == Keys::Right)
{
Picturebox1->Location = Point(x+1, y)
}
   }


he should use this:

Code:
 void Form1_KeyDown( Object^ /*sender*/, System::Windows::Forms::KeyEventArgs^ e ){
      if(e->KeyCode == Keys::Right){
          Picturebox1->Location = Point(x+1, y)}}

_________________
SALU2'S Image
_________________
Original forum: show
join date: January 08, 2007
Posts on old MG: 2432, level 16

Image
Image chóu


Mon Mar 16, 2009 8:04 pm
User avatar

Joined: Sat Aug 16, 2008 8:38 am
Posts: 6670
Location: Darkest Antartica
Country: Pakistan (pk)
Gender: Male
Skype: Thaiberium
Currently Playing: The Game
It's cool Narc, I'll just use .jar files to distribute my whole Java applet and assets.

_________________
Image


Tue Mar 17, 2009 5:13 am
User avatar

Joined: Mon Aug 11, 2008 6:40 am
Posts: 1648
Location: ... Not America
Nac wrote:
Thaiberium wrote:
The thing about Flash is that it was not originally meant for gaming. Neither was Java but I digress. If you're talking about embedding games in a webpage, Java is just as good as flash.



I never said Java was worse...

All I said is that Flash is way more popular.


Even though Flash is used a lot, the second game making resource used online is.... Java.
An example would be runescape


Tue Mar 17, 2009 7:30 am
User avatar

Joined: Sun Aug 17, 2008 5:39 pm
Posts: 1248
Gender: Anime Girl
Skype: Nacritico
Currently Playing: LOL
Claus wrote:
Nac wrote:
Thaiberium wrote:
The thing about Flash is that it was not originally meant for gaming. Neither was Java but I digress. If you're talking about embedding games in a webpage, Java is just as good as flash.



I never said Java was worse...

All I said is that Flash is way more popular.


Even though Flash is used a lot, the second game making resource used online is.... Java.
An example would be runescape


Yeah, but... but... runescape sucks... what? who said that? :shifty:

_________________
SALU2'S Image
_________________
Original forum: show
join date: January 08, 2007
Posts on old MG: 2432, level 16

Image
Image chóu


Tue Mar 17, 2009 3:05 pm
User avatar

Joined: Sat Aug 16, 2008 8:38 am
Posts: 6670
Location: Darkest Antartica
Country: Pakistan (pk)
Gender: Male
Skype: Thaiberium
Currently Playing: The Game
Runescape, or heck, an MMORPG is possible in Java. For me, the only challenge is rendering the graphics. The way Runescape interacts with server-side files and calculation are not much of a stretch for me.

_________________
Image


Tue Mar 17, 2009 4:17 pm
User avatar

Joined: Mon Aug 11, 2008 6:40 am
Posts: 1648
Location: ... Not America
hmm... lemme try Java. I'll use Programmer's Notepad for all Java, C++, C#, and VB needs :)


Sat Mar 21, 2009 1:53 pm
User avatar

Joined: Sun Aug 17, 2008 5:39 pm
Posts: 1248
Gender: Anime Girl
Skype: Nacritico
Currently Playing: LOL
Claus wrote:
hmm... lemme try Java. I'll use Programmer's Notepad for all Java, C++, C#, and VB needs :)


I would suggest you to use 'Visual basic C++' and 'visual basic C#' for those two...

It allows you to be very tidy, and has an compiler/linker integrated.
So, when you are coding, you can just press F5 and run the program.

_________________
SALU2'S Image
_________________
Original forum: show
join date: January 08, 2007
Posts on old MG: 2432, level 16

Image
Image chóu


Sun Mar 22, 2009 11:01 am
User avatar

Joined: Sat Aug 16, 2008 8:38 am
Posts: 6670
Location: Darkest Antartica
Country: Pakistan (pk)
Gender: Male
Skype: Thaiberium
Currently Playing: The Game
Crtl + F5 is what I was taught...

For Java, NetBeans is pretty good if you wanna write some programs.

_________________
Image


Sun Mar 22, 2009 4:26 pm
User avatar

Joined: Mon Aug 11, 2008 6:40 am
Posts: 1648
Location: ... Not America
Thaiberium wrote:
Crtl + F5 is what I was taught...

For Java, NetBeans is pretty good if you wanna write some programs.

How much MB after it's installed?
I wanna keep my computer clean and fast as much as I can


Sun Mar 22, 2009 4:34 pm
User avatar

Joined: Sat Aug 16, 2008 8:38 am
Posts: 6670
Location: Darkest Antartica
Country: Pakistan (pk)
Gender: Male
Skype: Thaiberium
Currently Playing: The Game
Well I just happen to like NetBeans. But if you can find another Java interpreter that you prefer, then be my guest and use it.

_________________
Image


Sun Mar 22, 2009 4:40 pm
User avatar

Joined: Sun Aug 17, 2008 5:39 pm
Posts: 1248
Gender: Anime Girl
Skype: Nacritico
Currently Playing: LOL
Claus wrote:
Thaiberium wrote:
Crtl + F5 is what I was taught...

For Java, NetBeans is pretty good if you wanna write some programs.

How much MB after it's installed?
I wanna keep my computer clean and fast as much as I can


No idea.... too lazy to look it up. :sweat:

_________________
SALU2'S Image
_________________
Original forum: show
join date: January 08, 2007
Posts on old MG: 2432, level 16

Image
Image chóu


Sun Mar 22, 2009 6:40 pm
Display posts from previous:  Sort by  
 [ 155 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6, 7, 8 ... 11  Next

Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

cron
Powered by phpBB® Forum Software © phpBB Group
Designed by ST Software for PTF.