01.01.2011, 16:12
It's simple really:
- Check between the steps the player is in
- Between each step, send the player messages accordingly
- Between each step, set the players position, camera position, and camera look-at
And when the player gets to the last step of the tutorial, simply spawn them or whatever. All that is required is a variable to hold the steps and the positions of the player, camera and camera look-at.
- Check between the steps the player is in
- Between each step, send the player messages accordingly
- Between each step, set the players position, camera position, and camera look-at
And when the player gets to the last step of the tutorial, simply spawn them or whatever. All that is required is a variable to hold the steps and the positions of the player, camera and camera look-at.