Navigation

    logo

    hyperPad Forum

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

    Topics created by TutorialDoctor

    • TutorialDoctor

      Inventory Logic
      Help and Support • • TutorialDoctor  

      1
      1
      Votes
      1
      Posts
      19
      Views

      No one has replied

    • TutorialDoctor

      Using Hyperpad as in interactive educational tool
      Comments & Feedback • • TutorialDoctor  

      3
      1
      Votes
      3
      Posts
      15
      Views

      Murtaza

      @TutorialDoctor said in 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. This is a great idea! We actually have some teachers doing this already for other classes. 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. We're working on improving update times. We're shifting some things around, and grew our team a bit so we can put some more time into hyperPad updates. That being said, we also need to find a balance with updates. In the past we did weekly and monthly updates, but we found that people would not update the app at all. This caused a lot of headache with support, as some questions or issues were already fixed but they were on an older version. 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). Other than the hub, hyperPad is a native application. New features wouldn't be added quicker any ways. For the most part, the underlying code in hyperPad is pretty good! The issue is some features rely on other things ti be put in place first. You can't start a building from the top level down. A lot of momentum was taken out by the whole covid pandemic. We had to change a lot of how we do things. We're working on restructuring now, and hopefully will be bale to dedicate more hands on hyperPad to progress quicker.
    • TutorialDoctor

      Set label not working
      Bug Reports • • TutorialDoctor  

      5
      1
      Votes
      5
      Posts
      21
      Views

      RobinsonX

      @TutorialDoctor Yeah, if a behavior fails to execute, then it doesn't execute the behaviors below. This isn't a bug. So if modify array doesn't find a behavior to modify, then it encounters an error and doesn't execute behaviors below
    • TutorialDoctor

      Animation Studio (Coming Soon)
      WIP and Showcase • • TutorialDoctor  

      1
      1
      Votes
      1
      Posts
      18
      Views

      No one has replied

    • TutorialDoctor

      Overlay alignment
      Bug Reports • • TutorialDoctor  

      1
      0
      Votes
      1
      Posts
      9
      Views

      No one has replied

    • TutorialDoctor

      Any Machine Learning Enthusiasts?
      General Discussion • • TutorialDoctor  

      2
      1
      Votes
      2
      Posts
      23
      Views

      RobinsonX

      I remember trying to make a neural network but failed. 😂 I'm still unsure how it all works though...
    • TutorialDoctor

      TD's wish list
      Comments & Feedback • • TutorialDoctor  

      2
      2
      Votes
      2
      Posts
      41
      Views

      TutorialDoctor

      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.
    • TutorialDoctor

      Text with format not working?
      Bug Reports • • TutorialDoctor  

      1
      0
      Votes
      1
      Posts
      10
      Views

      No one has replied

    • TutorialDoctor

      Animation System
      WIP and Showcase • • TutorialDoctor  

      2
      0
      Votes
      2
      Posts
      23
      Views

      RobinsonX

      I can assure you this is possible! I made a replay system where the game can record your movements; it definitely works. 👍
    • TutorialDoctor

      Input fields text areas etc.
      Comments & Feedback • • TutorialDoctor  

      1
      0
      Votes
      1
      Posts
      15
      Views

      No one has replied

    • TutorialDoctor

      Render texture help
      Help and Support • • TutorialDoctor  

      5
      0
      Votes
      5
      Posts
      38
      Views

      Aidan_Fire

      @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.
    • TutorialDoctor

      1.26 Scale breaks physics
      Bug Reports • • TutorialDoctor  

      2
      0
      Votes
      2
      Posts
      20
      Views

      Hamed

      @TutorialDoctor this is intentional. This is because hyperPad doesn't have a soft body physics engine i.e malleable shapes. What is actually happening when you scale an object is that it will destroy the body and re-creates it when its done scaling. When you destroy a body, the joints go with it :(
    • TutorialDoctor

      Sharing objects (with behaviors) between projects
      Comments & Feedback • • TutorialDoctor  

      1
      1
      Votes
      1
      Posts
      12
      Views

      No one has replied

    • TutorialDoctor

      HTML Webview behavior
      Comments & Feedback • • TutorialDoctor  

      1
      1
      Votes
      1
      Posts
      14
      Views

      No one has replied

    • TutorialDoctor

      Multiselect
      Comments & Feedback • • TutorialDoctor  

      2
      2
      Votes
      2
      Posts
      17
      Views

      RobinsonX

      I totally agree!
    • TutorialDoctor

      A lot has been added since I last used HyperPad
      Comments & Feedback • • TutorialDoctor  

      2
      5
      Votes
      2
      Posts
      36
      Views

      Murtaza

      Glad to see you back! Definitely a lot has changed and been added. hyperPad is more powerful than ever.
    • TutorialDoctor

      Test Message Demo HELP
      Help and Support • • TutorialDoctor  

      9
      0
      Votes
      9
      Posts
      268
      Views

      Andrey Ghost

      @TutorialDoctor Glad I could help :smile:
    • TutorialDoctor

      A Speak Text Behavior
      Comments & Feedback • • TutorialDoctor  

      6
      0
      Votes
      6
      Posts
      213
      Views

      iTap Development

      Apps could support Siri in iOS 10 too. I just tested with my old iPad. But they might have added more supported things in 11? Also, I have apps that use TTS.
    • TutorialDoctor

      Loop through array values
      Help and Support • • TutorialDoctor  

      6
      0
      Votes
      6
      Posts
      224
      Views

      Jack8680

      @TutorialDoctor yeah, loops are for going through the items as fast as possible. Try something like this for what you want: