MagiCats
Wiki home
Actions / Move

Jump

Makes the subject jump up, up-left, or up-right.

Current editor blockBlock ID 4Jump
Jump code block in the MagiCats editor

What it does

Cancels current movement, then applies a jump force in the chosen direction.

Emits a Jump event that other blocks can listen for.

Inputs

  • Direction dropdown: Up, Left, or Right.

Try it

Event: Hurt, then Jump Up. The enemy bounces when hit.

Tips

  • Jump works best on creatures that already use physics.

Sources

Legacy pages reviewed: Jump

Code checked: MagiCats_UnityProject/Assets/Scripts/Blocks/ContentFonction.cs, MagiCats_UnityProject/Assets/Scripts/Blocks/BlockManager.cs