1. parseFloat(text) returns float type of number from text 2. in my "trouble line": TempVar =[i,number]; are two numbers, but I think AE don't get it like a pair because one is integer type, second is float type. Finally, I used write-on effect to solve my task (write chart from txt file),...
Thanks for answer... I'm reading and reading and reading and I'm still not understanding. (I can't find a solution) :oops: I want to create shape (mask) from pairs of numbers. Sometime will be 5 pairs and sometimes 105. I don't know how to "push" another vertice after previous. When I used...
Hello everybody... I have some graph/chart to do. I want to do mask/shape (AE7) from data file. I found some help at http://www.motionscript.com but i'm stuck. My problem lies in syntax. I don't know how to "push" my variable TempVar in to myShape.verticles var newMask = mySolid.Masks.addP...