Hi
I have created a bullet sprite, and I spawn bullets, but on creation I change the speed of the bullet so they can have different speeds.
Howerver, it looks as if I am changing the speed for all bullets of the given class of sprite, and not the instance.
Is this true? Is the bullet behaviour properties "global" for all instances of the sprite?