shape animation with javascript
-
hello all. i'm starting to dip my toe into a project development phase and am curious about the javascript actor. in particular if the actor can output animated shapes?
the problem i'm trying to solve is around dynamic shape making for example a 10 sided shape displaying 5 of the lines in a display line, not display line etc and by changing the input number from 10 to say 24, instantly seeing 12 lines.
i am aware of my limitations of describing what i am attempting.i'm trying to understand what the javascript actor does best.
-
The JS actor does not have any drawing abilities. It can create streams of numbers for animation, that you would feed to a Shapes actor or Lines actor. But can't create polygons directly.