Skip to content
  • Projectile not showing up on layer

    Help and Support
    18
    0 Votes
    18 Posts
    263 Views
    MrAeon1111M
    As I’m not an engineer in IT or mathematician. I would need a tutorial on how to shoot with a precise angle. Trying to become an engineer now, it will be too late for me. I would need a tutorial for that. When you just have to have a node that say shoot by an angle. making this by yourself with math formula, it’s mind blowing weird. Do you know somebody or something that can show me a complete and clean explanation how to do this? Thank you very much
  • Recruiting For Best Game That You Have Made!

    General Discussion
    2
    1 Votes
    2 Posts
    61 Views
    RobinsonXR
    Doing good! Nice to see you using this as a way to collaborate with others. Can't wait to see what you guys make! :) We have a Discord server where you can chat with others if you're looking for quicker response times: https://discord.gg/RpXHJXq
  • How to save an added tag

    Help and Support
    2
    0 Votes
    2 Posts
    56 Views
    RobinsonXR
    You need to save and load the array. When loading the array, you must reapply the tags. Let's start with saving and loading. After modifying the array (it should now contain all the tags you need), you can trigger the Modify Save File behavior and save the entire array. When the scene starts, you can trigger Load from Save File with the same key you used in the modify save file behavior. Now you can load the array, but you must add the tags back, otherwise all the work you did for saving and loading was for nothing. Grab the loaded value from the load from save file behavior, and plug it into the Modify Tag behavior. There is an option to set the tags of the object (or append tags) which takes in an array.
  • Scene chang

    Help and Support
    3
    0 Votes
    3 Posts
    36 Views
    RobinsonXR
    A better approach would be to utilize the screen behaviors to move between images. This allows things to persist instead of the entire scene resetting every time.
  • 2 Votes
    3 Posts
    539 Views
    MurtazaM
    @pizzaking-i Is your system language changed? hyperPad should be going by system language.
  • 2026 Monthly Game Theme!

    Announcements
    2
    1 Votes
    2 Posts
    48 Views
    KrystalYeeK
    🚀 2026 May Theme! [image: b1576235-c33c-4dfe-9e1d-9293b6280fd4.png] Get ready to jump into hyperspace, because May’s theme is inspired by the epic universe of Star Wars! 🌌 From galactic battles and space exploration to mysterious planets and futuristic tech, this month is your chance to create any game that captures the spirit of a galaxy far, far away. There are no limits on genre or style, so long as your project fits the theme. 🛠️ How it works: Build your game anytime during the month of May Use hyperPad to bring your idea to life Share your project with the tag #2026MAYJAM ⏳ You have the entire month to create, experiment, and polish your game. This is a great opportunity to challenge yourself, try new mechanics, and showcase your creativity with the community. May the creativity be with you. 💫
  • Bird eye diagonal viewpoints for character help!

    Help and Support
    10
    1 Votes
    10 Posts
    250 Views
    HakujyuH
    Thank you, I need to read more tutorials, thanks for explaining
  • Yellow collision box

    Help and Support
    5
    0 Votes
    5 Posts
    163 Views
    MurtazaM
    Oh oops. I accidentally half opened it. 😅
  • 1 Votes
    8 Posts
    219 Views
    RobinsonXR
    No I never had the need to do anything like this, but if I'm understanding this correctly, you want the image to clamp to the screen's boundaries when the image is larger than the screen. There's no built-in way to do this. The easiest thing I can think of is moving the image to the player every frame (Frame Event --> Move to Object) and then using the Clamp Value behavior. You can clamp the x and y position of the image as it moves and restrict it to a rectangular area. You would have to account for the dimensions of the image and the screen.
  • Welcome to the hyperPad Help & Support Center! 🚀

    Pinned Locked Help and Support
    4
    0 Votes
    4 Posts
    969 Views
    KrystalYeeK
    Common Issue If hyperPad won’t log in / crashes: Tell us your iPad model + iPadOS version Tell us which app: hyperPad / hyperPad Hub / hyperPad Starter Send a 10-sec screen recording of the issue Include the exact step you were doing when it happened Email it to: support@hyperpad.com
  • Move player forward In their direction

    Unsolved Help and Support
    7
    0 Votes
    7 Posts
    326 Views
    Ya7Y
    @IAmPotat Hey, So you could use an attribute system to set when the player is in a certain direction. For example, create an attribute in an object’s menu settings called “Direction“. When the player is facing to the right (or doing anything that makes them face right) set the Direction to “Right”. If left for any reason, set it to “Left”. When you go to move the player, Get Attribute, and If attribute = Right, move the player in the positive X axis, and If attribute = Left, move player along the negative X axis. This is one of many ways. Behaviors Used Set Attribute Get Attribute If Move by
  • Dictionary load and save tutorials

    Help and Support
    41
    1 Votes
    41 Posts
    2k Views
    MrAeon1111M
    Sorry about that I found a solution to my problem
  • Best way to erase something in an array

    Help and Support
    4
    1 Votes
    4 Posts
    144 Views
    MurtazaM
    There are a few major tentpole changes to hyperPad that are in the works. Once these are in place we'll be doing more of a focus on tutorials and documentation
  • 1 Votes
    7 Posts
    426 Views
    Ya7Y
    @RobinsonX Oh god that TestFlight scared me 😳 so glad I made a copy of my game. Looking forward to the next iteration. Thanks for the heads up.
  • I lost my code

    Help and Support
    8
    0 Votes
    8 Posts
    225 Views
    IAmPotatI
    Ok thank you!
  • Loop and spawn

    Help and Support
    5
    0 Votes
    5 Posts
    148 Views
    MrAeon1111M
    Perfection thanks
  • Just Thinking

    Comments & Feedback
    4
    0 Votes
    4 Posts
    166 Views
    RobinsonXR
    Yes! that too! People aren't patient when scrolling through shorts 😭
  • How to Create a Charater’s Spectral

    General Discussion
    3
    1
    1 Votes
    3 Posts
    214 Views
    Paulo OrsuliP
    @RobinsonX Nice bro! Thank you I`ll Tr
  • Broadcast message from a scene to an overlay possible?

    Help and Support
    12
    1 Votes
    12 Posts
    309 Views
    MrAeon1111M
    You mean having the inventory always loaded, but visibility turned off. I need to try that
  • Can’t switch joysticks (Change weapon)

    Help and Support
    15
    0 Votes
    15 Posts
    524 Views
    MrAeon1111M
    It works with joystick input but not with joystick control.