background preloader

Flash

Facebook Twitter

Interests

12 Websites To Help You Learn Flash/ActionScript. Adobe Flash is an excellent technology that allows developers to add interactivity and smooth animations to web pages. Its popularity is so immense that you’ll find many websites dedicated to helping developers interested in Flash. In this article, you’ll find 12 wonderful websites that’s worth a bookmark if you’re looking into sharpening your Flash development skills. For each entry, you’ll find three tutorials from the website so that you can see what’s in store for you. 1. kirupa.com kirupa.com is a site that features excellent Flash tutorials (as well as Silverlight, ASP.net, PHP, and Photoshop). There are plenty of well-written, detailed tutorials and articles pertaining to Flash sectioned into seven categories including Basic Drawing, Special Effects, Server-side Flash, and Game Development. Tutorial examples: 2. gotoandlearn.com Some people learn best by visualization and following along with the instructor step-by-step in real-time. 3. gotoAndPlay() 4. 5. 6. 7. 8. 9. 10. metah.ch 11.

Flash and ActionScript Tutorials. 20 Free Tutorials to Create Your Own Flash Game. Flash is a very flexible tool for building games that are both entertaining and educational. However, the software itself is a quite tough to learn and extremely hard to master. There are lots of websites providing free and paid tutorials of flash. Here we present you a bunch of free tutorials for game development in flash. Anyone who knows flash likes to create his own flash game. We believe these are the best free tutorials available in Flash Game Development. And all these tutorials come with the source files.! 1. This is a "time trial" racing game tutorial. 2. It is a shooting game where player / user have to shoot the flying balloons and gain the points. 3.

GuessNext, a simple card game with highscores. 4. Its a series of tutorials on how to develop Space Shooter game. 5. This tutorial will show you all the basics of creating a platform game, Collisions that automatically move up slopes, Jumping, Moving, Simple Scrolling, Basic AI, and health 6. 7. 8. 9. 10. 11. 12. 13. 14. 15. 17. Flash Tutorials, Training & Education: Webwasp.co.uk. Create an Impressive Magnifying Effect with ActionScript 3.0. Twice a month, we revisit some of our readers’ favorite posts from throughout the history of Activetuts+. This tutorial was first published in April, 2009. In this tutorial we'll create a magnifying glass effect, demonstrating use of the displacementMapFilter. The effect can be achieved in a relatively short space of time and with very little code. Final Result Preview Let's take a look at what we're aiming for: Step 1: Brief Overview We're going to work with two layers, plus an additional optional layer.

An optional fourth layer will be an overlaying graphic acting as the frame or lens surround. Lets look into it! Step 2: Document Setup First thing we need to do is make a new ActionScript 3.0 Flash file - make the document size 530px X 400px with a framerate of 30fps. Step 3: Import Resources Next we need to import an image that we can use for this effect - I found a cool, freely available desktop image at 1024px X 768px. Import this to stage and name the layer "Image". Step 5: Effect Scale.