![]() |
|
#5
|
|||
|
|||
|
Here is an even better solution.
Code:
import viztask import vizact import viz viz.go() def print_this(): yield viztask.waitTime( 0.1 ) print "this" def intermediate_function(): viztask.schedule(print_this()) vizact.onkeydown( 'p', intermediate_function ) - bloswald
|
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| speed on animation path | whj | Vizard | 8 | 11-17-2008 08:41 PM |
| Animation Tracks.... | k_iwan | Vizard | 2 | 03-26-2007 06:52 PM |
| Jumpy animation | Elizabeth S | Vizard | 1 | 11-08-2006 03:11 PM |
| animation sequence | pkhoosh | Vizard | 2 | 01-23-2006 09:03 AM |
| avatar animation problems | jrodman | Vizard | 1 | 01-18-2006 10:12 AM |