Dezinerfolio

Flash

20 Free Tutorials to Create Your Own Flash Game #2

Flash Games have always been one of the best pass-times of all modern internet users. After getting some good response on our previous 20 Free Tutorials to Create Your Own Flash Game we dediced to come up with another round of it that includes another 20 cool flash based game tutorials.

1. Creating a Flash Shooter Game like SkyForce

dfGallery 1.0

The coolest web photo gallery

As stated on many other articles on this site, dfGallery is one of the coolest Galleries currently on the Web. We have tested this gallery to the maximum but still having it in Alpha cos I am sure there will be a lot more feature additions. You could also request for a new feature on this Gallery by commenting below.

StageUtil.as

Simple AS3 Class to Align Objects

As you all know that we have been working on the next release of the gallery, but is just eating up a lot of time in development as we are trying to use AS3 and provide advanced skinning options.

During this time we had to create a few helper classes to support the gallery’s requirement, and I just thought we could share the class out to the readers. The StageUtis class provides static methods to align objects similar to the Align panel in flash. Below is a simple code to align MC1 to the Left top corner of MC2

StageUtils.align(MC1, MC2, StageAlign.TOP_LEFT);

Please use the flash to view the different available options of aligning MC1 and MC2 using the StageUtils class.