User Tools

Site Tools


move:input

This is an old revision of the document!


Input Options

Choose the buttons or button sequences this move requires in order to be executed.

Charge Move: If toggled, the first button press of your execution sequence must be held down by the charge timing value defined in the character's move set.

Button Sequences: The buttons required to trigger the first sequence of your special move. You can set how fast a sequence must be executed by changing the execution timing in the character's move set. If your move is just a standard attack, ignore this option.

Button Executions: After the sequence of buttons have been successfully executed, use this option to select which button(s) must be pressed in order to successfully trigger the move. If your move is just a standard attack, just assign its button here.

  • On Button Release: Enable this if you want the move to be executed after you release the button instead of after pressing it. Useful for creating moves like Focus attack or Zero's Hyper Zero Blaster (Marvel vs Capcom 3)

Code example:

void OnMove(MoveInfo move, CharacterInfo player){
	Debug.Log("Total button presses:"+ (move.buttonSequence.Length + move.buttonExecution.Length));
}

< Back to Move Editor

move/input.1386903837.txt.gz · Last modified: 2013/12/12 22:03 by Mistermind