I was trying out a code, but when I placed the code for when ‘on sprite of kind overlaps other sprite of kind’ and tested it out, I figured out that it wasn’t working how it was supposed to. Is there anyway I could fix it?
Code: https://arcade.makecode.com/S51126-13355-65440-59010
(Code is at the bottom of the page)
Thanks!
2 Likes
“Silvia” is not a used sprite type. Right after you make that sprite, you change the type from Silvia to Player, which is why the ones that are “sprite kind (player) overlaps…” work and the ones that are “sprite kind (Silvia)…” don’t.
1 Like
Are the sprites the proper kind you wanted them to? Are they switched?