I have been asked to present at Flash Camp St. Louis this year! I’m calling my talk: Tween, the Impossible Tween! Animating Outside Display Object Properties We’ll use the Greensock tweening engine and some basic OOP principles to create some really cool visual effects. I’ll show you how to setup a a complex radial animation [...]
Entries Tagged as 'Things I’ve Learned'
Flash Camp
August 17th, 2010 · 1 Comment · Things I've Learned
Tags:actionscript·as3·flash·St. Louis
Anchor Links w/ Flash in Safari
February 18th, 2009 · 1 Comment · Things I've Learned
boring helpful code stuff… Did you ever notice that if you try to navigateToURL() from inside Flash in Safari it will refresh the Flash on the page? Here is a quick work around You need to setup a JavaScript function that uses the DOM to fidget w/ the window.location.hash. It looks something like this; function [...]