Hello Koders,I am new to Kodular and I want to create a very simple car game. The idea is: there is a car at the bottom of the screen and obstacles come from the top. The user can move the car left and right to avoid the obstacles. When the car hits an obstacle, the game should be over. When the car successfully avoids an obstacle, the score should increase.So far I have done this:
- Added a Canvas
- Added an ImageSprite for the car
- Added an ImageSprite for one obstacle
- Added a Clock and two buttons (Left and Right)I am confused about how to:
- Move the obstacle down continuously with the Clock
- Reset the obstacle to the top with a random X position
- Detect collision between the car and the obstacle and then stop the game
- Increase the score each time the obstacle goes off the bottom of the screen If possible, please show me block examples for these steps (especially the GameClock.Timer event and the collision detection).Thank you so much for your help!



