Posts Tagged ‘AS3’

Text with lines background – AS3 tutorial

// February 12th, 2009 // No Comments » // Flash - AS3

A friend showed me an effect made in Photoshop today. My response was: This can be done with only a few lines of code in Flash. I know that what you are about to see is not really that interesting…but hei…it is the 4th “tutorial” this week and I am running out of ideas. (more…)

AS3 Papervision3D Video Tutorial: First 3D scene

// January 13th, 2009 // No Comments » // Programming

In the past two days I’ve been experimenting with some nice 3D engines for flash. I tried three of the most spread 3D engines: Away3D, Sandy3D and Papervision3D. Away3D was really nice with some really cool functions. Sandy, from my point of view was better and also had some nice other stuff that were compatible (like a phisics engine). But what it lacket (and I kinda need this) was a Collision Detection algorithm and also particle effects (it did have a nice starfield effect that could do nice stuff). Anyway, I decided to remain at Papervision3D. (more…)