Ask YC: How do I get Started Making Games in Flash?
16 points| tocomment | 18 years ago
I'm a strong programmer, just never used Flash before.
One idea I have if you're curious is you're a local Police director and you have to set up speed traps and cameras to make the most revenue. Sim Speed Trap?
[+] [-] riffplay|18 years ago|reply
The flex SDK is located here: http://www.adobe.com/products/flex/sdk/ It looks like the documentation there is quite good, though admittedly I haven't used it much. Any text editor would be fine; I am currently using SciTE with these options files: http://arthurdick.com/projects/as3/
Regarding graphical stuff, SVG graphics can be embedded http://livedocs.adobe.com/flex/201/html/wwhelp/wwhimpl/commo...
I haven't attempted any complex graphics creation yet, but one program I'm looking into is Inkscape: http://www.inkscape.org/
I'd highly recommend the Tweener class for animations. I only recently discovered it, and it has made my life much easier: http://code.google.com/p/tweener/
[+] [-] tocomment|18 years ago|reply
..Actually maybe start over at the begininng :-) I have no idea how flash works or how one makes it.
[+] [-] reitzensteinm|18 years ago|reply
A few people in this thread have said to, but do NOT buy Flash. Trust me on this. If you're a programmer, you won't be able to use the IDE - it's just not up to scratch. It's great for doing animation and such, but for structured code writing games more significant than pong, you'll want to use Flex.
The Adobe Flex IDE is pretty cool, however, the new version which I feel is worth getting is still in beta. Flashdevelop is fine for the most part. Flashdevelop + Flex is all you need to create .swf files.
[+] [-] tocomment|18 years ago|reply
[+] [-] byteCoder|18 years ago|reply
1. Obtain Adobe Flash CS3.
2. Pick up a couple books like _Adobe Flash CS3 Professional Classroom in a Book_ and _ActionScript 3.0 Game Programming University_.
3. Read, learn the Flash time line paradigm, and experiment with the examples in the book.
4. Code, test, and distribute your new Flash creation.
5. Profit!
[+] [-] tocomment|18 years ago|reply
[+] [-] e1ven|18 years ago|reply
Flex and BlazeDS are free and Open Source, and worth a look.
[+] [-] tocomment|18 years ago|reply
Can you still do graphical stuff with those environments, EG animated cars, etc for my speedtrap game.
[+] [-] menloparkbum|18 years ago|reply
You can try to do it with free tools (I did) but your game will ultimately be second-rate.
[+] [-] tocomment|18 years ago|reply
[+] [-] Mugurm|17 years ago|reply
Flash developers know quite a few tricks to get stuff to act as intended, so I would highly recommend a book on flash game design. I read one a few years back and it helped a lot with the intricacies.
[+] [-] mig|18 years ago|reply
- Instead of trying to create from scratch, get .swf/.as files for some free/open source flash game and hack your way through. With your strong coding skills, it would be a lot easier to hack through an existing piece of code.
[+] [-] bprater|18 years ago|reply
Dive into some Flash Game Programming books and Actionscript 3 books and look at free tutorials online.
The thing you'll have to figure out is what tool to draw your "sprites".
[+] [-] icky|18 years ago|reply