I need help My picachu wont jump. can you help me? https://makecode.com/_5FkLp38mJTse
The problem is, you named the pokeballs mySprite
and you also named your Pikachu mySprite
so then the code overloads and doesn’t know what thing to jump. rename the Pokeball variable to just pokeball.
Thanks!