Pages
Categories
Archives
Category Archives: Flash
What is Flex?
I suppose sometimes as a Flex or Flash developer you are so immersed in the whole SWF ecosystem that occasionally you get asked a question that should be easy to answer but becomes difficult to explain to someone without a technical perspective.
The other day I was preparing a spec and getting a colleague to double [...]
Also posted in Actionscript, Flex Comments closed
Introduction to collision detection & 2D physics
This is an introductory tutorial on collision detection and physics. Creating 2D physics is often daunting to the beginner flash programmer but as you will soon see it is really not that hard so long as you break everything down into small steps. Here we are going to create a world and populate it with [...]
Also posted in Actionscript, Game development, Scripted Animation Tagged Physics, Scripted Animation Comments closed
SEO and Flash
I have been doing a bit of research on the subject of SEO accessibility and full flash websites and have put together a few responses on common queries or concerns regarding the subject:
Flash can not be indexed by google using flash is bad for SEO.
Users cannot click the back button in a flash site
Users cannot [...]
How to calculate the intersection of two circles mathematically in Actionscript.