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

    TutorialDoctor

    @TutorialDoctor

    65
    Reputation
    720
    Profile views
    237
    Posts
    2
    Followers
    0
    Following
    Joined Last Online

    TutorialDoctor Unfollow Follow

    Best posts made by TutorialDoctor

    • A lot has been added since I last used HyperPad

      I know, it’s been a while, but a lot of useful behaviors have been added since I last used HyperPad. I’m liking dictionaries and arrays. It does feel like HyperPad moves a little slow. I’d also like to see better sprite sheet animation support for larger image sizes.

      I might start toying around with HyperPad again.

      By the way, I am a web app developer now. Thanks to HyperPad in my early days of learning programming.

      posted in Comments & Feedback
      TutorialDoctorT
      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
      TutorialDoctorT
      TutorialDoctor
    • Multiselect

      A major, minor request is allowing multiselect throughout the app. When selecting files to delete or when selecting frames for an animation. It’s one feature that is lacking that makes doing things a lot slower.

      posted in Comments & Feedback
      TutorialDoctorT
      TutorialDoctor
    • RE: Educational Program Participation

      @Krystal Aww. Would have loved to contribute. Missed this one.

      posted in General Discussion
      TutorialDoctorT
      TutorialDoctor
    • TD's wish list

      Instead of spreading my wish list throughout the site, I thought to make a single post where I can jot some features that I'd like to see in Hyperpad. For a while I've been toying with the idea of using Hyperpad to make a top-notch IOS app, but there are some things that would make it more feasible. These aren't all of the ideas I have thought of, but I'll be adding to the list.

      Features

      • Multi-selecting frames for animation - Nice animations and graphics are important to me and making this process easier would be a major benefit when adding nice animations to Hyperpad. An additional "Select All" would be very beneficial.
      • Export object to other project - the ability to export an object (with logic) to another project opens up a lot of potential as far as creating libraries that can be shared with other uses so that complex logic doesn't have to be re-created every time you start a new project.
      • Animation System Update - Not a big deal as there are a lot of other apps for this, but what I see is a basic timeline added right above the asset library where you can keyframe the location and attributes of an object and save them as an animation. Of course, this can be built with Hyperpad, but having it out of the box would be nice. Currently we have the Play Animation Behavior but perhaps new "Create Animation" and "Save Animation As" behaviors for a system like the one above could be added.
      • More advanced cropping - It'd be nice if the cropping system was improved a little. Adding bezier curve would be awesome! Also, if the crop actually affected the same space in the main drawing area. Currently the bounding shape is affected, but isn't reflected when moving the object around in the game.
      • URL scheme support for Pythonista. I use the pythonista app to process images “remove backgrounds from multiple images or create gifs.” Its be nice if HyperPad could interface with that or the shortcuts app.

      Behaviors

      • Render HTML - A widget that sits in an empty object. I could use this to load video from the asset library perhaps without having to load video natively? It'd be nice if it could render individual HTML elements and trigger events within Hyperpad.
      • Standard IOS Input fields, text areas, switches etc..
      • Get Keyboard Input - Get keyboard input either dynamically or get the key-codes for keys pressed. Could even send the output to other behaviors (like labels). This would perhaps get rid of the need for IOS input boxes?
      • Behavior collapsing. Collapsing behavior children to save space in the behaviors area.
      • Add capitalize, upcase, downcase to Text Operation behavior.
      • Capture Audio - capture audio and use that to play sound.
      • Snapping behaviors to grid

      Marketing

      • I think Hyperpad is awesome and just needs a more expansive marketing strategy (I see steps in that direction already), but with a major push with marketing I could see Apple acquiring Hyperpad for education purposes.
      • When I search for "game engine" in the app store, Hyperpad doesn't come up. If Hyperpad could boost its results with this type of search, it could get more traction.

      Other posts I made on this

      https://forum.hyperpad.com/topic/79/the-animation-system-needs-updates/11?_=1612624999024

      https://forum.hyperpad.com/topic/1484/multiselect?_=1612626610792

      https://forum.hyperpad.com/topic/310/precise-cropping?_=1612637703539

      https://forum.hyperpad.com/topic/244/feature-request-easing-for-animations

      https://forum.hyperpad.com/topic/74/parent-child-behavior

      https://forum.hyperpad.com/topic/1507/sharing-objects-with-behaviors-between-projects

      posted in Comments & Feedback
      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: Tutorial Doctor Hyperpad Showcase

      Art Style test

      0_1482352229040_IMG_1398.PNG

      Been looking at what type of art styles I would like to use for a couple of games. I think I am on to something. How about it?

      posted in WIP and Showcase
      TutorialDoctorT
      TutorialDoctor
    • RE: The Animation System needs updates

      A couple of other things to consider:.

      Desktop game engines support other popular content creations apps. Most game engines don't need to create assets in the engine because they are created in other software and imported into the engine, as you mentioned.

      1. It would be good to support other iPad apps. I think Animation Pro would be a good start as there aren't really that many apps of its kind that are full featured.
      2. Play sound on animation frame. I have often found myself needing to play sounds on different frames. A basic example is a walk animation that plays a sound on each frame. Since we can change the pitch of sounds, this would change pitch perhaps every other frame. I accidentally achieved this in one project but found that it was only because the animation was 1 frame long. My 6-frame animation only triggered the sound at the end.
      3. Adding animations to an animation player frame by frame should allow a bulk-add. Check each frame you want to add and all are added sequentially.
      4. I can use the Workflow app to create a spriteshyt. Perhaps could import sprite sheets?
      posted in Comments & Feedback
      TutorialDoctorT
      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
      TutorialDoctorT
      TutorialDoctor
    • RE: Tutorial Doctor Hyperpad Showcase

      The Blob

      https://www.hyperpad.com/projects/n8x4vd3m/versions/the-blob

      is on the Hub:
      https://drive.google.com/open?id=0B__SxPD_FJB7OU4wU2txUmJqVjg

      posted in WIP and Showcase
      TutorialDoctorT
      TutorialDoctor

    Latest 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