Hi Friends,
Imagine Atari's missile command. The rockets come down from sky with a trailing line.
I'm trying to achieve this in C2, but having a few issues.
I got it working by having my rocket, spawn the line on EVERY TICK... but, when my missile collides, the rocket is destroyed but the line remains. If i try to destroy the lines in the Every Tick, they all disappear.
So I tried adding the line as a container - no joy... this seems to break the game.