• Share with Daughter's iPad: HOW?

    2
    0 Votes
    2 Posts
    420 Views
    iTap DevelopmentI
    @Deeeds you should be able to download Hyperpad from your purchases in the App Store on the other iPad if it’s the same account. And then log into Hyperpad with the same account? To share you would have to share with an email or iMessage etc. or download a backup of the project from you backups. You couldn’t both work on it at the same time, but one could work and then save a backup or send it to the other person so that they can then work on it.
  • Are you able to search for stuff

    Solved
    4
    0 Votes
    4 Posts
    389 Views
    HamedH
    Like @Aidan-Oxley said, we lack many search features... in every area. We're working on it!
  • Collided Behaviour Exports what?

    6
    0 Votes
    6 Posts
    481 Views
    Aidan_FireA
    @Deeeds When I find a bug that affects my project, I do ask about it. I haven’t used hyperPad in a while though so I haven’t submitted any bug reports recently.
  • Import sounds without Dropbox: HOW?

    7
    0 Votes
    7 Posts
    670 Views
    Aidan_FireA
    EDIT: for some reason all the replies didn’t show up until after I submitted this reply. @Deeeds iOS 11 added that new Files app. If the sound file is stored somewhere on your iPad it will show up somewhere in the Files app. Find it, use select on it then share, if it’s compatible with hyperPad you should be able to open it in hyperPad.
  • Is Z-order not Layer aware?

    4
    0 Votes
    4 Posts
    374 Views
    Michael KhalfinG
    @Deeeds That is strange. Maybe send a picture?
  • How to do logical AND in conditionals?

    8
    0 Votes
    8 Posts
    1k Views
    D
    @Jack8680 INCREDIBLE!!! THANK YOU!!!!!!!
  • Sound Effects Editor

    2
    0 Votes
    2 Posts
    454 Views
    MurtazaM
    There is a bug with the sound effects editor that we just haven't been able to track down. Where sometimes the sounds corrupt or don't play. :(. As for the website, we don't actually use this as part of hyperPad, we just based ours on it. But you can find the site here: https://www.bfxr.net/
  • State Machine: Best way?

    29
    0 Votes
    29 Posts
    5k Views
    MurtazaM
    Guys lets keep this civil. While we appreciate our passionate users trying to defend the app, we know it's not perfect. We also really appreciate the passionate users who are willing to give their feedback and information. We know hyperPad has tons of room for improvement. Somethings we couldn't do based on timing, or they rely on something else. Other features we decided not to include on purpose. But in the end when users give their feedback it really helps us prioritize, and helps us find things we missed. We're all here for the same reasons, and we all (hopefully) want hyperPad to be awesome. :).
  • Get Bounce above 100%: HOW?

    6
    0 Votes
    6 Posts
    620 Views
    D
    @Jack8680 said in Get Bounce above 100%: HOW?: Yeah, it's an odd restriction, not having higher values for bounce. It's in every physics engine, but someone must have gotten "safety conscious" and decided against surfacing it to users. Could come with a warning. I'll "file" another feature request. Shouldn't have to use unreliable get and sets to increase bounciness.
  • Physics Air Resistance: is this Chipmunk's global viscous damping?

    11
    0 Votes
    11 Posts
    949 Views
    D
    @iTap-Development I enjoy finished things. And finishing things.
  • "While Moving..." Behaviour seemingly not working

    4
    0 Votes
    4 Posts
    424 Views
    Jack de WildeJ
    @Deeeds like Aidan says, I think while moving is meant for the physics engine (if x and y velocities are both not zero), like while falling (if y velocity is less than zero). It should activate 60 times/second while that physics behaviour is running. It could be a bug though, I've hardly ever used it.
  • "Add to Score", how to reset the score?

    4
    0 Votes
    4 Posts
    461 Views
    Aidan_FireA
    @Deeeds You can make hidden variables. Under the Object tab look for Set and Get Attribute. (Also I usually don’t use Add to Score, I usually do it the long way by adding to the previous value which is stored in a box container).
  • Where is the "While..." loop?

    8
    0 Votes
    8 Posts
    760 Views
    iTap DevelopmentI
    @Deeeds yeah, Hyperpad recommends no more than 3 zero timers(for performance reasons), but I don’t think it would hurt to just add the if under one of your existing timers. Or if you want the if in another object from the timer, you use the behavior on or a broadcast message to trigger the IF.
  • A wheel's spin rate to land speed: HOW to calculate?

    8
    1 Votes
    8 Posts
    684 Views
    D
    @Aidan-Oxley Yeah, got this. This unit of measure was actually mentioned in the "docs"... and /60 is one of the few math-like things I can do. Cheers.
  • Create a Smooth (and delayed) Follow Camera: HOW?

    8
    0 Votes
    8 Posts
    874 Views
    Jack de WildeJ
    @Deeeds yeah, it's 60 times per second. It doesn't adjust with your physics speed, but the maximum fps is 60 so you won't need any faster for screen moving.
  • How to make trail effect?

    7
    0 Votes
    7 Posts
    972 Views
    D
    Here's an image describing the offset of the initial anchor point on the head, each subsequent tail section has its own anchor point moved the same distance in the corresponding inverse direction of travel: [image: 86cd8734-855d-47bf-9014-9b62ce4afe4f.jpg]
  • Drag and drop if

    7
    0 Votes
    7 Posts
    878 Views
    Michael KhalfinG
    @Robertiii Just turn the drag behavior off instead of deleting the objects (once you get to the attributes)
  • Adjust a value over time: HOW?

    20
    0 Votes
    20 Posts
    2k Views
    Aidan_FireA
    @Deeeds Haha real dirty, also less efficient. Value for subtract values = amount you want to increase or decrease by ÷ (amount of seconds it should take × 60) (the brackets just meaning the times 60 happens before the division). Doing maths in hyperPad rather than your dirty method is usually much more efficient. But your way is heaps easier especially fur curve functions.
  • Is there any way to remove hyper pad intro on App Store apps

    26
    1 Votes
    26 Posts
    6k Views
    MurtazaM
    I appreciate your input, and definitely see where you're coming from. However, as it is now I don't see it as a huge deal. This issue affects a VERY small amount of hyperPad users. Unlike most companies, we're fairly open on our development plans and take community feedback very seriously. We typically do as the community votes/requests. As of right now there has only be a few complaints of hyperPad users who are not happy with the splash, and the majority of them have been about redesigning it to suite their needs. If more users come forward we'll implement a change. If you don't think this is a reasonable approach I'm happy to discuss it further via PM or email.
  • "Meters" to Pixels: How?

    9
    0 Votes
    9 Posts
    868 Views
    MurtazaM
    Yup. All iPads should be showing the exact same thing on screen.