Im very new to Gamestudio, and programming in general, so please forgive my ignorance.....but I'm having such fun with Gamestudio I can't help myself but ask.
I have an idea for an isometric game, and I can place the camera where I want by:
camera.x = -256
camera.y = -256
camera.z = 400
camera.tilt = 60
I need to play with the values, so I can get the right view of my terain, but that's the way I did it. However, when the game starts I get a "press o to move the camera" or some such message.
Is there a way to lock the camera in place, and then attach it to my player and move to a new location and lock it in place again? Also, when the camera is locked in place, I still want to move my player around.
Is there a standard way to program an isometric view camera?
Thanks for reading my post!