• This topic is deleted!

    1
    0 Votes
    1 Posts
    2 Views
    No one has replied
  • Basic logic help

    7
    0 Votes
    7 Posts
    637 Views
    RobinsonXR
    @Aceboss Yeah, for an else if, you can make it a condition that's always true so it'll just act like an else.
  • Timer at 0 seconds doesn’t fire?

    Unsolved
    5
    0 Votes
    5 Posts
    444 Views
    RobinsonXR
    @Aceboss Yep! If the time to move (duration) is equal to or less than the interval of the timer, then it will be able to complete its movement.
  • Cant seem to make animations work

    3
    0 Votes
    3 Posts
    280 Views
    RobinsonXR
    @DingusDev Can you share screenshots of how you've set up your animations?
  • Remove Joystick?

    3
    1 Votes
    3 Posts
    297 Views
    AcebossA
    @Murtaza Thanks!
  • 0 Votes
    3 Posts
    248 Views
    the meme manT
    oh hi hyperpad creator
  • Rendered texture > draw polygon collisions

    2
    1 Votes
    2 Posts
    254 Views
    RobinsonXR
    @Stuart_McKay Hello! I know it's been a while, but there is a new Raycast Test behavior you can try out to detect objects at a specific angle. Hope this helps if you see this.
  • No search bar

    3
    1 Votes
    3 Posts
    226 Views
    MurtazaM
    In the meantime, you can actually search google for hyperPad hub games. Just add hyperPad hub to your search and it should come up.
  • how do make a character quit the game when HP is 0

    3
    0 Votes
    3 Posts
    303 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

    7
    1 Votes
    7 Posts
    499 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

    2
    1 Votes
    2 Posts
    226 Views
    RobinsonXR
    @Andy004 I know this is old, but you should use the Set Velocity behavior. You can dynamically change the object's velocity.
  • Problems backing up

    3
    1 Votes
    3 Posts
    243 Views
    gameyichenG
    @RobinsonX Thanks! And hope it can be fixed soon.
  • How to make tracer tool?

    2
    1 Votes
    2 Posts
    223 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

    5
    1 Votes
    5 Posts
    484 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.
  • Apple is asking me some questions about my game

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

    5
    1 Votes
    5 Posts
    426 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.
  • This topic is deleted!

    3
    1 Votes
    3 Posts
    14 Views
  • Cant Open Xcode Project

    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]
  • I need the Search Button on the Hub!

    2
    1 Votes
    2 Posts
    159 Views
    RobinsonXR
    @T_hyperpad This is planned! Thanks for the request.
  • Arrays across scenes

    7
    0 Votes
    7 Posts
    645 Views
    Aidan_FireA
    @Kamdroid Literally no idea why I haven’t tried that yet, and if I have tried it no idea why I’m not doing it.