I'd like to make some moving platforms with spikes underneath.
These platforms will move individually when triggered by something (probably a hidden collision event for each one).
I've got a platform sprite, and i've got a spike sprite I can group with it... but how can I duplicate the groups and have independent control over them without making 10x platform sprites and 10x spike sprites?
Thanks for any advice on the matter :)