please help me i cant figure this out
game: [ORANGE GUY - Flowlab Game Creator](ORANGE GUY - Flowlab Game Creator
code in door
it seems like you figured it out, but I would recommend you use w,a,s,d to move since your using LM (Left Mouse) to shoot either that or at least change it to space to shoot. also your sprites are misaligned & on lvl 2 I couldn’t pick up the key. otherwise would could turn this into something really good. If you need anymore help plz feel free to ping me: @Death68093
weird. i could pick up the key when i played lvl two. also, need help with the coins because when i collect a coin it collects all the coins
Sorry for the EXTREMELY late response but in your player you have the code to send a message “hello” to the coin object (All of them) you can fix this by handling the code inside the coin using collision detection for the player or you can update the message in the player. you should replace your message sender that is attached to the coin collision with this code
{"data":{"behavior":{"v":"2","nodes":[{"inputCount":1,"outputCount":0,"name":"Message","behaviorType":"logic.components.Message","x":-180,"y":752,"group":"","id":"88d91ee0848d2a44","msg":"Hello","dt":2,"route":"SendToLastContacted","targetEntityId":0}],"links":[]}}}
The second option is easier. I would recommend it. Please let me know if this works for you and if you need anything else