![]() |
|
#7
|
|||
|
|||
|
I was able to reverse the walk in a simplistic way and it looks ok. Not great, but it will suffice for what we are doing. Thanks for your help, it might come in handy later on. For future reference, here's the code I came up with:
walkTime = 1.1853300333 def walkBackwards(): global walkTime avatar.setAnimationTime(0,walkTime) walkTime-=0.01 #change for speed if walkTime <= 0: walkTime = 1.1853300333 vizact.ontimer2(0.01,viz.FOREVER,walkBackwards) |
| Tags |
| animation, avatar, backwards, reverse, walk |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| "reverting" between animations & linking objects to bones | Lithium | Vizard | 3 | 08-08-2011 12:01 PM |
| Trouble using custom animations for Live Characters | IGoudt | Vizard | 0 | 09-24-2009 07:37 AM |
| animations | dan12345 | Vizard | 3 | 07-14-2008 12:43 PM |
| problem with female animations | vmonkey | Vizard | 1 | 10-07-2005 11:36 AM |
| loading CAF animations | vadrian | Vizard | 1 | 06-02-2005 05:38 PM |