You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a block that processes the pixels in a costume, and one of the inputs to the block offers all the costumes in the project. It used to work OK, but now it fails if the turtle is the selected costume.
It looks like this is happening because (pixels) of costume (Turtle) reports nothing (like (name) of costume (Turtle); (width) of costume (Turtle) and (height) of costume (Turtle) both report 0).
Is there any way to make the turtle costume behave like the other costumes, or alternatively to prohibit the inclusion of that costume from the input dropdown?
If not, does anyone have any other ideas for resolving this issue with our activity?
Thanks!
The text was updated successfully, but these errors were encountered:
Hi!
We have a block that processes the pixels in a costume, and one of the inputs to the block offers all the costumes in the project. It used to work OK, but now it fails if the turtle is the selected costume.
It looks like this is happening because
(pixels) of costume (Turtle)
reports nothing (like(name) of costume (Turtle)
;(width) of costume (Turtle)
and(height) of costume (Turtle)
both report 0).Is there any way to make the turtle costume behave like the other costumes, or alternatively to prohibit the inclusion of that costume from the input dropdown?
If not, does anyone have any other ideas for resolving this issue with our activity?
Thanks!
The text was updated successfully, but these errors were encountered: