05-09-2020 02:28 PM
Hello, i want to create a mini game for school. I want several "rocks" / elements to drop at different speed and at the bottom you control an element with right left buttons.
my Question: how can i reset the "rocks" to their starting Position when they reach like y=200. was thinking about using case structure.
greetings felix
05-09-2020 07:21 PM - edited 05-09-2020 07:22 PM
You only need one loop for everything. Instead of moving controls around, you could use a picture indicator and draw squares.
Also have a look at these old thetris discussions for some ideas.