Author Archives: Nuno Correia

Rich media ads with Flash

Tutorial on rich media ads from Adobe Flash Developer Center: http://www.adobe.com/devnet/flash/articles/rich_media_ads.html

Posted in Flash | Tagged | Leave a comment

Animation by code: Motion as XML

The “Copy Motion as XML” functionality in Flash can lead to some very interesting results. Besides a video mention in a previous post, you can also follow this tutorial on the subject: http://www.adobe.com/devnet/flash/articles/creating_animation_as3_07.html

Posted in Flash | Tagged , | Leave a comment

Animation by code: Tween class

As a complement to today’s focus on animation, the Tween class (and related classes) in AS3 can be used to quickly create animations by code. Link to a tutorial on the Tween class: http://www.republicofcode.com/tutorials/flash/as3tweenclass/ Adobe AS3 reference: http://www.adobe.com/livedocs/flash/9.0/ActionScriptLangRefV3/fl/transitions/Tween.html

Posted in Flash | Tagged , | Leave a comment

Best practices for ActionScript 3

Style Guide & Best Practices for ActionScript 3 (AS3): http://www.actionscript-flash-guru.com/blog/6-flash-gurus-style-guide-a-best-practices-for-actionscript-3-as3

Posted in Flash | Tagged | Leave a comment

Authoring mobile Flash content for multiple screen sizes

As previously mentioned, Flash CS5 will give Flash developers the ability to build and deploy native iPhone and iPod touch applications. With yesterday’s iPad announcement, the importance of designing for different screen sizes has become even more apparent. Android phones … Continue reading

Posted in Flash, iOS, Platforms | Leave a comment

Differences between Movie Clip, Sprite and Shape

AS3 introduced a number of new DisplayObject classes, including Sprite and Shape. Unlike MovieClip, they do not have timelines of their own. Shape is a more lightweight type of object that has limited support for interactivity, and cannot have children. … Continue reading

Posted in Flash | Tagged | Leave a comment

Arduino and Flash

At the Arduino web page/wiki, many resources can be found for combining Flash and Arduino, and for building physical computing projects with ActionScript. http://www.arduino.cc/playground/Interfacing/Flash

Posted in Flash | Tagged , | Leave a comment

We Choose the Moon – FWA website of the year

FWA has picked wechoosethemoon.org as website of the year. Wechoosethemoon.org is an interactive experience recreating the historic Apollo 11 mission to the Moon in real time.

Posted in Inspiration | Leave a comment

Augmented Reality in Flash

FLAR is an Augmented Reality (AR) toolkit for Flash: http://www.libspark.org/wiki/saqoosha/FLARToolKit/en Adobe has posted a nice AR tutorial here: http://www.adobe.com/devnet/flash/articles/augmented_reality.html

Posted in Flash | Tagged , , | Leave a comment

HYPE – Flash framework by Joshua Davis and Branden Hall

Last week I visited the Decode new media art exhibition at V&A Museum, London. There was one piece by Joshua Davis on display, and it was mentioned that it was built using the HYPE framework (by Joshua Davis and Branden … Continue reading

Posted in Flash | Tagged , | Leave a comment