Posts Tagged ‘example’

A cool experiment with source to a AS3 class that breaks up vectors/bitmaps into particles and then moves them around in a semi-random firefly pattern.

See Lee Delisle has posted the sources of the his famous particle systems. They are purly awesome. Check the source code and develop your own particle systems or integrate it in your projects. I would loave to see them, so feel free to drop a comment pointing the url of your works.
Download the sources here

Good example by Andrew Trice, showing how to embed the bright new Google map into a Flex application.

Another great example by Matt from Evolve, showing how to tween the camera movements around and tracks other objects.
View the example and download support files

This tutorial will show you how to make some really great fireworks using Photoshop. It’s a great technique to use on celebration cards and posters, as well as graphics pertaining to holidays such as New Years and Independence Day.
Read tutorial and download support files

Alexandro Quarto released the source code of a great flash game. The source is available at Emanuele Feronato blog, where you can find also a small description from the Author about the game. A curiosity of this game, is that he coded all in one day.

This tutorial will explain the steps needed to turn this boring Prius into an awesome street racer. This tutorial is aimed at intermediate users of Photoshop, those who know most of its basic tools, and how to use them.

Template | Free Flash Template
Wednesday, April 23rd, 2008

This week free flash template. A cinematic layout.
Download | Demo

Tip | Taking a snapshot of an flv
Wednesday, April 23rd, 2008

I’ve seen this cool tip which let you create a snapshot preview of your flv at Dreaming In Flash. The following 3 simple lines of code, will enabled you to do it.

video.attachNetStream( null );
bitmapData.draw( video );
video.attachNetStream ( myNetStreamObject );

Another great tutorial from Flash and Math, on 3D.
This tutorial, will show you how to use the AS3 Tween class and its access to the built-in AS3 collection of ‘easing’ functions to produce interesting rotation effects for 3D objects. To illustrate the idea, we use the following example in which a hexagonal cylinder, drawn at [...]

Close