hyperPad hyperPad Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search
    • Login
    1. Home
    2. Recent
    Log in to post
    Load new posts
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics
    • All categories
    • LupoL

      No permission on my own project

      Bug Reports
      • • • Lupo
      7
      1
      Votes
      7
      Posts
      412
      Views

      ZomZ

      Hi,

      I just emailed asking to have a project fixed, but on a hunch, I airdropped in to my MAC, then airdropped it back to my iPad.

      The reimported file works just fine.

    • ClarissaC

      Winners Announcement of the GGJ 2023

      Announcements
      • • • Clarissa
      1
      1
      Votes
      1
      Posts
      175
      Views

      No one has replied

    • IndigoGuy12I

      Fnaf

      General Discussion
      • • • IndigoGuy12
      1
      1
      Votes
      1
      Posts
      108
      Views

      No one has replied

    • ANGRYBIRDSFILMSALTA

      Announcing a new game…

      WIP and Showcase
      • • • ANGRYBIRDSFILMSALT
      2
      1
      Votes
      2
      Posts
      174
      Views

      RobinsonXR

      @ANGRYBIRDSFILMSALT Welcome back! I'm glad you're working on something new and cool. Hopefully, you'll be motivated enough to finish this project - I've always had a hard time trying to complete my projects lol

    • DingusDevD

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

      Help and Support
      • • • DingusDev
      3
      0
      Votes
      3
      Posts
      179
      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).

    • Juan RomeroJ

      Copy logic and make instances of objects

      Help and Support
      • • • Juan Romero
      7
      1
      Votes
      7
      Posts
      235
      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.

    • Andy004A

      Move in new direction

      Help and Support
      • • • Andy004
      2
      1
      Votes
      2
      Posts
      150
      Views

      RobinsonXR

      @Andy004 I know this is old, but you should use the Set Velocity behavior. You can dynamically change the object's velocity.

    • ClarissaC

      Join the Global Game Jam 🚀

      Announcements
      • • • Clarissa
      1
      1
      Votes
      1
      Posts
      191
      Views

      No one has replied

    • gameyichenG

      Problems backing up

      Help and Support
      • • • gameyichen
      3
      1
      Votes
      3
      Posts
      133
      Views

      gameyichenG

      @RobinsonX
      Thanks!
      And hope it can be fixed soon.

    • ZuniSoftZ

      Project Icon Not Updating

      Bug Reports
      • • • ZuniSoft
      4
      0
      Votes
      4
      Posts
      250
      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.

    • ZuniSoftZ

      App icon and folder icon are different…

      Bug Reports
      • • • ZuniSoft
      3
      1
      Votes
      3
      Posts
      184
      Views

      ZuniSoftZ

      Sounds like a Files app bug on Apple’s end.

    • ANGRYBIRDSFILMSALTA

      How to make tracer tool?

      Help and Support
      • • • ANGRYBIRDSFILMSALT
      2
      1
      Votes
      2
      Posts
      131
      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%.

    • LupoL

      loop not working

      Help and Support
      • • • Lupo
      5
      1
      Votes
      5
      Posts
      279
      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.

    • SuperSnoopyBrosS

      HyperPad Project Fails to Build in Xcode - ARM64 - ios simulator issues

      Bug Reports
      • • • SuperSnoopyBros
      11
      2
      Votes
      11
      Posts
      470
      Views

      ZuniSoftZ

      I found a workaround, if you have an M series Mac, you need to run Xcode in Rosetta mode.

    • SplitMindGamingS

      Apple is asking me some questions about my game

      Help and Support
      • • • SplitMindGaming
      5
      1
      Votes
      5
      Posts
      272
      Views

      HamedH

      @SplitMindGaming answer no to the rest

    • ZuniSoftZ

      Play Animation Holds onto Last Animation Used

      Help and Support
      • • • ZuniSoft
      5
      1
      Votes
      5
      Posts
      233
      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.

    • GadgetkkG

      Can hyperPad do…

      General Discussion
      • • • Gadgetkk
      4
      1
      Votes
      4
      Posts
      267
      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.

    • ClarissaC

      Enter Our Christmas Giveaway for a Change to win Amazing Prizes 🎁

      Announcements
      • • • Clarissa
      1
      1
      Votes
      1
      Posts
      138
      Views

      No one has replied

    • ClarissaC

      Join hyperPad at the Global Game Jam 2023 🚀

      Announcements
      • • • Clarissa
      1
      1
      Votes
      1
      Posts
      140
      Views

      No one has replied

    • ZuniSoftZ

      Trolls is on the Hub…

      WIP and Showcase
      • • • ZuniSoft
      3
      3
      Votes
      3
      Posts
      255
      Views

      ClarissaC

      Super fun game 👾