Archive for the ‘News’ Category

KitchenSync version 1.6 released!

Wednesday, October 15th, 2008

KitchenSync version 1.6 is released! Guess what feature it doesn’t have yet… That’s right! There is STILL NO Color Tweening (unless you count ColorMatrixFilter tweens which it does have). However, I hope I can crank out and release version 2.0 over the next two weeks which would have it.

Here are some of the features that 1.6 DOES have:

  • Added a TweenFactory which provides an easy to use interface for creating new tweens including an object parser similar to FuseKit’s interface. You can now use something like:
    var tween:ITween = TweenFactory.newTween({target:foo, properties:"x:0~100, y:500~200", duration:"3seconds", scale:1~5});
  • Altered KSTween to use multiple tween targets. Now includes methods like addTweenTarget(). This allows you to tween multiple properties with a single KSTween object!
  • Added an optimized implementation of IAction called KSSimpleTween. This class showed a 25% performance increase over KSTween!
  • Added SoundTransformTarget for changing volume or panning of a sound.
  • Added new action groups including:
    • KSSimultaneousEndGroup which causes all children to end simultaneously. This is like a parallel group in reverse.
    • KSSteppedSequenceGroup for sequencing PowerPoint-like applications. This automatically pauses the group after each child is completed. Instant slideshow!
  • Finished adding IAction interface. This allows more flexible and customized use of the synchronizer by allowing you to create actions without using the AbstractAction superclass.
  • Also added ITween and ISynchronizerClient interfaces
  • Changed the license from LGPL to MIT license.
  • For a complete list, check out the ChangeLog!

To get the latest version, go to the Google Code project page. Thanks and enjoy!

KitchenSync demo contest deadline extended

Wednesday, October 15th, 2008

The KitchenSync demo contest’s deadline has been extended from today to next Monday, October 20. Get submittin’!

Flash player 10

Wednesday, October 8th, 2008

Its that time again. Time to get into the latest and greatest tech from one of those giant software engineering companies. This time, the tech is Adobe’s Flash player 10.

Step 1: download the Flex 4 SDK and the Flash player 10 (debug version).

Step 2: Create a fresh config file that will target Flash player 10.

Step 3: Use MXMLC to compile your Actionscript or MXML file.

Step 4: Explore AS3 with Flash 10!

I’ve only tinkered around a bit at this point. But as soon as I get a chance to build a crazy app, I’ll have a more thorough write-up. So far, I’m quite excited at the new features. Be sure to read up on the following:

new Vector class

The inverse kinematics package

The new Shader class

The all new text engine package

CS4 Launches on my birthday

Saturday, September 20th, 2008

Happy birthday to me. Adobe CS4 is scheduled to launch on my birthday, next Tuesday. To catch the unveiling, register here.

Announcing the KitchenSync demo contest

Tuesday, September 16th, 2008

Leading up to the debut of KitchenSync 2.0 at the <head> conference this October, I’ve decided to solicit the community for some help with creating AWESOME DEMOS that show off the sequencing library. I’ve also decided to do this in the form of an AWESOME CONTEST! This could be a great opportunity for you as a developer to (a) Try out KitchenSync for the first time (b) Get noticed by other developers around the globe and (c) win FABULOUS PRIZES! Details after the jump!

(more…)

IRL Update - Mims H. Wright is moving to LA

Monday, September 15th, 2008

After six years in Brooklyn, New York, Mims H. Wright, awesome Flash developer, is moving to Los Angeles, California where he will continue doing what he did before only this time with more sunshine. Moving day is 9/26… if you’re free that day, maybe you can help pack the truck. He will dearly miss New York, it’s inhabitants, and not-driving.

If you’re a resident of sunny L.A., drop me a line! Let’s be pals.

Understanding Comics Chrome

Friday, September 12th, 2008

The launch of Google’s new browser, “Chrome” has a lot of people talking. Rather than bog us down with boring technical details, Google have hired acclaimed comic book artist and author of “Understanding Comics“, Scott McCloud to explain the new features and how they were conceived. It makes for some interesting and very digestible reading.

Understanding Chrome

See Mims present KitchenSync at Singularity <head> web conference!

Thursday, September 11th, 2008

I’m honored to announce that I will be presenting at the <head> web conference (formerly called Singularity) this October 24-26th!  I’ll be talking about the basics of KitchenSync and what makes it so special. I’m very excited, not only to be a speaker (it will be my first time to speak at a conference), but also to be an attendee. This is the first(?) ever web conference to be presented exclusively online… so I expect you to be there!

<head> web conference: October 24-26, 2008

+
KitchenSync

Double Dissapointment

Friday, August 22nd, 2008

ECMA script 4 (or 3.1) and OpenGL 3.

I may be in the (rare?) position of being highly interested in two disparate technologies. The first being an online scripting language standard governed by ECMA (used in Javascript & Actionscript). The second, an open standard for real-time rendering governed by the Khronos Group (OpenGL). In recent days these two languages have faced most unfortunate developments. First the ECMA script 4…

(more…)

I Am Rich

Friday, August 8th, 2008

There is a new app on the iphone appStore called “I am rich” which is simply an image of a glowing ruby. The app serves no purpose except to provide a mantra with which to focus your financial energies. The app costs $999. Eight people managed to purchase this app before Apple put the kibosh on it.

More info

Incidentally, I AM RICH because the apple stock just shot up 4+ points.