versione italiana versione italiana
FlepStudio logo

Actionscript 3.0 Blog with Tutorials and free resources for Flash

>> Free Flash files

Events Scroller | Images Scroller | Multi FLV Player | Flash CS3 GuestBook | News Scroller | Tortillas - creator of simple graphs for statistical data | 3D images visualization free utility | Flash CS3 Uploader - free utility | Mini Gallery | Flash CS3 puzzle | Hit counter Flash CS3 + XML + PHP | Multi Audio Player | Newsletter module | Bluring Slide | Monthly Calendar | ShoutBox | StripGallery - Flash CS3 and XML gallery | Email Form PRO | MaskMenu | Elastic Gallery | PhotoNavigator | Pixellation - SlideShow | Email form | Analogue clock | FullScreen images gallery | Rotating header | Flash Portfolio | Polls System | Products Exhibitor | Mini Navigator | Drag Menu | Horizontal Menu | Quizzer | Mini Navigator 2 | Reflect Gallery | Events Scroller - version 2 | Rotating header 2 | Magnifying Glass | Zoomify | MenuVibration | Email form Flash CS3 and ColdFusion 8 | News Scroller 2 | Simple GuestBook | Captcha for Flash CS3 | Email form with pictures - Flash CS3 and PHP | FlepCharCode | Mac Menu | Header | Memory Game - Flash CS3 game | Flash CS3 CountDown | FLV Slide Show Videos | Illusion - images gallery | Tell A Friend | Flash RSS reader | ToolTip Flash CS3 - CS4 | Sliding Email Form | ComboMenuHeader | ComboMenuHeader PRO | Mac Front Row in Flash CS3 | FlaTwit - Flash and Twitter - twit this | Store Locator | Multi Video Player MAC style | Flash XML editor | BlurSlideShow | ImagesViewer | Video Gallery | Flash XML editor gallery 1 | 15 numbers game | Tipper vertical scroller with Iphone effect | YouTube Video Player by categories | GuestBook Flash CS4 | tweened menu | Twitter RSS reader | Xmas Flash header | Events Scroller - version 3 | TripleBox | BlackComboBox | Inertial Photo Portfolio | Fullscreen Background | Multi Categories Images Gallery | DropDown menu | CountDown version 2 | Advertising Flash banner | Quizzer version 2 | UEFA RSS reader | Flash Scrolling Portfolio | Video Player | Flash Gallery | Images Scroller version 2 | Images Scroller version 3 | Images Scroller version 4 | Europe map | Events slide show | Banner Rotator | Flash and Flickr image gallery | Flash and Picasa image gallery

From the category archives:

Drawing with Actionscript 3

Custom gradients using Actionscript 3.0

by admin April 27, 2010 Drawing with Actionscript 3

This example shows how to create custom gradients with Actionscript 3.0: Read more… Related posts No related posts.

Coloring regions of images using floodFill method of Actionscript 3.0

by admin November 5, 2009 Drawing with Actionscript 3

In this tutorial we see how to color the sections of an image using the method floodFill() of the BitmapData class of Actionscript 3.0. This method works almost like magic wand tool in Photoshop (or other photo editor) with a setting of zero tolerance. It fills in all contiguous regions of the same pixel color [...]

Drawing polygons

by admin October 30, 2007 Drawing with Actionscript 3

Greetings to all! I created an Actionscript 3.0 class which allows to draw polygons. Other then the practical use of it, this class is purely educational. It is a good example for those of you who wants to learn OOP programming and read the Actionscript 3.0 tutorials of FlepStudio . As any class, it has [...]

Graphic patterns

by admin September 24, 2007 Drawing with Actionscript 3

More then once, we saw how to design with Actionscript 3.0: – example 1 – example 2 – example 3 But, have you ever tried to design patterns with Actionscript? It is not so difficult and we can obtain some really nice backgrounds. Clearly who has good design skills could create them with Photoshop or [...]

Keeping track of the MovieClips using Arrays

by admin August 16, 2007 Drawing with Actionscript 3

Maybe you will have notice that I often create Arrays into which I insert MovieClips even when not necessary. It is true that I do have this habit but this technique has saved me more then once out of trouble. In the following example, I will draw in runtime using the interval ENTER_FRAME .  I [...]

Drawing with Actionscript 3 Example 3

by admin July 6, 2007 Drawing with Actionscript 3

Greetings Third appointment with the runtime drawing. Third appointment with the Drawing API of Actionscript 3.0. In this article, I will use the beginGradientFill mehod together with a Matrix similar to GradientBox. As always, I invite you, once the script studied, to try yourself some experiments giving space to your fantasy…and…why not, if you fancy [...]

Drawing with Actionscript 3 Example 2

by admin June 18, 2007 Drawing with Actionscript 3

Hey ! Here is the second article of a series ‘Drawing with actionscript 3.0′. For those of you who has not read the first article, you can read it here: Drawing with Actionscript 3.0 – script 1 This time I use the Point class to form the design. Black background and white lines but it [...]

Drawing with Actionscript 3 Example 1

by admin May 28, 2007 Drawing with Actionscript 3

Using Actionscript ( in this case version 3.0 ) you can create drawings at runtime. Applying some Trigonometry to Actionscript, you can really do some interesting things, often useful to add some nice little details to our Flash application. Obviously, the more Physics and Trigonometry you know, the more you get to know Actionscript, and [...]