actionscript 3.0

Linear navigation in Adobe Flash

 

This article will present you with a technique on how to work with linear navigation. The method shown is using the "neighbor-method" that can seem a bit cumbersome, but it gives plenty of flexibility. There are other methods, that solves it more effecient, but this is an easy-to-understand method. You can read an article (danish) about the method at http://wiki.hjaelpmignu.dk/wiki/index.php?title=Metoder_til_lineær_navigation
 

Getting hooked up with Starling

One of the more promising aspects of the new Flash Player and AIR runtime is the Stage3D object. The obvious and breathtaking improvements is seen in experiments like http://www.unrealengine.com/flash/ where you are moving around in a 3D landscape in realtime, with reflections, light and all the Unreal Engine can throw at you. Another great example is Unity, that exports to the Flash Player.

Pages