- Home /
how do i create scripts for creating question and answer system?
i would like a 3d game based on unity. The idea is a ball moving forward striking objects on the screen. The objects will be sprites and the ui screen will have random questions. A question appears as the ball is moving, the answer will be one of the random sprites on screen. If the user gets the question right, the ball passes through else the ball hits the wrong sprite and it's game over. There will be rows containing 4 sprites(1 correct sprite and 3 wrong based on the question asked).Eg. a question would be What does a square look like? the 4 sprites will contain various shapeswith 1 being correct.The user will then direct the ball at the correct shape then another question appears as the ball is moving forward etc. I would like to see a working prototype with 4 questions. i only require the scripts for the question and answer and how its done., i would like a 3d game based on unity. The idea is a ball moving forward striking objects on the screen. The objects will be sprites and the ui screen will have random questions. A question appears as the ball is moving, the answer will be one of the random sprites on screen. If the user gets the question right, the ball passes through else the ball hits the wrong sprite and it's game over. There will be rows containing 4 sprites(1 correct sprite and 3 wrong based on the question asked).Eg. a question would be What does a square look like? the 4 sprites will contain various shapeswith 1 being correct.The user will then direct the ball at the correct shape then another question appears as the ball is moving forward etc. I would like to see a working prototype with 4 questions. i only require the script for the question and answer.
Your answer

Follow this Question
Related Questions
Collision 2D doesnt work 0 Answers
OnCollisionEnter Won't Edit Other Variables 0 Answers
Why my capsule collider sometimes stucks in other colliders? 0 Answers
OnCollisionEnter2D not calling properly 2 Answers