Hi guys,
I want to make a sprite pool for make bullet in the game,
when I kill the bullet sprite, I found the update function is still running, so I wonder is there any way to stop the update function, actually I want to make a new update function when I get it from the pool. thanks.