Exponetial clones

Event blocks trigger all sprites including clones.
Don't put your cloning code there if you don't want to get too many viral clones
if(<my(parent)=()>then
create a clone of (myself)

A good way of using the event block logic is using an event block to trigger deleting of clones instead of creating them.That instantly deletes all clones(while parents can't be deleted with delete this clone)
However,you can simulate mitosis using that exponetial growth
Make sure not to create more than 5000 clones or you have to use stamp to bypass clone limit.(i love stamp and clear maybe because thats the way javascript canvas work)

what do we do with this code?

nvm the bh faq got it