Posted on January 16, 2010, 10:46 am, by Daniel, under
actionscript.
Here is a brilliant post ‘Zooming in Flash & Flex’ on how to use the transform Matrix to zoom and rotate DisplayObjects. Daniel Gasienica writes well and has some great examples demonstrating to correct way to apply these transformations to your clips.
Using this method saves you messing around with the Point class and localToGlobal / [...]
Posted on January 16, 2010, 4:47 am, by Daniel, under
actionscript.
I’ve just launched my new portfolio site. This is v3.0 of sitedaniel.com, and takes a more minimalist approach to the design than the previous versions. This site is powered by ActionScript3.0 and XML, and uses some fun BitmapData effects.
link
Posted on December 18, 2009, 3:15 am, by Daniel, under
actionscript.
This is a fun ‘Flip’ Clock that is counting down the days until Xmas.
It is AS3.0 and chooses images randomly from a large set.
Online for a short time only!
Posted on October 11, 2009, 5:40 am, by Daniel, under
actionscript.
This is v2 of Fairytale Fights and a more complete and extensive site than v1. It is AS3.0 and XML driven, and uses the GAIA framework. It supports 6 languages and uses video extensively. This game looks like it would be great fun to play and the artwork for the game is brilliant.
http://www.fairytalefights.com
Posted on September 25, 2009, 6:10 am, by Daniel, under
Uncategorized.
This site for Moonbeam Films went live last week. It is AS3.0, XML controlled and uses the Gaia framework. It also uses the Google Maps API which is very easy to set up and use.
http://www.moonbeamfilms.co.uk
Posted on September 8, 2009, 6:19 am, by Daniel, under
actionscript.
Dissidia: Final Fantasy went live this week. It uses the GAIA framework and supports English, French, Italian, Spanish, German and Russian languages. The game looks great and has some amazing artwork!
http://www.dissidia-finalfantasy.com/
Posted on September 6, 2009, 2:13 am, by Daniel, under
actionscript.
Flash player 10 has many cool features including sound generation. My goal is to learn about these in greater detail. I have a project in mind that I’m going to be working towards and this is the first step in that direction.
Move your mouse from left to right to control the wavelength/pitch.
You will need Flash [...]
Posted on September 4, 2009, 7:51 am, by Daniel, under
actionscript.
UPDATE 29/09/09: This technique is possibly no longer valid with the latest version of Papervision3D.
Here is a small example I put together quickly today to demonstrate how to drag in 3D using Papervision and the InteractiveUtils.getMapCoordAtPointDO3D function.
Since my last post on this in December last year, the Papervision getMapCoordAtPointDO3D method returned object’s x and y [...]