Roman Locher
Mitglied
Mal eine Frage zu folgendem Codeschnipsel:
Was gibt das für einen Sinn
Mit "_test.playList" kann ich ja noch was anfangen: halt ein Array. Aber warum wird das da dann zweimal hintereinander geschrieben? Hat das eine besondere Bedeutung
Code:
_test.playList = new Array(["5"], ["1"], ["3"], ["10"]);
var i = 0;
while (i < _test.playList.length)
{
with (this["clip__" + _test.playListplayList[i]])
...
Was gibt das für einen Sinn
Code:
_test.playListplayList[i]