Drag Slide Fade 2.0 Class Library

This Class Library is one of the links sitting in my Links section for quite some time.

I didn’t have the time to check it out, but now that I did, I wished that I had checked it out earlier!

The link to the documentation is: http://www.brendandawes.com/dsf2/

The link to download the class is: http://www.brendandawes.com/downloads/dsf2.zip

What can you do with this you ask?

Lots!!!

To start with, it has a custom function for loading images.

This is what it does:
Loads an image into a MovieClip complete with a left to right progress bar and then fades the image up when it’s loaded

What your code will look like:
[code lang="actionscript"]
var i:Image = new Image(instanceName,1);
i.loadImage(”image.jpg”,true,true,false);
[/code]

Isn’t that convenient? There are more functions and classes in this pack which I haven’t go through in detail yet. But I think I definitely will post something about this soon. ;)

Respond to this post