Tutorials

Flash AS3 Create Dynamic Array of Objects

by Aeryith

This is an example file showing how an array of items can be dynamically created and given random attributes including moving with gravity. Link to this post!

Saving Transparent (alpha) tga files for kgPanels in PhotoShop

by Aeryith

Saving alpha channels with targa files is fairly easy. Here I am creating a simple UI for my warlock. NOTE: When making custom panels for this addon, remember the size of each panel must be in the powers of...

Add JavaScript Generated Text to a Div with an Array and For Loop

by Aeryith

If you’re here to learn about JavaScript, I am assuming you know basic HTML and some (minimal) programming experience. We are going to create an array in JavaScript and will use a for loop to output the generated text...