WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

Reply
 
Thread Tools Rate Thread Display Modes
  #1  
Old 04-18-2014, 09:07 AM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
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)
Reply With Quote
  #2  
Old 04-22-2014, 07:17 AM
KoRnemuse KoRnemuse is offline
Member
 
Join Date: Apr 2014
Location: Mougins FRANCE
Posts: 7
Thank you for your answer and sorry to up an ancient post.

I will ask an other question in a new post.

KoRnemuse
Reply With Quote
Reply

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
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


All times are GMT -7. The time now is 04:12 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Copyright 2002-2023 WorldViz LLC