It’s my first game on hyperPad ! I really enjoy this app so far and this is what I have made so far while using it! I love this app and I hope you like my platformer too. For a small explanation of what you do, you evade enemies while collecting coins. The goal is to touch the flag at the end. Good luck!
YOU MUST BE SIGNED IN TO LEAVE A COMMENT
June 30, 2025
@Sarahbear1015
It’s a little complicated but once you understand arithmetic and conditional behaviors it’ll allow you to do a lot of cool stuff. Here’s a short tutorial from RX on camera movement so you aren’t locked to the follow behavior: https://m.youtube.com/watch?v=7maO3gHlOEA&pp=ygUdSHlwZXJwYWQgc21vb3RoIGNhbWVyYSBmb2xsb3c%3D From there you can adjust the Y value to stay low or do something like this to move based on position: if player Y position > camera Y position + threshold : Set desiredCameraY = playerY + cameraOffsetY If you take that function and ask GPT how to make it with visual behaviors it’ll get you most of the way. It’s kind of confusing at first but I believe in you :)
June 29, 2025
I actually tried to improve the camera but the video I was watching on how to do so, didn’t work. I think they did some things behind the scenes. If you know how to do it though, please explain.
June 28, 2025
Kewl. I'd maybe set up a function where the camera is lower when the player when in the air. I was jumping into the unknown hoping to not die xD fun lil avoid the obstacles game.