By alan, on January 26th, 2006
This just in, from Warp9 Community:
altro link ultra-ultra-geek (solo testo e codice):
http://nodename.com/blog/category/actionscript/
che tratta di alcune questioni estremamente specifiche come il surface mapping . . . → Read More: Ultra Ultra Geek!
By alan, on January 16th, 2006
A couple of people requested the translation of the Japanese DMF Tutorial I referred to in my post Prospects for Immersive Panoramas in Flash. Here it is.
author: psyark
translation: Alan Shaw [all errors are mine]
Part 1
(Original text)
The DisplacementMapFilter is a filter that uses one bitmap to operate on another. The former bitmap is commonly called the . . . → Read More: Psyark’s DisplacementMapFilter Tutorial
By alan, on January 11th, 2006
There’s a thriving community of photographers producing interactive 360° panoramas. Some cool immersive galleries are at panoviews.com and panoramas.dk.
Panographers are always interested in new ways to present the experience over the web. Currently the main vehicles are implemented in Java (e.g. PTViewer) or QuickTime (QTVR). There is also some use of Shockwave . . . → Read More: Prospects for Immersive Panoramas in Flash
By alan, on November 2nd, 2005
A slight amplification of Patrick Mineault’s Graph class . . . → Read More: Graphing a Parametric Function Using Quad Curves
By alan, on October 18th, 2005
By alan, on October 14th, 2005
What’s up in intergalactic space today? What’s down? . . . → Read More: Flash 8 3D Particle Systems Experiment
By alan, on September 26th, 2005
… at least on my system. This past week I decided to upgrade my flocking simulation project to use the Flash 8 Point class. I had a 2D coordinate class, as I’m sure many people do, and I expected I’d retire it. But it turned out that changing over to flash.geom.Point slowed the . . . → Read More: The flash.geom.Point Class is Slow
By alan, on September 19th, 2005
It’s not difficult to create an abstract class in ActionScript 2.0. Here’s how. . . . → Read More: From C++ to ActionScript 2.0, 4: Abstract Classes
By alan, on September 12th, 2005
I was glad to see the latest in Lee Brimelow’s great series of video Flash tutorials, this one on making tooltips in Flash. I’d been meaning to implement tooltips in my current project for a while, and this got me going. But you know I always prefer to do it in code that I . . . → Read More: I Gotcha ToolTip Right Heah
By alan, on August 31st, 2005
In looking for ways to avoid Macromedia’s V2 user-interface components without writing my own, I’ve started using the FIS Components that come with the book Flash MX for Interactive Simulation by Jonathan Kaye and David Castillo. They are light-weight, good-looking, and smooth. The simple user-interface components include:
FISLamp: Simple indicator lamp
FISButton: Simple button
FISButtonToggle: Simple toggle . . . → Read More: Using the FIS Components