When I first determined to datatype my codes strictly, I had this illusion that I must assign everything according to their data types. Here’s an example of me being disillusioned : var age:uint = 2; // hardcoded value for testing var isBorn:Boolean = ( age == 0 ) ? false : true; trace( isBorn ); [...]
Entries from March 24th, 2008
Singapore Airlines A380 London Launch
March 13th, 2008 · Comments Off · Works
My first AS3 project is now live! The site features a gallery where users can upload their montaged images to celebrate the maiden flight of the Singapore Airlines A380 to London. Check it out here! While you’re there, do give the sorting function a try! Switch between the Vote & Date options to see the [...]
Tags:












