• how do make a character quit the game when HP is 0

    Help and Support
    3
    0 Votes
    3 Posts
    317 Views
    RobinsonXR
    @DingusDev You've programmed it to only check on start. You can plug the Add to Health Bar behavior to Quit Project behavior, like TutorialDoctor suggested. This makes it so when the health bar reaches 0, it will restart the game. This is because in the Add to Health Bar behavior, there is a toggle to trigger when the health bar becomes empty (it should be on by default).
  • Copy logic and make instances of objects

    Help and Support
    7
    1 Votes
    7 Posts
    523 Views
    Juan RomeroJ
    @Murtaza I’ve tried to download Hyperpad in my Mac but I have to buy It again, since it’s a different OS it doesn’t let me just download it. It’s a shame but maybe I’ll buy it again.
  • Move in new direction

    Help and Support
    2
    1 Votes
    2 Posts
    234 Views
    RobinsonXR
    @Andy004 I know this is old, but you should use the Set Velocity behavior. You can dynamically change the object's velocity.
  • Join the Global Game Jam 🚀

    Announcements
    1
    1 Votes
    1 Posts
    353 Views
    No one has replied
  • Problems backing up

    Help and Support
    3
    1 Votes
    3 Posts
    257 Views
    gameyichenG
    @RobinsonX Thanks! And hope it can be fixed soon.
  • Project Icon Not Updating

    Bug Reports
    4
    0 Votes
    4 Posts
    531 Views
    RobinsonXR
    @ZuniSoft Yep! When the project isn't uploaded to the hub, it uses the last saved screenshot. After it is uploaded to the hub, one of the hub screenshots are used instead. This is kinda confusing but I think it is intended to work like that. Maybe the projects page can have a little redesign - it could show icons instead of screenshots and thumbnails. Maybe we can allow the user to edit their project from the projects page instead of having to upload it each time. When I have the time, I can talk with the team about a little revamp of the projects page.
  • App icon and folder icon are different…

    Bug Reports
    3
    1 Votes
    3 Posts
    376 Views
    Keith DavisZ
    Sounds like a Files app bug on Apple’s end.
  • How to make tracer tool?

    Help and Support
    2
    1 Votes
    2 Posts
    321 Views
    RobinsonXR
    @ANGRYBIRDSFILMSALT This can either be simple or complex depending on the path of your object. Assuming it is a straight path, you can use an Empty Object for it. Make the anchor of the object to be 50, 0 so the bottom center of the object will be used in transformations. Calculate the distance from point A to point B. Calculate the direction from point A to point B. Now move the empty object to point A. Rotate the object to the direction given in step 2. Now rescale the object so that the y matches the distance given in step 1. You can change x to any width you like - this will be the stroke length. Now you should have a line connecting from point A to point B. You can use this every time an object is moving to a point. However, do note that distance is affected by the zoom; it'll be normal at 100% zoom but it will double when zoom is 50%.
  • loop not working

    Help and Support
    5
    1 Votes
    5 Posts
    490 Views
    RobinsonXR
    @Lupo The loop triggers events instantaneously, so it doesn't wait until the behaviors under it are done executing like Kamdroid said. The wait behavior would execute once because every time it's executed, it interrupts its previous instance - it's like resetting a clock every time it executes. The way you would achieve something like this is to connect the behaviors from the bottom to the top so it makes a loop. When you want to stop the loop, use the Behavior Off behavior to interrupt the chain of events.
  • 2 Votes
    11 Posts
    990 Views
    Keith DavisZ
    I found a workaround, if you have an M series Mac, you need to run Xcode in Rosetta mode.
  • Apple is asking me some questions about my game

    Help and Support
    5
    1 Votes
    5 Posts
    490 Views
    HamedH
    @SplitMindGaming answer no to the rest
  • Play Animation Holds onto Last Animation Used

    Help and Support
    5
    1 Votes
    5 Posts
    440 Views
    RobinsonXR
    @ZuniSoft I just fixed this. Thank you for bringing this to our attention. :) When selecting an animation cycle, it should replace all the frames. You can still add individual images as frames without it resetting.
  • Can hyperPad do…

    General Discussion
    4
    1 Votes
    4 Posts
    560 Views
    Aidan_FireA
    @Gadgetkk Like Factorio? Man, that would be interesting to try and make, it might not be easy but it’s most certainly possible.
  • 1 Votes
    1 Posts
    300 Views
    No one has replied
  • Join hyperPad at the Global Game Jam 2023 🚀

    Announcements
    1
    1 Votes
    1 Posts
    303 Views
    No one has replied
  • Trolls is on the Hub…

    WIP and Showcase
    3
    3 Votes
    3 Posts
    601 Views
    ClarissaC
    Super fun game 👾
  • Cant Open Xcode Project

    Help and Support
    13
    0 Votes
    13 Posts
    2k Views
    SplitMindGamingS
    @Hamed not sure if this has something to do with it not building or finding the gameanalytics. But some of these frameworks on the hyperpad file is in red indicating it cant find the path or its missing? [image: 1671035870310-bb5bf6ea-b68c-49b3-a713-e4c0a37ceaae.jpeg]
  • Livestream tutorial today !

    Announcements
    1
    1 Votes
    1 Posts
    297 Views
    No one has replied
  • hyperPad 1.32 is here!

    Announcements
    1
    2 Votes
    1 Posts
    310 Views
    No one has replied
  • Portrait Mode Is Mis Aligned After Update

    Bug Reports
    2
    1 Votes
    2 Posts
    300 Views
    RobinsonXR
    @SplitMindGaming Hello, this has been fixed in the newest update. Thanks for letting us know!