![]() |
|
#1
|
|||
|
|||
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) |
#2
|
|||
|
|||
Thank you for your answer and sorry to up an ancient post.
I will ask an other question in a new post. KoRnemuse |
![]() |
Thread Tools | |
Display Modes | Rate This Thread |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
stopping ontimer | durf | Vizard | 4 | 06-02-2009 11:38 AM |
executable file with avatars incorrectly displayed | aa-chris | Vizard | 2 | 11-03-2008 10:28 AM |