• Sprite sheets

    1
    0 Votes
    1 Posts
    196 Views
    No one has replied
  • How do I make my charakter climb?

    2
    1 Votes
    2 Posts
    177 Views
    RobinsonXR
    I made a tutorial on this:
  • Enemy shoot bullets?

    2
    0 Votes
    2 Posts
    155 Views
    RobinsonXR
    There's a behavior called Shoot. You can use the Calculate Direction behavior to calculate the angle to shoot from the enemy to the player.
  • How do you update game?

    2
    1 Votes
    2 Posts
    156 Views
    RobinsonXR
    Did you modify the game's version? That might be the cause of this bug
  • how to make a project in just new-

    3
    0 Votes
    3 Posts
    217 Views
    rathernotsayR
    sry me neither
  • Add to score outputs a string and not a number !

    7
    0 Votes
    7 Posts
    707 Views
    RobinsonXR
    Sidenote: All behaviors that manipulate objects will output Object ID(s). Some behaviors can have multiple output fields and you can select whichever one you want. 👍
  • Cloud with arrow error

    1
    0 Votes
    1 Posts
    167 Views
    No one has replied
  • Can I make a miiverse like game/app

    4
    1 Votes
    4 Posts
    414 Views
    WindwakerXW
    @RobinsonX thank you for valuable information, now I’m working on affinity designer for some concepts, characters, and work flow. I will make a new post once I made some success.
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    2 Views
    No one has replied
  • Physics

    4
    1 Votes
    4 Posts
    410 Views
    RobinsonXR
    No problem! Maybe the second one wouldn't translate into real life, but it definitely applies in hyperPad.
  • Tips Corner - April

    3
    2 Votes
    3 Posts
    325 Views
    TutorialDoctorT
    [image: 11f0e794-96ee-4468-9af6-e09fde7a52ac.png] Theses are the tools I use. I’ll post a few tips and tricks soon. The main challenge I have is creating a workflow for animation. I’ll describe some workflows I have so far. The apps I use Animation Pro - Rigged character animation. I export to a PNG sequence with transparent background to the Documents By Readdle app. Nomad Sculpt - 3d model sculpting for 3d rotation view MagicPoser - for 3d figure reference Flipaclip - for 2D traditional animation. Has a good PNG sequence exporter. I also use it for rotoscoping video Procreate - Has a great animation system now. For high fidelity raster art work and animation (you can use tools like liquify to modify keyframes. Pixel Studio - useful for pixel art animation. It can export PNG sequences to Google drive (the workflow isn't that great thought) Art Set - For a realistic art medium effect, you can't get better than this. Xpression - Animate a photo with only my face. Uses artificial intellgience. Pinterest - Inspiration! Artbreeder.com - For AI generated character designs Waifu2x - great app for resizing low res images (uses AI) Bot3D Editor - 3d character animation. I can save animations and import into FlipAclip or Procreate for rotoscoping. MugLife - I don't really use this much, but it is useful for facial animations. I don't like the content in the app though. Affinity Designer - I use this for all of my vector art. I also have Affinity Photo but I haven't used it much yet. Workflow tips (coming soon): ... Here is some stuff I’ve produced [image: 081712a5-0370-46e9-a548-3022ec2e2cfb.png]
  • Important survey

    8
    1 Votes
    8 Posts
    751 Views
    MurtazaM
    I'm with @bosswave and @Jack8680 On iPhone I prefer portrait, and landscape on iPad. It has to be really good to make me want to turn my phone to the side! 🤣
  • Render texture help

    5
    0 Votes
    5 Posts
    452 Views
    Aidan_FireA
    @TutorialDoctor I am in the TestFlight version. And yes I discovered the exact same thing you are now, it doesn’t work on empty objects.
  • I Need Help With Animations

    4
    0 Votes
    4 Posts
    472 Views
    TutorialDoctorT
    @ItzDrago Use the "Documents by Readdle" app to store your animations in a folder (animation must be a PNG sequence of photos). You can use the "Graphics" import to navigate to your documents folder and select "Select All." This will import all of your frames into hyperpad.
  • Code for emery chasing you

    5
    1 Votes
    5 Posts
    462 Views
    RobinsonXR
    If you wanted to, you can have the enemy jump. The code below would make the enemy jump if the player is at a higher position than itself. If enemy's y position > player's y position: Jump (use the jump behavior)
  • tips on optimizing game?

    6
    0 Votes
    6 Posts
    517 Views
    Aidan_FireA
    @bosswave hyperPad DM?
  • Can no longer download HyperPad on Ipad

    3
    0 Votes
    3 Posts
    229 Views
    MurtazaM
    Yup as stated, we don't have any control over the app store. Even during pricing changes (eg. going from free to paid) you retain your purchase. Double check you're using the correct apple id.
  • Questions

    5
    1 Votes
    5 Posts
    545 Views
    Aidan_FireA
    @SuperSean Have a large invisible object the size of the screen on the UI layer, and use touching behaviours in that. All 3 of the touching behaviours can output the position you touched.
  • Execute and wait for behaviour bundle to finish

    5
    0 Votes
    5 Posts
    440 Views
    Aidan_FireA
    @Kamdroid Just after doing some testing, for me the game seems to always actually wait for the calculation to finish before moving on to the next behaviour under behaviour on anyway, even when calculate result had loops.
  • About game logic

    21
    0 Votes
    21 Posts
    5k Views
    GeorgeSmtG
    I'd recommend you to see this article about coding apps for kids. There are a lot of helpful information for you there