widgets hat blocks stopped working?
-
Im not sure but "when widget ( v) clicked) hat block and other hat blocks in widgets no longer work for me however normal widget blocks do and they won’t run unless you press them. This is the project where I first encountered this:
https://play.creaticode.com/projects/673fa876591b145bfb97fcab
This mightve been caused by the addition of the shake block, and also for the shake block, I found that even when you press the stop button in the middle of the shaking, it’ll still continue to happen.Edit: my old projects still work even though they use the widget hat blocks, to clarify I just made that new project
-
@jeffreyrb03-gmail To clarify further, the issue is that now when you click a widget button, it can’t do anything because the block to do something when it’s clicked doesn’t work anymore.
-
That hat block only works on some widgets, not all widgets. For example, you are using it on labels, but labels are not meant to be clicked, so they don’t trigger the click event.
-
@info-creaticode Ohhhh, I didn’t notice that. Thank you for pointing that out, I thought labels and buttons practically did the same thing since they have the same appearance and qualities.
-
@info-creaticode I fixed it now to use a button lol