Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » mouse down? block not working
- TosNoom
-
46 posts
mouse down? block not working
the mouse down block does not work
this is my code
this is my code
- groggs
-
100+ posts
mouse down? block not working
Hi there,
It's better to share and provide the link to your project, rather than just a block, I am assuming that its just a problem with broadcasting, are you also sure that the variable is 1 or 0?
It's better to share and provide the link to your project, rather than just a block, I am assuming that its just a problem with broadcasting, are you also sure that the variable is 1 or 0?
- crumbthehog
-
92 posts
mouse down? block not working
it doesn't work because if house level = 1, you set it to zero. then right after that it checks if house level = zero. of coarse, it is because you just set it to 0 so it sets it back to one. you need to make it an if else block. I hope that helped. the mouse down block does not work
this is my code

- Discussion Forums
- » Help with Scripts
-
» mouse down? block not working