00:00
00:00
cartoonbacon

Age 27, Male

eventually..

US of A

Joined on 10/15/09

Level:
12
Exp Points:
1,587 / 1,600
Exp Rank:
39,898
Vote Power:
5.46 votes
Rank:
Safety Patrol
Global Rank:
29,519
Blams:
61
Saves:
268
B/P Bonus:
6%
Whistle:
Garbage
Trophies:
3
Medals:
247

Programming Advice?

Posted by cartoonbacon - October 11th, 2013


Hey NG, any AS3 programmers out there know how someone like me with little to no programming experience in AS3 could get started and learn how to do it?
Maybe a youtube series?
Books?
Walkthroughs?
Or is it just best to self taught?

Programming Advice?


Comments

Every other thread in the flash forum.

milchreis.newgrounds.com has a good list of some basic stuff, but stuff like this gets asked a lot in the forum, so you might find some other good links.

Starting with a book would be great as you need to know basics of programming and the language itself. In the beginning just copy pieces of code and try to understand them. Functions and algorithms you know are like tools that you gather. I recommend that you always set yourself a difficult goal and then try to get as close to it as possible. Tutorials will help you with this. Just focus on what you find interesting or what could make your program more awesome. I think this is far more important than anything - play and experiment. It doesn't matter that you don't proceed in any specific order, you'll sometimes read a tutorial even after 2 or 4 years.

When you need to know more about a class, type its name and "livedocs" into google. The Adobe reference is brilliant:
http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/index.html

Getting inspired by random examples helps too:
http://hub.tutsplus.com/browse?utf8=%E2%9C%93&id=development&sections%5B%5D=Tutorials&tags%5B%5D=ActionScript

Self-taught?! What do you mean? You mean, like, pummeling your face into the monitor screen until you type brilliant & complex code?

Exactly!

Get a book. Something aimed at someone who has never programmed before. Doesn't have to be AS3

Youtube series:
Top-down shooter (AS2):
http://www.youtube.com/watch?v=pMfgWwOkKmc
FPS (AS3):
http://www.youtube.com/watch?v=EsavoX9EH4Y

Flash forum for all questions related to Flash or making Flash games:
http://www.newgrounds.com/bbs/forum/2

A book about ActionScript programming, and making Flash games:
http://shop.oreilly.com/product/9780596526948.do

My suggestion is to start with the basics of AS3 (or any other language you choose) and - depending what type of games you want to make and how you want to make it - pick a framework. I recommend the Flixel Framework for 2D flash games, it's easy to learn and you will not get frustrated and flip the table. You can know more about Flixel at http://flixel.org/ . Also take time to read this http://supermeatboy.com/134/How_do_I_get_started_programming_games___/#b . Hope it help you. Good luck!

AS3 is a complicated language, completely different from the previous version. Unless you need the features it offers, I'd say stick to AS2... if you know AS2. It's much easier to do simple things like stop a frame, go to a frame, open a link, etc.