Hello,
Is there a way to remove the on start and forever blocks that automatically load when a custom tutorial loads? My students get confused if the forever block is on the screen, but not necessary for the tutorial.
Thanks!
Alex
Hello,
Is there a way to remove the on start and forever blocks that automatically load when a custom tutorial loads? My students get confused if the forever block is on the screen, but not necessary for the tutorial.
Thanks!
Alex
if you include the snippet
```template
//
```
It should start with just an on start. If you want to start with another block, you can put the event handler in the template and it will start with that instead.