dX = 0; dY = 0;
right now the Variables are set to 0 but I wan o give them a random number either -2, 0 or 2. I think that math.random() might work, but I don't know how to use it with negative numbers.
dX = 0; dY = 0;
right now the Variables are set to 0 but I wan o give them a random number either -2, 0 or 2. I think that math.random() might work, but I don't know how to use it with negative numbers.