Finding elements with JSFL
Here's a JSFL function for returning an Array of all elements with a given instance name in whole Flash Document. I was trying to make something like JavaScript's "getElementsById()" method. My intent...
View ArticleRename all instances with their library names
When creating a new symbol for MovieClips and other instances you must give them a name a second time again in the Properties panel. For me this can be annoying sometimes. (I name my instances the name...
View ArticleResizing Flash Documents to Fit Contents in JSFL
I use Flex for the majority of my Flash related work, even for writing plain ActionScript. Lately I've barely even used the Flash authoring environment to create stuff. When I do use the Flash...
View ArticleConcatenation Tool
String'n together combos isn't always as fun as doing them in a fighting videogame. If you write script that has a lot String content mixed with variables, I'm sure you're doing a lot of heavy...
View Article