A Small test I was just doing. You can hold (A) to bounce slightly higher and try not to touch those blocks that say “HURT”
The springs are broken. not exactly sure how to fix them…
A Small test I was just doing. You can hold (A) to bounce slightly higher and try not to touch those blocks that say “HURT”
The springs are broken. not exactly sure how to fix them…
the issue is that your using change (mySprite) [vy (velocity y)] by (...) rather than set (mySprite) [vy (velocity y)] to (...), use set instead!