May 30, 2003

Posted by: Oscar Trelles

Category: Uncategorized

Tags:

Great Flash experiences

Joshua Davis Studios* collaborated with the creation of a mini site for the new Volkswagen Phaeton. It is best suited for broadband connections.

On a side note, the site Joshua created for Barneys New York a while ago is gone for good. It seems like Barneys is working on a new site yet to come. If you never saw it, Joshua has archived it here.

*Joshua Davis Studios = Joshua Davis + Braden Hall + Malcolm Goodman

May 30, 2003

Posted by: Oscar Trelles

Category: Uncategorized

Tags:

Flash code hinting tip

This is another example of those little things that can be so helpful, even though they seem to be so simple. Daniel Dura shares with us this little tip about code hinting, and this is actually something I will use from now on.

Basically, when you want to see code hint for specific objects you need to use particular suffixes. For example, if you write ‘mymovie_mc’ it will trigger code hints for the MovieClip object. So, if you want to freely name your objects, add this line above your code:

//MovieClip mymovie;

That’s it! Just don’t forget the semicolon at the end.