hi folks… i got problems with the following code… i’m used to code c++ so i’m quite unused to AS… is it possible to declare arrays like this:
aBgPic[11] = new Array;
for(x=0; x<=11; x++)
{
aBgPic[x] = "bg_pics/bg_pic" + x + ".jpg";
}
this code doesnt work… could someone pls tell me an alternativ… or how to do it right…
thx in advance
yours