Archive for the ‘Labs’ Category:
Tweensy adds much needed effects support

I was lucky enough to recently acquire a beta version of the Tweensy library from Shane McCartney over at Lost In Actionscript. I’ve taken my first crack at using the engine and I have to say I’m very excited to see what is still in store for this promising library. Currently I use Tweener for all my projects. It is quick, painless and very simple to use. It doesn’t support filters and uses mainly static methods. Tweensy on the other hand has support for many different types of effects that all developers yearn for (BitmapLayer is my favorite). Tweensy is broken down in easier to manage pieces that help keep the file size down. Be sure to check back often for more demos as I expand my knowledge of this great new piece of work. Oh, and I almost forgot to mention…Tweensy has support to “yo yo” a tween!
Drop.io AS3 Library Update
UPDATE: I have posted what there is for files on Google Code. The code currently is considered as-is with no support.
So as I mentioned in this post, I have been working on an AS3 library for interfacing with the new Drop.io API. Since my announcement, I’ve been getting some great support from both developers and the Drop.io team. It has been a while and I wanted to let you know I’m still working on the library. I’ve got some free time coming up soon, so I hope to use that time to get something ready for a beta stage.
Keep checking back for more updates! My goal is to have it complete by the end of the year.
Drop.io AS3 Library
UPDATE: I have posted what there is for files on Google Code. The code currently is considered as-is.
So I mentioned in my last post about the new Drop.io API and how easy it is to use. Well, since then I’ve been playing around with the API in flash and accidentally started an AS3 Flash library for the API. Hopefully I’ll have enough time soon to complete it so other Flash developers can use it to create their own Drop.io apps. The image above is one of the first tests I was working on that started all this.
I will be posting updates on the library, so be sure to check back. If anyone has already started working on an AS3 library, feel free to post a comment. Any help or support I can get is appreciated!
The New Drop.io API: Drop.io Desktop Manager
![]()
UPDATE: This application has been altered. The finished product is called Droplet and be viewed HERE
Over a year ago I had the pleasure of working on the team that created Drop.io. I had built the original Flash uploaders. Since then, the Drop.io team has been hard at work and just last week released a new version of the site with a TON of great new features. My absolute favorite is the new Drop.io API. Getting a FREE key is simple and very quick (possibly faster than getting a FREE drop)! With only an hour into it, I’ve already managed to move, delete, and add assets quickly and painlessly. I can’t wait to get some more time into this and build out a drop manager in Adobe AIR.
Keep checking back for more status updates, I hope to have the Drop.io Desktop Manager available soon!
Until then, check out some of my other AIR apps…
Super Duper Desktop FLV Player
The File Furnace
False 3D in Flash: Displacement Maps

We recently had one of our interns slave over getting a Displacement Map Filter project off the ground and displaying a flat image in faux 3D. After long hours of slavery, his hard work paid off and we recieved this great tutorial that blows most out of the water. Great work Joel, now get me a damn cup of coffee!
Even Better Flash AS3 FPS Stats
I had written a post a while back about using the Handy FPS box. Recently I was sorting through some code and remembered I had found a prettier more informative as3 fps stats box. This one is from Mr. Doob, you can download it from his Google Code Repo.
Example Code:
import Stats;
addChild(new Stats());
[ via ricardocabello ]
Play With Spider – Flash 3D

OneMotion.com has put together a neat experiment using flash and 3D (Papervision?). The demo is basically just a spider crawling around following your mouse in 3D perspective. There is a crontrol panel to alter different characteristics of the spider (Body Scale, Speed, Leg Reach, Height, etc…).
Great Job, creepy, but cool!
Adobe AIR NativeMenu and NativeMenuItem(s)
I have dabbled a bit in AIR for sometime and really love the ability to make an “official” feeling app for Windows while working in flash. How much more official can you get than altering the NativeMenu of the window with whatever you want (rendered in text that is). You are at the mercy of the OS, but still, I can even place line separators if I want! Read on for the code…
Papervision Video Plane
UPDATE: I’ve uploaded the source for this project as is. I’ve got nothing for comments in the code, so your on your own. Feel free to leave a comment with questions and I’ll try and answer them. Get the Papervision Video Plane Source
There is a possible upcoming project that may involve video with perspective. I have been using Papervision for a couple of other projects and figured I would put together a demo to see how well it handles. Enjoy


