| 
		
	
		
		
		
		 
			
			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.
		 
		
		
		
		
		
		
		
		
	
	 |