It is possible to do it, but it requires some good scripting...
lets say, you want to draw a line, right?... well, to draw that line, you need to click with the mouse in the starting position, and (desirably) click again in the end position.
well, you could control where in your scene you can do that, and store the initial and final positions, and then use the poligon object to draw that line (using the stored parameters)... and when you create it, activate the collisions of that one.
... as you can see, thats just a way of doing it... there are other ways to achieve it, but like i said, you need to know some scripting before you delve into it.
im sorry i didnt give you any code snippets to it, but i hope you get the idea.
Torque Owner Ehrlich
lets say, you want to draw a line, right?... well, to draw that line, you need to click with the mouse in the starting position, and (desirably) click again in the end position.
well, you could control where in your scene you can do that, and store the initial and final positions, and then use the poligon object to draw that line (using the stored parameters)... and when you create it, activate the collisions of that one.
... as you can see, thats just a way of doing it... there are other ways to achieve it, but like i said, you need to know some scripting before you delve into it.
im sorry i didnt give you any code snippets to it, but i hope you get the idea.