Next leval i dont know how

Hey guys im kind of new and i need to know how to make my character to go to the next level

2 Likes

Welcome to the flowlab community!
I will give you a screenshot. But the basic idea is that you want a player to hit a door (or object) and go onto the next level?

1 Like

that is exactly
what i need thank you

1 Like

Here is a screenshot;

You can find ‘collision’ in “triggers”, and ‘NextLevel’ in “gameflow”. This behavior is in the door. You may also put this in the player, but you have to change the ‘collision’ to the door.

Hope this helps!

image

yes thank you again this will really help

1 Like

Also, are you planning to make a coin system?

Yes i dont know how tho

1 Like

now for some reason i can’t
jump

1 Like

Here is a basic one. This is placed in your character. This coin count will also save between levels.

Summary

‘Battery’ and ‘Collision’ is found in the “triggers” section. ‘Number’ and ‘Global’ are found in “Logic and Math”. ‘Label’ is found in “GUI”

{"data":{"behavior":{"v":"2","nodes":[{"inputCount":0,"outputCount":1,"name":"Collision","behaviorType":"logic.triggers.Collision","x":-450,"y":-168,"group":"","id":"c987ed45af5fae43","targetClassId":17854623,"targetEntityId":0,"collisionFilter":15,"collideWithEntity":false,"delay":0},{"inputCount":3,"outputCount":1,"name":"Number","behaviorType":"logic.logic.Value","x":-270,"y":-176,"group":"","id":"c98837557b089c46","startVal":1,"tag":"","roundMode":1},{"inputCount":3,"outputCount":1,"name":"Global","behaviorType":"logic.logic.Global","x":-90,"y":-176,"group":"","id":"c9889ace68354047","tag":"Coins:Number","version":2,"dataType":2},{"inputCount":0,"outputCount":1,"name":"Always","behaviorType":"logic.triggers.Always","x":-270,"y":-80,"group":"","id":"c988d42413e07643"},{"inputCount":4,"outputCount":4,"name":"Label","behaviorType":"logic.hud.Label2","x":90,"y":-176,"group":"","id":"c988ef9a8e6d7344","text":"0","textColor":0,"fontName":"montserrat","scale":10,"textAlign":"left","maxWidth":0,"xO":125,"yO":6,"pin":false,"alpha":100,"kerning":0},{"inputCount":4,"outputCount":4,"name":"Label","behaviorType":"logic.hud.Label2","x":90,"y":-48,"group":"","id":"c989534c8a630f49","text":"Coins;","textColor":0,"fontName":"montserrat","scale":10,"textAlign":"left","maxWidth":0,"xO":6,"yO":4,"pin":false,"alpha":100,"kerning":0}],"links":[{"input_id":"c98837557b089c46i1","output_id":"c987ed45af5fae43o0"},{"input_id":"c98837557b089c46i1","output_id":"c987ed45af5fae43o0"},{"input_id":"c9889ace68354047i2","output_id":"c98837557b089c46o0"},{"input_id":"c9889ace68354047i1","output_id":"c988d42413e07643o0"},{"input_id":"c9889ace68354047i2","output_id":"c98837557b089c46o0"},{"input_id":"c988ef9a8e6d7344i0","output_id":"c9889ace68354047o0"},{"input_id":"c9889ace68354047i1","output_id":"c988d42413e07643o0"},{"input_id":"c988ef9a8e6d7344i0","output_id":"c9889ace68354047o0"}]}}}

^ (You can “import” this into your game)

1 Like

Maybe refresh the page? Sometimes it helps. If the problem keeps occuring, could you send me a game link?

1 Like

YEa i just refreshed and it worked thanks so much it worked

1 Like