Ambiera ForumDiscussions, Help and Support. |
|
|
|||||
|
Can you help me with something? I'm trying to create a simple flappy bird but I'm having problems, I've already set the bird to move, but I've created 2 bars at the top and bottom, I want it to leave the game when it touches the bar, I've already put a hitbox and sometimes it works, sometimes it doesn't, can anyone see why this is? My project is this: https://drive.google.com/file/d/1BlCqUzK1E2F5sC8xRLsu0Meq395_GGFt/view?usp=drive_link sorry my english, not my main language my problem is with " on proximity" behavior , it seems not working |
||||
|
Try JIC flappy bird. |
||||
|
Try to put on proximity check to the "bars" instead of bird. (use box area) -i tested it and works fine. So if bird reaches to the box area then game quits. Your version probably doesnt work because you are using Sphere -area of the bird.. then it checks bar xyz is it whitin range of bird with distance 15.. because your bar is kinda huge then distance of 15 will be the midPoint of the bar -not the whole bar itself. |
|