Hello world! I'm talking about disabling statements to make it easier to debug a program. I have the Thor and witch feud here that I created in the previous movie. And I have, in setupScene. I have several statements. I have where they argue. And I have several statements. And I've also Written casting a spell. Where the witch turns to Thor and. Points her hand at him, and turns him into a boulder. So I'm going to go back to myFirst Method. And when I run this, We will see the whole movie,the whole argument. And we have to wait through that to get to the part where she casts the spell. What I'm going to do is right click on this call to the Argument. And where it has is enabled checked, I'm going to uncheck that. I need set up scene because that's where I make the boulder invisible. But I don't have to listen to their whole argument. In order to work on the part of casting the spell. So now when I run it, it skips the whole argument. And goes right to the part where she casts the spell. If I'm working on that, that makes it a lot easier to get right to this part that I want to work on. We can. Change it back to enabled if we want to test the whole movie. And that's it.