Why is all my code not working?


my code for scene four doesn’t work.
If you press " l " on your keyboard, you’re supposed to go to the next scene. But it doesn’t work.

Hi @11120!

The problem is that block when key pressed is never executed, because it follows forever block.
You just need to place when key pressed above forever and all should work!

If you run into problems with code, you can use CoBlocks debugger to understand better what’s going on.

@Ilya_Shkuratov But I put the forever block and it still does not work.