Jump to content

Can C++ Be Used In Internet Flash Games?

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
12 replies to this topic

#1
CommittedC0der

CommittedC0der

    Speaks fluent binary

  • Members
  • PipPipPipPipPipPipPipPip
  • 1,565 posts
Hello,I have been learning some basic C++ and was wondering would C++ be good to make internet flash games or should I try to learn Java instead? :confused:
A man can be defined by what he does when no one is looking.
Science is only an educated theory, which we cannot disprove.

#2
Orjan

Orjan

    Writes binary right handed and hex left handed

  • Moderators
  • 3,298 posts
flash is as far as I know written in "ActionScript"
__________________________________________
I study Information Systems at Karlstad University when I'm not on CodeCall

#3
CommittedC0der

CommittedC0der

    Speaks fluent binary

  • Members
  • PipPipPipPipPipPipPipPip
  • 1,565 posts
OK let me rephrase it is C++ good for making 2d games to put on the internet?
A man can be defined by what he does when no one is looking.
Science is only an educated theory, which we cannot disprove.

#4
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
Eh.. You'll need to write a plugin that your customers will have to install in their browser first. Java and Flash are the defacto languages for web games because they're generally already installed.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#5
CommittedC0der

CommittedC0der

    Speaks fluent binary

  • Members
  • PipPipPipPipPipPipPipPip
  • 1,565 posts
If I have to wright my own plugin and stuff it will probably be easyer to just learn Java then learn C++ some other time.Thanks for your help.
A man can be defined by what he does when no one is looking.
Science is only an educated theory, which we cannot disprove.

#6
CommittedC0der

CommittedC0der

    Speaks fluent binary

  • Members
  • PipPipPipPipPipPipPipPip
  • 1,565 posts
OK I'm not a big fan of Java how hard will it be to make a plugin?
A man can be defined by what he does when no one is looking.
Science is only an educated theory, which we cannot disprove.

#7
James.H

James.H

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 866 posts
What about actionscript ? Adobe Flash CS4 makes it very friendly to start learning to create flash games.

#8
CommittedC0der

CommittedC0der

    Speaks fluent binary

  • Members
  • PipPipPipPipPipPipPipPip
  • 1,565 posts
Thanks I'll look into it.
A man can be defined by what he does when no one is looking.
Science is only an educated theory, which we cannot disprove.

#9
JCoder

JCoder

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 245 posts

thegamemaker said:

OK I'm not a big fan of Java how hard will it be to make a plugin?

Extremely hard if it need to be portable, safe and fast. Well, just as hard as writing a fully-blown JVM. Java is the only technology now that has all these 3 features: Flash is slow and memory hog, Silverlight is not portable. Take JavaFX. Writing RIAs in it is a real fun.

#10
CommittedC0der

CommittedC0der

    Speaks fluent binary

  • Members
  • PipPipPipPipPipPipPipPip
  • 1,565 posts
OK I'll keep trying to learn Java.:(
A man can be defined by what he does when no one is looking.
Science is only an educated theory, which we cannot disprove.

#11
Davide

Davide

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 506 posts
Dude, just make the game in flash, why are you making things complicated by creating a whole new plug-in? Let me remind you that some people won't install it, and that it will take you a lot of time to make.

#12
chili5

chili5

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 7,247 posts
You can still go with Flash. It's a bit slow but you can still do a lot of really good things with it. Try out ActionScript.