Navigation

    logo

    hyperPad Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search
    1. Home
    2. TutorialDoctor
    3. Posts
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    Posts made by TutorialDoctor

    • RE: Help Needed!

      @aPaperWeight what languages and frameworks are you using?

      posted in Help and Support
      TutorialDoctor
      TutorialDoctor
    • RE: Enemy chase player? (RESOLVED)

      @dumbTactics as a quick guess, I suppose you can use the move to point behavior. You may have to keep track of all player positions in an array and move the enemy to each point after a certain amount of time using a timer behavior.

      For basic player follower functionality you can use a Timer, Get Position, and Move to Point behavior to move an enemy to a player position every ‘x’ amount of seconds.

      posted in Help and Support
      TutorialDoctor
      TutorialDoctor
    • RE: I want the editor to be free so I can make games for free

      @dumbTactics I I’ve tried to use personal assets in most of my projects if you want to take a look at them. Most of them are branchable.

      posted in Comments & Feedback
      TutorialDoctor
      TutorialDoctor
    • RE: Minimize Joystick Deadzone? (For side view game)

      @dumbTactics I’ve found it better to build my own movement system using the physics behaviors and the left, right etc behaviors. You can output the magnitude from the joystick behaviors .

      posted in Help and Support
      TutorialDoctor
      TutorialDoctor
    • RE: add Split View? iPad Pro

      @dumbTactics I’d say there are a number of more important features to consider. Perhaps use another device? Tv?

      posted in Comments & Feedback
      TutorialDoctor
      TutorialDoctor
    • RE: Joystick not being registered?

      @dumbTactics your background is a wall object, so your character is colliding with it.

      posted in Help and Support
      TutorialDoctor
      TutorialDoctor
    • Inventory Logic

      Inventory algorithm

      1. Create an empty object
      2. Create an array of images
      3. For every image in the array:
        • spawn an object on the empty
        • set the graphic of the spawned object to the current image
        • Move the empty by an offset

      Note: Every spawned object can be given a tag to manipulate them.
      Note: The object you are spawning should be a graphic with a specific tag. and you spawn by the tag name

      posted in Help and Support
      TutorialDoctor
      TutorialDoctor
    • RE: spawning objects every 2 seconds

      Use the TIMER behavior under CUSTOM

      45BF2AEB-1532-4F1A-9F6A-7E7F260FAF7D.png

      posted in Help and Support
      TutorialDoctor
      TutorialDoctor
    • RE: import text file

      A dictionary seems like it would be a more suitable behavior to use instead of an array. What are you trying to accomplish? You can use the HTTP Request behavior if your JSON file is stored somewhere on the internet.

      posted in Help and Support
      TutorialDoctor
      TutorialDoctor
    • RE: Set label not working

      @RobinsonX I think the issue was that it wasn't clear which array I was using in the "Modify Array" behaviors and I didn't have it set to the correct array behavior.

      posted in Bug Reports
      TutorialDoctor
      TutorialDoctor
    • Using Hyperpad as in interactive educational tool

      I've been toying with the idea of using Hyperpad as an interactive educational tool to teach algorithms and data structures. For me, the most unfortunate thing about Hyperpad is how few and far between the updates are, and there are a lot of features that could be added to make the app a lot more useable for larger projects.

      I think Hyperpad is a wonderful application that is probably not as popular as it should be. I almost wish an app like this was built using Apple's SDK so that new features could be easier to add (high hopes).

      So, to test this idea out, I've been playing with the behaviors to see how I would model things like Stacks, Queues, functions, classes etc with the existing behaviors to teach programming concepts.

      posted in Comments & Feedback
      TutorialDoctor
      TutorialDoctor
    • RE: Set label not working

      @RobinsonX 95155AC5-CE8B-477B-AB90-579BA8FA533F.png

      I was testing above, but it still doesn’t update in this case either.

      posted in Bug Reports
      TutorialDoctor
      TutorialDoctor
    • Set label not working

      Set label doesn’t work in some cases, especially when copying a behavior.

      iPad Model: iPad Pro (12.9-inch) (4th generation)
      iOS version: 15.2
      hyperPad Version: 1.300
      Description:
      Steps to reproduce:
      Additional info:

      94E52DE6-FA48-4FE0-BBB3-766D2C2FA395.png

      posted in Bug Reports
      TutorialDoctor
      TutorialDoctor
    • Animation Studio (Coming Soon)

      It’s live!

      5A70703F-C85F-4B79-ABCF-684D96E3643C.png

      posted in WIP and Showcase
      TutorialDoctor
      TutorialDoctor
    • Overlay alignment

      Game over overlay alignment doesn’t match during game play.

      posted in Bug Reports
      TutorialDoctor
      TutorialDoctor
    • RE: Tips Corner - April

      BB24D27A-CBB6-454E-AE4C-0A704F97689E.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

      1901FFE3-B678-48BB-A008-C27A56291918.png

      posted in Help and Support
      TutorialDoctor
      TutorialDoctor
    • Any Machine Learning Enthusiasts?

      I just downloaded a cool app called mobileML which allows you to train neural design neural networks right on your mobile device as well as train, load or save them (you can save them as python3 files or even as a dataset.

      It made me think that a neural network is possible with Hyperpad, but I don't know the first thing about how to actually build them. I want to learn how to build a very basic neural network though. Anyone had a crack at it yet?

      posted in General Discussion
      TutorialDoctor
      TutorialDoctor
    • RE: Tutorial Doctor Hyperpad Showcase

      My latest UI. the character was generated by AI.

      C06388C9-5F20-43DD-B07A-9B958BDF1C36.png

      posted in WIP and Showcase
      TutorialDoctor
      TutorialDoctor
    • RE: TD's wish list

      With this list, I’ll also add some solutions:

      Animation

      With the latest update, you can use the Load Image behavior with the dynamic setting to load images from a folder in you assets. It works well, and I’m not sure how it affects performance.

      posted in Comments & Feedback
      TutorialDoctor
      TutorialDoctor