![]() |
|
#4
|
|||
|
|||
|
In the future, please create a new post for your questions.
The vizact.ontimer command is expecting a function object as the second argument. Instead, you are giving it the result of calling the suivi function. You should just pass the function instead of calling it: Code:
# Call 'suivi' every frame with 'init' argument vizact.ontimer(0, suivi, init) |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| stopping ontimer | durf | Vizard | 4 | 06-02-2009 12:38 PM |
| executable file with avatars incorrectly displayed | aa-chris | Vizard | 2 | 11-03-2008 11:28 AM |