I have a enemy that move towards a random location with bullet behavior, once it reaches the location the bullet speed change to 0 and therefore stops.
Then another duplicated enemy generates with new coordinate, but this time, it will not stop with distance() function. Have anyone run into this problem? Any help would be appreciated, thanks.