Archive for the ‘News’ Category

Balloono: Based on a True Story!

Tuesday, December 23rd, 2008

Balloono

Check out the latest ridiculous multiplayer chaos unleashed by those crazy, crazy test tube babies at IILWY, Balloono! I developed this game, but it wouldn’t exist without the awesome assistance of EJ, Ken, Daniel, and Charles. For taking it the last mile (or five) and adding lots of great art and polish, THANKS! Great work you guys! Oh yeah, and you’re cool too, Mark.

Keep coming back, ’cause I’m sure IILWY will be adding more levels and other bonus monkey jams! And hey, if you like the game, it couldn’t hurt to vote for it on Newgrounds, right?

Ribbit Killer App Challenge

Wednesday, December 17th, 2008

I’ve been taking a look at the Ribbit API which essentially is a platform for making phone calls from a Flash interface. It looks very easy to implement too.

Recently, they announced a “Killer App” contest for best use of the Ribbit API in a Flash/Flex/AIR app. I think I might give it a shot.

My new portfolio page

Saturday, December 6th, 2008

“Surely,” you might say, “An dashing and decadent, international entrepreneur and creative genius like Mims Hughes Wright III must have his proverbial shit together”, [pause], “Right?”

Wrong.

I’m just as lazy as the next guy when it comes to updating my portfolio page. In fact, I have for the past many years neglected to keep my portfolio page up-to-date as I imagine some of you probably have.

Since about 2003, it’s looked like this mucous-coloured collection of bad links:

As of this week, it looks slightly better!!!

But more important than looking better, the work on this page is up to date!!! I used object oriented PHP and mySQL for the backend and it actually stores an archive of every project I’ve ever worked on. The images are pulled in from Flickr using  phpFlickr. It also generates XML data from the database so I could move this to Flash later (5 years from now).

Even though I’ve designed and re-designed my site over the past few years and had very lofty ambitions, I actually managed to finish the new portfolio page and the homepage in less than a weekend. I know it’s not gonna win any FWA’s, but I’m proud of myself and I hope it is an inspiration for you to stop thinking about updating your site and start updating your site.

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’!