Essential JSFL snippets


/ Published in: ActionScript 3
Save to your folder(s)



Copy this code and paste it in your HTML
  1. // number of elements on the current frame & layer
  2. var numElements = tl.layers[tl.currentLayer].frames[tl.currentFrame].elements.length;
  3.  
  4. //

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.