You are about to report the tutorial shown below for review. Please only report if there is a problem with it.
Thanks.
Variable variables in Flash actionscript Adobe Flash / Tips and Tricks
I often make use of variable variables, because I generally use interpreted languages like PHP. Variable variables are not supported in compiled languages like C++ etc. The same applies for Actionscript. Because I make extensive use of variable variables in PHP, I had some difficulties solving specific problems in Actionscript. Fortunately I found a trick to solve my problem. But before I show you the sample script I will give a short introduction to variable variables in PHP.