![]() |
#9
|
|||
|
|||
Thank you, that fixes my confusion about the printouts!
The problem thought still persists and should not exist following the printout, I will explain it: The position of the redOpaque gets transferred to an array (inside a director function): 000j2 [[-0.20000000000000001, 0.84999999999999998, -0.59523463611544603]] in a timer-function I printout the array: ggg [[-0.20000000000000001, 0.84999999999999998, -0.59523463611544603]] So the position is in it. When the BallSubClass is called a new object get's created. Which is working as I see Loading File: ../resources/joNew/050305_ballRedOpac.WRL It is also accessing the superClass to initialize Values (Speed =2): slfvy 2.0 The position is still in the array before it get's deleted. ggg [[-0.20000000000000001, 0.84999999999999998, -0.59523463611544603]] I wonder why I see the loading file but don't see the ball in my scene? This error is happening seldom, usually it works but sometimes it does not work. I was not able to find a pattern yet. Johannes |
|
|