hyperPad hyperPad Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search
    • Login
    1. Home
    2. Help and Support
    Log in to post
    Load new posts
    • Recently Replied
    • Recently Created
    • Most Posts
    • Most Votes
    • Most Views
    • SplitMindGamingS

      How to keep scoreboard on top of the screen

      • • SplitMindGaming
      3
      0
      Votes
      3
      Posts
      68
      Views

      KamdroidK

      Create your score label on the Scene UI layer.

      Here's more info about layers

    • XDgamesX

      how do i make a good world generation

      • • XDgames
      3
      0
      Votes
      3
      Posts
      78
      Views

      RobinsonXR

      Are you talking about Minecrafty-like generation?

      The world can have hills and valleys. From left to right, the land can slope up and down, you can achieve this by having an empty object moving from left to right spawn blocks and randomly moving up and down. You can spawn trees by making the empty object have a random chance of spawning one. Grasses and flowers can also be added in the same way as the trees.

      Are you talking about dungeon-like generation? With rooms and chambers?

      Have a starting chamber, then rooms can branch out in multiple ways. Avoid creating too many rooms. In each room, pre-made templates can be used. Having props, monsters, etc.
    • SplitMindGamingS

      How to align overlays?

      • • SplitMindGaming
      3
      0
      Votes
      3
      Posts
      80
      Views

      MurtazaM

      Yes this looks like a bug!

    • SplitMindGamingS

      Behavior stop not working

      • • SplitMindGaming
      10
      0
      Votes
      10
      Posts
      184
      Views

      MurtazaM

      Moved this to Help and support, as it's not a bug.

    • SplitMindGamingS

      How to spawn objects infinitely.

      • • SplitMindGaming
      7
      0
      Votes
      7
      Posts
      121
      Views

      MelideM

      @SplitMindGaming Normally, just getting the Timer off will work, as I said earlier. But if you want it to be like that, it works too ;)

    • XGamesX

      Dynamically Change SetGraphic?

      setgraphic • • XGames
      3
      0
      Votes
      3
      Posts
      141
      Views

      XGamesX

      @Aidan-Oxley

      Thanks for the answer! I really wish this was a feature, though I guess there are more pressing features to develop i.e. Lighting. -DJRBP, HRE

    • Hyper dus gamesH

      I don’t know how to code well in this

      • • Hyper dus games
      19
      0
      Votes
      19
      Posts
      622
      Views

      Aidan_FireA

      E0DF639D-BC23-4E78-99B2-FEC71318DD4A.MP4

      Video is above (I would recommend copying it and pasting to another browser, it's weird in hyperPad), copy and paste this link into safari for the project: https://go.aws/39n3Taz

    • StereotypicalninjaS

      Cant add new projects

      • • Stereotypicalninja
      3
      0
      Votes
      3
      Posts
      76
      Views

      Aidan_FireA

      Are you using HyperPad or HyperPad Viewer?

    • SuperSeanS

      3D GAME CREATION TIPS

      • • SuperSean
      4
      0
      Votes
      4
      Posts
      211
      Views

      SuperSeanS

      I’m trying to do that with a game called bee boy

    • ApplegdyA

      Animation and sound timing

      • • Applegdy
      3
      0
      Votes
      3
      Posts
      1.2k
      Views

      RobinsonXR

      Can you show a screenshot of your behaviors? @Applegdy

    • ApplegdyA

      Drag and drop object

      • • Applegdy
      14
      0
      Votes
      14
      Posts
      443
      Views

      HamedH

      You can use the Make Physics behaviour to make font have physics:

      https://hyperpad.zendesk.com/hc/en-us/articles/360016230052-Make-Physics

    • JiiSJ

      Animations are broken.

      • • JiiS
      10
      0
      Votes
      10
      Posts
      495
      Views

      MelideM

      I’ve gone a little bit deeper into it. I think there is maybe a problem with your drawing app. I got the picture that you had for example with your hero character, and there is an invisible outline surrounding your image
      .9A6DC728-FEB3-4259-BB64-E3A6DD1DC3FF.jpeg

      I know it’s very frustrating when you work hard for one thing and it suddenly doesn’t work as it has to be. But for this problem in particular, I don’t think we can fix this. Actually maybe we can but it’s just my idea of it. It seems to be a problem with the image itself.

    • ApplegdyA

      Select multiple blocks at once

      • • Applegdy
      4
      0
      Votes
      4
      Posts
      167
      Views

      Aidan_FireA

      @Applegdy Wow it seems I didn't even read what you said properly. I guess I went straight to assuming blocks in your world. No, you can't select and duplicate multiple behaviour blocks at once sadly. The best you can do is duplicate an object with all of its logic.

    • ShasttoonS

      Randomize Object

      randomizes randome objects • • Shasttoon
      4
      1
      Votes
      4
      Posts
      220
      Views

      Aidan_FireA

      @Shasttoon That option means that say once you reach 30 objects that exist, no more will be able to spawn (if you turn on Recycle, it will delete the oldest one instead).

      And after testing it just then, it works fine for me. If you want to spawn more than one at a time, change the Multiplier.

    • Game maker 123G

      New problem....can’t view other people’s stuff

      • • Game maker 123
      7
      0
      Votes
      7
      Posts
      335
      Views

      HamedH

      @Aero Could you possibly take a screen capture of your issue? Video if possible

    • MarkapplegateM

      Saving score and scene level

      • • Markapplegate
      4
      0
      Votes
      4
      Posts
      210
      Views

      MurtazaM

      @Applegdy

      For that what you could do is save the page number each time you turn the page.

      Then when the book first starts load the page number, when user presses resume reading or what ever load scene that matches the loaded value.

    • MarkapplegateM

      Vibration

      • • Markapplegate
      2
      0
      Votes
      2
      Posts
      93
      Views

      HamedH

      @Markapplegate We do not have a vibrate behaviour

    • RoboSabsR

      Is the program broken at the moment?

      • • RoboSabs
      2
      0
      Votes
      2
      Posts
      93
      Views

      HamedH

      @RoboSabs we're releasing an update soon that will fix the tutorial issues.

      For your objects falling through the ground, you need to make your ground not be passable.

      https://hyperpad.zendesk.com/hc/en-us/articles/207909343-Physics-Properties

    • RobinsonXR

      Creating a 3D game, need some assistance

      • • RobinsonX
      11
      0
      Votes
      11
      Posts
      479
      Views

      RobinsonXR

      Here's some more context:
      IMG_1810.MP4

    • IdayleyI

      Downloading Assets Already In game

      • • Idayley
      3
      0
      Votes
      3
      Posts
      177
      Views

      IdayleyI

      @Aidan-Oxley that’s a good idea! I didn’t think of that, thanks!