Any tips on good line/shape-drawing extensions?
Hello everyone, it's me with another question for the forum :)
Has anyone got any experiences with extensions that draw lines? Which one do you prefer? I need an extension that can draw lines/shapes between 2 active objects, or from point A to point B. Also, I need the lines that are drawn to be interactive, so I can put them in events and such. In other words not just a background non-interactive line drawing object. Any suggestions/experiences? :)
Re: Any tips on good line/shape-drawing extensions?
Advanced Line object should do what you need :)
Re: Any tips on good line/shape-drawing extensions?
Thanks :) I will try it out! I actually also figured that just making a clear-coloured active object that I stretched along one axis did the trick too. It works since I don't need diagonal lines. I will try the advanced line object anyways.