Springo Test

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…

1 Like

the problem is that you have to do set springo vy not change springo vy

the issue is that your using change (mySprite) [vy (velocity y)] by (...) rather than set (mySprite) [vy (velocity y)] to (...), use set instead!