<blockquote class="Quote">
<a rel="nofollow" target="blank">FlavoredCactus</a> said:
your 2nd line is very confusing.you should define your scene root as a global variable. or just use get_tree().get_root() as your root<br>
</blockquote>
I used that 2nd line, because I had a 6th line, in which I called a function of an object that was in the newly added scene.<br><br>Changing the scene is working - I wrote a 'print("I am alive!")' line in the _ready() function to see when the scenes start.<br>It is rather the case, that the scene starts, but is then black. I write a 'print(delta)' line in the _process(delta) function, but it doesn't write anything...<br><br><br>EDIT:<br>Here is a video of the problem: https://www.youtube.com/watch?v=AyXS4jQYlpg&feature=youtu.be<br><br>The 2 errors are describing that I am using too much bones to be indexed - in the level_1 scene.