Flash and shockwave

Miscellaneous Forums/General Discussion/Flash and shockwave

I am rather clueless on this, so figured I would ask;

How are flash games made, especially the ones that are integrated into a web browsers?. As I understand the language is called action script? and they are created in either flash MX 2004 or director, but i am not 100% sure. Hows about someone filling me in on it and also maybe a link to a tutorial on a simple game example?

http://www.tutorialized.com/tutorials/Flash/Games/1

Thank you for that link. So whats the program you need in order to create these then?. The tuts indeed do show me how, but now I want to know the what?

Macromedia, the company that created Flash, has been bought by Adobe a couple of years ago, and since then there have been some new releases of Flash. The current version is Flash (Professional) CS3. There is also the Flash-based FlexBuilder 3, which has an IDE based upon Eclipse and is more targeted at coders, whereas the Flash CS3 authoring tool aims more at designers. There is also the free Flex SDK that gives you an ActionScript compiler and other command-line development tools.

Then there is Adobe AIR, which extends the Flash environment so that you can create desktop applications. And then there is Flash Remoting, which allows your Flash/ActionScript application to use server side code as if it were running locally on the client. Flash Remoting works with Java, .NET, ColdFusion, PHP, Python and a bunch of other server-side platforms. Oh, and there's also a Flash Communication server, in case you want to integrate something like video conference features into your Flash application.

The ActionScript language has now reached version 3 and has become a more sophisticated object-oriented language with a curly braces syntax. Like JavaScript, ActionScript is also based upon ECMAScript.

Colin Moock has written some of the best books about programming Flash and the ActionScript language; "ActionScript: The Definitive Guide" and "Essential ActionScript" are must-haves. Visit http://www.moock.org/ for more info.

There are plenty of tutorials on the web - Google is your friend. But prepare yourself for a rather steep learning curve; Flash and ActionScript are harder to learn and more complex than BlitzMax, for example. And the more sophisticated development tools (FlexBuilder, Flash Pro) do not come cheap.

Making 3D flash games is very easy:
1) Download Flex 3.0 SDK from Adobe's site, it's free!
2) Download PaperVision3D 2.0 or some similar 3D engine for flash (Away3D, Sandy3D), but I think Papervision is still the best, the others are not quite reap yet. All are free!
3) Download FlashDevelop IDE, it's free!
4) Copy some tutorials (PaperVision3D has the best ones) and be amazed how easy it is to write 2D/3D games for flash.

Thanks, so as i get it - its possible to make these games for free using Flex 3.0 sdk and some IDE?

Are the free ones capable of all the things that the official tools can do?

tee hee,

check out my world cup keepy ups footy game from a couple of years ago here - programmed in Flash:

http://www.dtz.com/football

Check out the controls as its not easy.

IPete2.