![]() |
#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 02:38 AM. |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Linking problems with Live Character | Frank Verberne | Vizard | 5 | 06-04-2008 11:42 AM |
Looking through the eyes of an avatar | Frank Verberne | Vizard | 2 | 04-01-2008 05:52 AM |