レンダーキューにある項目数を取得する

解  説
レンダーキューにある項目数を取得するにはapp.project.renderQueue.numItemsを参照します。

コード
n = app.project.renderQueue.numItems;
alert(n);


■サンプルスクリプトをダウンロードする >>.zip