Setting the Timing Right
Hello everyone,
I'm having some trouble trying to figure out how to set correctly my time.
Maybe that's not the way, but here it goes:
Every 2 seconds 3 objects will be thrown from the right side to the left side of the screen.
The problem is, they are aligned vertically since they are thrown at the same exact time.
I've been trying to put some inside timers saying after 0.1s throw object 1, after 0.2s throw object 2, and after 0.3s throw object 3, but it's not working.
An ideas?
When I know the solution I'll apply it randomly so they are not always 1, 2, 3 but maybe 3, 1, 2.
I'm having some trouble trying to figure out how to set correctly my time.
Maybe that's not the way, but here it goes:
Every 2 seconds 3 objects will be thrown from the right side to the left side of the screen.
The problem is, they are aligned vertically since they are thrown at the same exact time.
I've been trying to put some inside timers saying after 0.1s throw object 1, after 0.2s throw object 2, and after 0.3s throw object 3, but it's not working.
An ideas?
When I know the solution I'll apply it randomly so they are not always 1, 2, 3 but maybe 3, 1, 2.
Comments