Design Tutorials: Flash

Working with arrays in Actionscript 3.0 (Design Tutorials - Flash)


Listen Later

Arrays are used to store multiple objects that are similar (eg multiple movieclips, numbers, strings etc) so that they can be easily looped through and handled in a uniform manner. This tutorial will introduce Arrays in Actionscript 3.0 and will show you how to insert elements into an Array (push()), remove elements from an Array (splice()), loop through arrays with for loops and make functions that can loop through an array and return a result.
...more
View all episodesView all episodes
Download on the App Store

Design Tutorials: FlashBy Swinburne University of Technology