Skip to content
  • Can’t switch joysticks (Change weapon)

    Help and Support
    15
    0 Votes
    15 Posts
    673 Views
    MrAeon1111M
    It works with joystick input but not with joystick control.
  • Forum new topic window problem iPad Pro

    Bug Reports
    7
    1 Votes
    7 Posts
    383 Views
    MrAeon1111M
    Thanks for the great move
  • Pick up weapons

    Help and Support
    10
    1 Votes
    10 Posts
    566 Views
    MrAeon1111M
    MrAeon1111 [image: IcB2504faY.jpg]
  • Somthing I’m working on

    WIP and Showcase
    4
    3 Votes
    4 Posts
    294 Views
    Ya7Y
    @Bryce678 Good work
  • Attribute default value not loading at game start

    Help and Support
    5
    1 Votes
    5 Posts
    259 Views
    RobinsonXR
    @MrAeon1111 There are two ways. Behaviors that don't have anything attached to the top are triggered when the scene starts. We call these root behaviors. You can have your Set Attribute behaviors be root behaviors. In the editor, you can define object attributes from the selected objects like shown in the screenshot below. [image: 93b50169-ebd7-4d97-8a7c-4760438b5f9b.jpeg]
  • HOMESTUCK: retake

    WIP and Showcase
    8
    1 Votes
    8 Posts
    385 Views
    KrystalYeeK
    @Bryce678 How exciting! Thank you for sharing
  • 2026 Game Jam Challenge

    Announcements
    3
    2 Votes
    3 Posts
    539 Views
    KrystalYeeK
    🍀 Lucky Clover Puzzle Jam [image: 2ffc805c-8951-4ccd-8da6-d97c8e589681.png] Dates: March 13th, 2026 9:00 AM to March 20th, 2026 11:59 PM Theme: Lucky Clover Puzzle Design a puzzle game about luck, rarity, or finding something special. If you're hunting for hidden treasures, stacking lucky charms, or solving your way to that rare four-leaf clover, we want to see your most creative take on the theme. Think match-3 with luck mechanics, a hidden object puzzle, or a game about odds and probability. Go wild! Rules & Guidelines Games must be created using hyperPad Reusing existing assets or logic is allowed Focus on theme, storytelling, and sharing your progress Games should be playable with a clear outcome Tag your submission with #2026MARCHJAM to be featured on the Hub Submission ends March 20th, 11:59 PM EST Prizes Participate to win an awesome "Lucky Clover Participant." [image: 64288afe-f6ff-499e-ba1c-5991eb8a6483.png] If there are at least 5 submissions, the winner will receive an exclusive "Lucky Clover Winner" award. [image: d2e810b7-d508-4506-a408-659bf295f4e4.png] Good luck! 🍀 hyperPad Team
  • 1 Votes
    5 Posts
    550 Views
    KrystalYeeK
    @NeilSenn said: Probably the fact that endless capacity is bewildering. Easy to get caught up learning processes rather than developing expression (not that the two are mutually exclusive) but honestly I don't see that here. This community seems all people with developed interests that draw, design, write music, make interesting mods and stuff which is rad to be a part of. Yes! Having the freedom to build anything can sometimes feel overwhelming. Game jams are a great way to add structure. They introduce clear themes, time limits, and constraints that help narrow the scope and create a focused path forward. That kind of framework makes it easier to develop skills, experiment with ideas, and actually finish projects. They also offer a chance to gain visibility within the community. Like you've mentioned, we have a very talented pool of creators here. It is exciting to see it continue to grow. As more people join and share their work, the level of creativity and challenge naturally rises for everyone involved. Hope to see you in the upcoming game jams!
  • Kick action with physic

    Help and Support
    2
    0 Votes
    2 Posts
    163 Views
    KrystalYeeK
    @MrAeon1111 said in Kick action with physic: Hello, I just started a project and I would like to know if you can help me. I would like to be able to kick an object. Can you show me how to do that? I have just no clue what to use. Just a 2-D character walking down and kicking object with physics. Thank you very much Yes, you can do this in hyperPad. The idea is simple: make both the player and the object use physics, then apply a force to the object when the kick happens. 1. Make the objects use physics Select the object you want to kick. Add the behavior Make Physics. Do the same for the player character if you want realistic interaction. When an object is a physics object it reacts to gravity, collisions, and forces in the scene. Physics objects can collide with other physics or wall objects, which is what lets things be pushed or kicked. 2. Detect when the kick hits the object Add the behavior Collision Event to the player. Settings: Object A: Player Object B: The object you want to kick Event type: Started Colliding This behavior triggers when two objects start touching. 3. Apply force to simulate the kick After the Collision Event, add: Apply Force or Propel Object (from the Physics behaviors). Set: Object: the object being kicked Direction: left/right based on your character direction Strength: adjust until it feels right The hyperPad physics engine will handle the movement and collisions automatically. 4. Optional improvements You can tweak physics properties to change how the kick feels: Mass (heavier objects move less) Friction Bounce These can be changed with Set Physics Property. Let me know if this helps! You can learn all about this on the hyperPad documentation: https://documentation.hyperpad.com/hc/en-us
  • RobinsonX (Game ChangeLogs)

    WIP and Showcase
    245
    1 Votes
    245 Posts
    321k Views
    KrystalYeeK
    @RobinsonX Amazing!
  • hyperPad 2.5 is here!

    Announcements
    4
    2 Votes
    4 Posts
    400 Views
    KrystalYeeK
    Prefabs and Templates Upgraded Again! Spawnable prefabs and templates let you dynamically create premade objects during gameplay, making your scenes more flexible and efficient. Games like Terraria and Call of Duty: Warzone rely on spawning systems to generate enemies, loot, and interactive elements in real time. With the updated Spawn Object behavior, you can instantly instantiate assets from your Asset Library, speeding up development and creating more dynamic, replayable game experiences. [image: 9679fe34-760a-46f0-913d-033b0a1dc62d.jpeg]
  • 1 Votes
    2 Posts
    215 Views
    No one has replied
  • 2026, a really interesting year for iPads?

    General Discussion
    1
    2 Votes
    1 Posts
    218 Views
    No one has replied
  • 0 Votes
    2 Posts
    175 Views
    MurtazaM
    Can you be more specific on how you cropped your image? hyperPad has a limited built in image editor that has a crop feature. You can import a graphic, then in the asset library press and hold to bring up the menu, and then select "Edit Graphic" then on the left hand side select the crop tool. If you used an app outside of hyperPad, make sure the image you cropped is saved, and you have imported it into hyperPad AFTER you have made any edits in what ever tool you're using.
  • OpenHL out now!

    WIP and Showcase
    15
    2 Votes
    15 Posts
    3k Views
    Bryce678B
    OpenHL v6.tap Here’s the project!
  • How to make checkpoints?

    Help and Support
    7
    3
    0 Votes
    7 Posts
    491 Views
    FranjipangF
    @RobinsonX yoooo thank you so much! This has worked perfectly :)
  • hyperPad 2.5 Beta - Now Available For Sign Up

    Announcements
    6
    2 Votes
    6 Posts
    421 Views
    KrystalYeeK
    hyperPad 2.5 beta updates! Thank you for your feedback beta testers. With your support, we have caught some bugs and made updates. Let us know what you think in the comments below. New Bug Fixes Fixed crashes in some projects when playing in the Hub Fixed unit and clear buttons not being visible on text fields in the behavior editor Fixed the status bar being visible on exported projects Fixed the Alert behavior not working on exported projects
  • We Apologize! 🥺

    Announcements
    1
    1 Votes
    1 Posts
    131 Views
    No one has replied
  • THE FIRST PLAY AWARD

    Help and Support
    6
    4
    1 Votes
    6 Posts
    385 Views
    MurtazaM
    @Bryce678 Yes there is currently a bug in how rewards are treated. It should only be giving it to you the first time you earn it. However, it is giving it for every instance.
  • How to make a splash screen intro in hyperpad

    Help and Support
    2
    0 Votes
    2 Posts
    282 Views
    RobinsonXR
    @Ethan-D This is late but for those who still are interested in how you can achieve this, you can use transform behaviors (the cyan behaviors) such as Move By, Scale To, and Rotate to Angle. You can use a combination of these behaviors to make your logo move, scale, and rotate. You can also fade its opacity by using Set Color. For a simple fade in effect, you can set the object's opacity to be 0% so that it is completely transparent. Then in the behaviors, you can place a Set Color behavior to make it change to white with full opacity over time. A lot of this is knowing how the behavior system works, so I recommend watching YouTube videos from the hyperPad YouTube channel to get a grasp on it. You'll be able to customize exactly how your logo animates by using transform behaviors and some other behaviors.