Elements the Game Forum - Free Online Fantasy Card Game

Other Topics => Off-Topic Discussions => Tech Talk => Topic started by: Chapuz on March 06, 2013, 12:33:06 am

Title: Starting programming Flash
Post by: Chapuz on March 06, 2013, 12:33:06 am
I finished my exams, so now that I have some free time I want to learn programming in Flash (for making little games, tools, stuff)

Sooo does anyone know where can I start programming in Mac? Like Actionscript, but for Mac. Somewhere where I can make objects, program them  and stuff.

Thanks in advice.
Title: Re: Starting programming Flash
Post by: Drake_XIV on March 06, 2013, 12:34:49 am
Would it really be smart to start up a Flash based program now?  Especially since support is dropping?
Title: Re: Starting programming Flash
Post by: Chapuz on March 06, 2013, 12:36:34 am
Would it really be smart to start up a Flash based program now?  Especially since support is dropping?
What other language should I learn to make little browser games?
Title: Re: Starting programming Flash
Post by: Drake_XIV on March 06, 2013, 12:44:28 am
Well, you could try using Scirra (http://scirra.com).

If you get a free developer's license, you could make a pretty penny selling them to Microsoft.

The free version is good enough as is.
Title: Re: Starting programming Flash
Post by: Chapuz on March 06, 2013, 12:49:41 am
Well, you could try using Scirra (http://scirra.com).

If you get a free developer's license, you could make a pretty penny selling them to Microsoft.

The free version is good enough as is.
That's non-programming required, that sort of engines use to create inefficient programs that end running slow, iirc.
Title: Re: Starting programming Flash
Post by: TribalTrouble on March 15, 2013, 10:20:52 pm
html5 is supposed to be really easy to make programs for iphones, ipods, etc. I've heard it called the 'new' flash. Also, I'm currently learning C++ and Objective C with XCode. Eclipse is good if you decide on Java. Do google research, find out what each language is best at (in simple language, not programming language, that will drive you bonkers!) doing. Make sure you know what sorts of things you want to eventually program.

 Knowledge of multiple languages allows you to be more adaptable to common problems you may run into, and you will know how to handle each one. Be careful of crazy things like a single symbol missing, a "1" in place of a "i", etc., when you eventually start programming.
Title: Re: Starting programming Flash
Post by: andretimpa on March 16, 2013, 12:28:23 am
I'm a big fan of Python, but if you want something to be run out of a browser (typical use case for flash), html5 is indeed a good alternative.
Title: Re: Starting programming Flash
Post by: Chapuz on March 16, 2013, 01:05:57 am
ugh, HTML5 is NOT an object-oriented program (unpess I put loads of Javascript in). Well, I guess it can work. Is there a program that makes the programming simple? Because I don't think a notepad is the best place for that increadible amount of tags without typing mistakes
Title: Re: Starting programming Flash
Post by: andretimpa on March 16, 2013, 02:43:40 am
Get a text editor with syntax highlighting. On mac a good option is TextWrangler. Also, writing plain html and plain javascript is a pain unless it is something short, so it might be more productive if you get a tool to help you automate some of the parts (this is more a tip if you want to do something serious, for learning it's best to get your hands dirty).
Title: Re: Starting programming Flash
Post by: Anarook on March 26, 2013, 06:17:31 am
Java has one of the highest ranges of use and comes in a nice variety of flavors.
Try notepad++ or eclipse for a programming environment.
Also, never used Python myself, but hear a lot of good about it.
blarg: