Hey guys im kind of new and i need to know how to make my character to go to the next level
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?
that is exactly
what i need thank you
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!
yes thank you again this will really help
Also, are you planning to make a coin system?
Yes i dont know how tho
now for some reason i canât
jump
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)
Maybe refresh the page? Sometimes it helps. If the problem keeps occuring, could you send me a game link?
YEa i just refreshed and it worked thanks so much it worked