logo hyperPad Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search
    • Login
    1. Home
    2. TutorialDoctor
    3. Posts
    • Profile
    • Following 0
    • Followers 2
    • Topics 67
    • Posts 237
    • Best 54
    • Controversial 0
    • Groups 0

    Posts made by TutorialDoctor

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

      @DingusDev 33D71CE0-5E2C-4494-A143-437FCF393976.png

      posted in Help and Support
      TutorialDoctorT
      TutorialDoctor
    • RE: What kind of hyperPad tutorial you would want?

      @Clarissa

      Hi. Ebook would be nice or e-comic tutorial. Book. I’ve been interested in using stable diffusion to generate art for one.

      I wonder how difficult or would be to emulate a page turn effect?

      Anyhow, some requirements would be for it to have sound effects and custom particle effects to make it more engaging, snow, fire explosions, etc

      posted in General Discussion
      TutorialDoctorT
      TutorialDoctor
    • RE: So close to closing shop

      @RobinsonX I can’t comment on the channel. And where is the GitHub repo?

      posted in Comments & Feedback
      TutorialDoctorT
      TutorialDoctor
    • RE: So close to closing shop

      I don’t know if I mentioned this at any point, but I am a full stack developer. I could help, although I’d have to restrict my time (very busy)

      http://tutorialdoctor.github.io/

      posted in Comments & Feedback
      TutorialDoctorT
      TutorialDoctor
    • So close to closing shop

      I’ve been using HyperPad for a number of years and have really enjoyed it. However, I’m very close to stopping all interaction with it. Largely due to very long breaks in new features (key features I would say are still missing). I see a lot of livestreams which are neat, but the engine itself needs a lot more.

      So much potential, and has been for a long time, but now HyperPad feels like abandonware riding on the glory days.

      The FNF craze is quite…

      A suggestion I’d leave is to higher more developers to build more features or make the whole thing open source.

      posted in Comments & Feedback
      TutorialDoctorT
      TutorialDoctor
    • RE: Tutorial Doctor Hyperpad Showcase

      6C39E9BC-6BA5-4C98-B420-80FDA775BE6B.jpeg

      posted in WIP and Showcase
      TutorialDoctorT
      TutorialDoctor
    • RE: Tutorial Doctor Hyperpad Showcase

      63710DE7-1439-4F76-A8D6-C591254FFAC7.jpeg

      posted in WIP and Showcase
      TutorialDoctorT
      TutorialDoctor
    • RE: Tutorial Doctor Hyperpad Showcase

      Attached

      134B361D-B407-4C9A-998C-41995386DDEE.png

      posted in WIP and Showcase
      TutorialDoctorT
      TutorialDoctor
    • RE: Tutorial Doctor Hyperpad Showcase

      5C578A3D-EF34-4D2D-83D6-B39555F4D739.png

      posted in WIP and Showcase
      TutorialDoctorT
      TutorialDoctor
    • RE: Help Needed!

      @aPaperWeight what languages and frameworks are you using?

      posted in Help and Support
      TutorialDoctorT
      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
      TutorialDoctorT
      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
      TutorialDoctorT
      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
      TutorialDoctorT
      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
      TutorialDoctorT
      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
      TutorialDoctorT
      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
      TutorialDoctorT
      TutorialDoctor
    • RE: spawning objects every 2 seconds

      Use the TIMER behavior under CUSTOM

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

      posted in Help and Support
      TutorialDoctorT
      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
      TutorialDoctorT
      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 Non-Issue
      TutorialDoctorT
      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
      TutorialDoctorT
      TutorialDoctor