![]() |
|
#3
|
|||
|
|||
|
Sorry, that above callback won't work right...try this:
Code:
def myTimer(num):
newPosition = female.getPosition()
newPosition[2] = newPosition[2]-2 # Move back in Z a bit
newPosition[1] = newPosition[1]+1.5 # Move up in Y a bit
viz.MainView.setPosition(newPosition)
print female.getPosition()
Last edited by DrunkenBrit; 02-18-2009 at 03:38 AM. |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Linking problems with Live Character | Frank Verberne | Vizard | 5 | 06-04-2008 12:42 PM |
| Looking through the eyes of an avatar | Frank Verberne | Vizard | 2 | 04-01-2008 06:52 AM |