View Single Post
  #3  
Old 03-16-2005, 03:11 PM
Johannes Johannes is offline
Member
 
Join Date: Jan 2005
Posts: 143
sorry,I found my mistake:

the global variable timeElapsedWorld was changed in anothter director function while this one was executed.

Thank you,
Johannes

P.S. not important but would be nice to know:
050315_GoodMouseSelectMenues.py:976: SyntaxWarning: name 'counterGraphSelectMenue' is assigned to before global declaration
def mouseclick(button):


But I did declare counterGraphSelectMenue=-1 in line 40 (at the beginning)

I know the warning does not matter but I still want to understand.
Reply With Quote