Using Sounds Embedded in the Library and Other Tricks">Using Sounds Embedded in the Library and Other Tricks

March 10 Comments Off Category: Flash

So, in ActionScript 2.0, there existed such a thing as *attachSound* which would allow you to call on sounds in your library and iterate them in code much like you would call on movieclips in the library. With ActionScript 3.0, there is no attachSound, so you need to do a little workaround. It took me [...]

Shiny Button Code">Shiny Button Code

February 22 Comments Off Category: Flash

I took an approach of updating Luka Maras’ really nice code that makes buttons in that glassy “Web 2.0″ style from its original code in ActionScript 2.0 to ActionScript 3.0.