Game Development Community

Problem with player position

by pancha · in General Discussion · 12/09/2009 (6:45 pm) · 2 replies

Hello,

i'm new with torque3d and i'm having trouble making my player (the default player) start the Level at a specific location.

How can i specify an starting position for my player?

Thanks!



About the author

Recent Threads


#1
12/09/2009 (7:49 pm)
Move "spawnsphere" to desired location?
#2
12/09/2009 (10:26 pm)
Thank you!
i have done that before but it didn't help. I realise that some times de player would appear at the spawnsphere's positions and some times it appear on another position ...

it seems that the problem was that i had a camera in that 'other position'. i removed the camera and now it works ;)