Message 1 of 3

Not applicable
11-14-2013
05:46 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
--Why am I unable to roll the dummy object and have camera roll to? --It works with other axis. Script below --I have read I may need a LookAt_Constraint but I dont understand how to use it in my simple case. --Examples i see On the web are over complicating it for me. --Can someone show me how to make this work. I would think it might be simple for a veteran scripter. --thanks. ------------------------------------------------------------ ResetMaxFile #noPrompt clearListener() c = targetcamera name:"gol"pos:[100,0,0]target:(targetObject pos:[0,0,0]) b = dummy name:"dummy" pos:[0,0,0] t = targetObject pos:[0,0,0] c.target = b c.parent = b
Solved! Go to Solution.