Hello,
I have asked this question before with various levels of results. I apologize before because I could not clearly communicate what I was trying to do. I will attempt to do this once again (and actually save this thread as a refference to find it easier in the future.) I apologize for the redundant.
The basics steps of what I'm trying to accomplish:
1)I would like to start the game from a title screen.
2)The player uses the mouse to click new game.
3)Once the player clicks new game the first level is loaded.
The problem that I have is that once the new level is loaded, the player cannot control his avatar. I can only see the model that has the "Player" action assosciated with it. The model cycles through its animations but I seem to be stuck at the position of the camera.
I want the player to be in control of his character as soon as the level is loaded.
How can I do this?
I created my interface by making a dummy level and defining a panel that covers the entire screen. The mouse mode was set to one so that the player can see/move the mouse. But once the level loads, The mouse disappears but the player is stuck at the camera position.
P.S. Yes, I did attach my Player action to a model and I did update my entities.
P.S.S There is only one script for both levels.
I appreciate and all insight you all can provide. Also if there are any good resources that could serve me please point me to them.