MaxPower44 1 Posted February 15, 2003 I have write a script to create a camera object that target the player at position [x,y,z+20]. But I don't know how have the top of screen in the north direction. I try with camsetDir, don'twork (like camsetBank and camsetDive) and with setDir. getDir mycamera => 0 mycamera setDir 90 getDir mycamera => still 0 Any idea ? Share this post Link to post Share on other sites
Bart.Jan 0 Posted February 15, 2003 Just set position of camera little bit to south. </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Code Sample </td></tr><tr><td id="CODE"> _cam camSetPos [x,y-0.1,z+20]<span id='postcolor'> It shoud work. Share this post Link to post Share on other sites
MaxPower44 1 Posted February 15, 2003 I don't know why I don't find this solution alone . Thx.Thx.Thx.Thx.Thx.Thx.Thx. Share this post Link to post Share on other sites