Camera progresses through a level after answering a question.

Hi all,

I have an idea for my university educational game project which is based on the Berlin Wall. It will be a quiz game.

The main goal is to answer 15 questions and if the player answers all of them correctly, they bring down or climb over the wall as the camera will animate over it.

The game begins with the camera in a location away from the wall and as questions are answered, the camera will move to another point n the level (as if it was a person walking to a different location) and get closer to the wall.

Any tips on how to research or approach this would be most helpful.:slight_smile:

Apologies in advance if I have posted on the wrong area of the forums!

Thanks!

Create a series of waypoints and move the camera to the next one each time a question is answered correctly. If it reaches the end, do the wall animation.

1 Like