So, I'm very new to using the API and to using JS (or any code). In
the past few days I've cobbled together a couple scripts to create an
arrangement of graphic objects using a text command. My problem
right now is that some of the objects are generated on top of other instead of side by side (in the wrong place). I cannot for the life of me
figure out what is wrong. I suspect its something to do with
the sequence of events or some such. Here's my code: <a href="https://gist.github.com/anonymous/d94d925b8cb44065" rel="nofollow">https://gist.github.com/anonymous/d94d925b8cb44065</a>... //script to create the tokens <a href="https://gist.github.com/anonymous/bded6f7fcdea16b8" rel="nofollow">https://gist.github.com/anonymous/bded6f7fcdea16b8</a>... //script to call on the function after text event The only other part of the equation is an array containing the names and imgsrc's of the graphics. I don't think that part's malfunctioning. What I'm specifically trying to do is create a 3 by 3 grid of 9 objects. Right now the first column creates correctly, the second column is created behind the first, then the third column generates in the right place. Very perplexing for me. Thanks in advance