How do you make mario run?

i need some help on how to make mario run in my SMB1 remake

Like you Press Shift to run, or he just runs after walking consecutively for a few seconds?

you press shift to make mario run

use this @Mariofan2840 the code to my behavior bundle import this into your character you want to have this code. {“data”:{“behavior”:{“v”:“2”,“nodes”:[{“inputCount”:0,“outputCount”:0,“name”:“walk and run using shift”,“behaviorType”:“logic.NodeGroup”,“x”:270,“y”:192,“group”:0,“id”:“c1830b8d031e4e46”,“isMenuItem”:true},{“inputCount”:3,“outputCount”:1,“name”:“Number”,“behaviorType”:“logic.logic.Value”,“x”:450,“y”:0,“group”:“c1830b8d031e4e46”,“id”:“c1830b93d9e8c140”,“startVal”:-6,“tag”:“move left”},{“inputCount”:3,“outputCount”:3,“name”:“Velocity”,“behaviorType”:“logic.properties.Physics”,“x”:810,“y”:32,“group”:“c1830b8d031e4e46”,“id”:“c1830b9334d0c143”},{“inputCount”:3,“outputCount”:3,“name”:“Flip”,“behaviorType”:“logic.properties.Flip”,“x”:810,“y”:-96,“group”:“c1830b8d031e4e46”,“id”:“c1830b946eb7d44f”,“vertical”:false},{“inputCount”:3,“outputCount”:1,“name”:“Number”,“behaviorType”:“logic.logic.Value”,“x”:450,“y”:96,“group”:“c1830b8d031e4e46”,“id”:“c1830b946ed8c743”,“startVal”:6,“tag”:“move right”},{“inputCount”:0,“outputCount”:2,“name”:“Keyboard”,“behaviorType”:“logic.triggers.Keyboard”,“x”:0,“y”:96,“group”:“c1830b8d031e4e46”,“id”:“c1830b9545d20e4b”,“keyCode”:39,“repeats”:true,“delay”:0},{“inputCount”:0,“outputCount”:2,“name”:“Keyboard”,“behaviorType”:“logic.triggers.Keyboard”,“x”:0,“y”:0,“group”:“c1830b8d031e4e46”,“id”:“c1830b95afd59247”,“keyCode”:37,“repeats”:true,“delay”:0},{“inputCount”:3,“outputCount”:1,“name”:“Switch”,“behaviorType”:“logic.logic.Switch”,“x”:270,“y”:-192,“group”:“c1830b8d031e4e46”,“id”:“c18351f3e7384b48”,"_startVal":0},{“inputCount”:3,“outputCount”:1,“name”:“Switch”,“behaviorType”:“logic.logic.Switch”,“x”:270,“y”:-96,“group”:“c1830b8d031e4e46”,“id”:“c183536ed25c9940”,"_startVal":0},{“inputCount”:0,“outputCount”:2,“name”:“Keyboard”,“behaviorType”:“logic.triggers.Keyboard”,“x”:0,“y”:-160,“group”:“c1830b8d031e4e46”,“id”:“c1839eaae6ec494e”,“keyCode”:16,“repeats”:true,“delay”:0},{“inputCount”:3,“outputCount”:1,“name”:“Number”,“behaviorType”:“logic.logic.Value”,“x”:450,“y”:-192,“group”:“c1830b8d031e4e46”,“id”:“c183ef2946767349”,“startVal”:-10,“tag”:“run left”},{“inputCount”:3,“outputCount”:1,“name”:“Number”,“behaviorType”:“logic.logic.Value”,“x”:450,“y”:-96,“group”:“c1830b8d031e4e46”,“id”:“c1842d6a806f3049”,“startVal”:10,“tag”:“run right”},{“inputCount”:3,“outputCount”:1,“name”:“Switch”,“behaviorType”:“logic.logic.Switch”,“x”:270,“y”:96,“group”:“c1830b8d031e4e46”,“id”:“c185fd820f3f1d4a”,"_startVal":1},{“inputCount”:3,“outputCount”:1,“name”:“Switch”,“behaviorType”:“logic.logic.Switch”,“x”:270,“y”:0,“group”:“c1830b8d031e4e46”,“id”:“c185feb4e83d384a”,"_startVal":1}],“links”:[{“input_id”:“c1830b946eb7d44fi0”,“output_id”:“c1830b93d9e8c140o0”},{“input_id”:“c1830b9334d0c143i0”,“output_id”:“c1830b93d9e8c140o0”},{“input_id”:“c1830b946eb7d44fi1”,“output_id”:“c1830b946ed8c743o0”},{“input_id”:“c1830b9334d0c143i0”,“output_id”:“c1830b946ed8c743o0”},{“input_id”:“c183536ed25c9940i2”,“output_id”:“c1830b9545d20e4bo0”},{“input_id”:“c185fd820f3f1d4ai2”,“output_id”:“c1830b9545d20e4bo0”},{“input_id”:“c18351f3e7384b48i2”,“output_id”:“c1830b95afd59247o0”},{“input_id”:“c185feb4e83d384ai2”,“output_id”:“c1830b95afd59247o0”},{“input_id”:“c183ef2946767349i1”,“output_id”:“c18351f3e7384b48o0”},{“input_id”:“c1842d6a806f3049i1”,“output_id”:“c183536ed25c9940o0”},{“input_id”:“c18351f3e7384b48i1”,“output_id”:“c1839eaae6ec494eo0”},{“input_id”:“c183536ed25c9940i1”,“output_id”:“c1839eaae6ec494eo0”},{“input_id”:“c185feb4e83d384ai0”,“output_id”:“c1839eaae6ec494eo0”},{“input_id”:“c185fd820f3f1d4ai0”,“output_id”:“c1839eaae6ec494eo0”},{“input_id”:“c18351f3e7384b48i0”,“output_id”:“c1839eaae6ec494eo1”},{“input_id”:“c183536ed25c9940i0”,“output_id”:“c1839eaae6ec494eo1”},{“input_id”:“c185feb4e83d384ai1”,“output_id”:“c1839eaae6ec494eo1”},{“input_id”:“c185fd820f3f1d4ai1”,“output_id”:“c1839eaae6ec494eo1”},{“input_id”:“c1830b946eb7d44fi0”,“output_id”:“c183ef2946767349o0”},{“input_id”:“c1830b9334d0c143i0”,“output_id”:“c183ef2946767349o0”},{“input_id”:“c1830b946eb7d44fi1”,“output_id”:“c1842d6a806f3049o0”},{“input_id”:“c1830b9334d0c143i0”,“output_id”:“c1842d6a806f3049o0”},{“input_id”:“c1830b946ed8c743i1”,“output_id”:“c185fd820f3f1d4ao0”},{“input_id”:“c1830b93d9e8c140i1”,“output_id”:“c185feb4e83d384ao0”}]}}}

i cant get it to import into my character

ok then just use this screenshot

its already there but its not working

ok, the reason it’s already there is because you invited me to join your dev team and I put it there, all you have to do is get rid of all the other left and right movement behavior. I was going to do this myself but I wanted your permission first.

1 Like

let me explain: when i invited you, you are granted permission to edit my game

2 Likes

Finished! Check it out! I just used the walk animation even when Mario’s running, is this what you had in mind?