Home > Blog > Tutorials
Page 10 of 111...7891011
 
AS3 Tutorials - Instantiate Using a Dynamic Class Name

AS3 Tutorials – Instantiate Using a Dynamic Class Name

You likely know how to instantiate a class in Actionscript 3 using the new keyword: 1 var someClassInstance:SomeClass = new SomeClass(); But what if you want to instantiate a class where the class name is dynamic? For example, we’re working on a project that has a Character class. We pass it a character name (“Fred”, [...] Keep Reading

 
 
AS3 Helper Class - Wrap()

AS3 Helper Class – Wrap()

We are building an AS3 Helper class to speed up development on Actionscript 3 projects. Feel free to use these methods in your own Helper class, or to share your own methods that you find useful. Wrap() 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 [...] Keep Reading

 
 

Flash Tutorial – Pagination

Pagination is a navigation style where you have a bunch of content that won’t fit on one screen, so you give your user BACK and NEXT arrow keys to flip through “pages” displaying the content. In many ways, it’s preferable to a scrolling navigation, because you don’t have to fill the box with all of [...] Keep Reading

 
 
AS3 Tutorial - Math.random()

AS3 Tutorial – Math.random()

i haven’t written many Flash tutorials because i feel like a bit of a poser. i see the brilliant codeheads posting these tutes to make Flash do incredible things and i think “man – that’s leagues ahead of where i’m at.” But i forget that with eight years’ experience using Actionscript, i do actually know [...] Keep Reading

 
 
Jedi Flash Tricks - Sound Effects

Jedi Flash Tricks – Sound Effects

i’ve had a hand in over fifty Flash games to date. My best advice to someone who wants to learn the software is to get a Flash Jedi – someone you can call up at three in the morning and pester for Actionscript advice. A Bert to your Ernie, if you will. In my early [...] Keep Reading

 
Page 10 of 111...7891011