• Please Bring Back Dark UI for Hyperpad

    4
    0 Votes
    4 Posts
    636 Views
    MurtazaM
    As stated, the dark theme is part of the developer package. @TutorialDoctor , I get where you're coming from. But you're not paying for just the dark theme. It's a perk for upgrading, creating a whole package of goodness :). I have some ideas, where it may let us move the dark theme to the indie tier. But it won't be until we knock out some other updates.
  • Change the Menu Button Graphic

    4
    0 Votes
    4 Posts
    617 Views
    Jack de WildeJ
    @TutorialDoctor as a workaround, you can set the pause button's colour to be completely transparent and then put a graphic in the UI layer.
  • Drag & Drop Response time

    3
    0 Votes
    3 Posts
    420 Views
    MurtazaM
    Drag and Drop was changed when we switched over to the new physics engine. It's not that great when using with physics since it essentially over rides the physics engine and does its own thing. That's why you can see objects going through other objects sometimes. For best results, you should probably make your own drag and drop system using the while touching, output the position where you're touching then use move behaviours.
  • Feature Request: Group Objects

    3
    1 Votes
    3 Posts
    402 Views
    TutorialDoctorT
    Great! That will be an awesome feature. These test projects are helping me to find a lot of things.
  • Get Collisions

    6
    0 Votes
    6 Posts
    755 Views
    TutorialDoctorT
    @DGames135 The way I would explain attributes is: Say you have an object/character and he has different properties: Name: "Joe" Age: "24" Height : 6 Perhaps one objects's name is Joe and another object's name is Sarah. You could add both the Joe and Sarah objects to a tag labeled "Human" (tags I will equate to classes in regular programming and attributes to properties). Now you can do something like this: if A collides with "Human" get the attribute (name) of that collision. -or- If A collides with (name) then....
  • Downloading Projects

    3
    0 Votes
    3 Posts
    452 Views
    MurtazaM
    Originally we were going to include a favourite button. Where it essentially downloads the game, and appears under "my projects" in a favourites section. You would also be notified of updates to that project etc. But we had to scrap it since we ran into issues. It's still planned, we'll look into adding it as part of our upcoming hub refresh. (We don't want to go feature overboard as that will increase the time it takes to release the update)
  • Feature Request: Object Layers

    3
    0 Votes
    3 Posts
    371 Views
    ThisT
    @Murtaza Awesome. Thanks!
  • Feature Request: Easing for animations

    2
    0 Votes
    2 Posts
    345 Views
    Jack de WildeJ
    @TutorialDoctor you can change the input field of the fps, so you can technically do it yourself for now. I agree it could be a good feature for the future.
  • 1.17 is a nice update.

    2
    1 Votes
    2 Posts
    416 Views
    MurtazaM
    Glad you like it so far. I believe you will have to add the play animation behaviour again for it to have the new settings.
  • Tutorials Needed

    4
    0 Votes
    4 Posts
    516 Views
    ThisT
    @Murtaza Awesome! Looking forward to it. HP seems much better than GS, eager to learn.
  • Stop Particle Behavior?

    2
    0 Votes
    2 Posts
    326 Views
    MurtazaM
    Behaviour off should do it.
  • Suggestion: Universal screen size

    5
    0 Votes
    5 Posts
    774 Views
    MurtazaM
    Using the Get Screen behaviour you can get the X/Y position of the screen, The width, height, aspect ratio, and current zoom level.
  • Suggestion: Collaboration Projects

    9
    2 Votes
    9 Posts
    1k Views
    Jack de WildeJ
    @Murtaza okay, makes sense (mostly).
  • Suggestion: "Stay signed in" button

    4
    1 Votes
    4 Posts
    631 Views
    SIRD4SHS
    Yes please. my parents don't have internet so if my hyper pad app signs me out while I'm visiting them, I can't get back on until I get home. Glad to know it's being looked into!
  • Shoot behavior removed?

    2
    0 Votes
    2 Posts
    477 Views
    MurtazaM
    No.. It's still there. Check Advanced.
  • Searching on the hub

    2
    1 Votes
    2 Posts
    406 Views
    MurtazaM
    Yup it's a planned feature. In the meantime you can use google to search the hub. Just search hyperPad, then what ever you're looking for in the hub.
  • Behaviour request: Change Colision

    9
    2 Votes
    9 Posts
    1k Views
    Jack de WildeJ
    @SIRD4SH that's fine, you explained it better and in more detail.
  • Suggest: Dropbox Clone Folder

    5
    0 Votes
    5 Posts
    912 Views
    Jack de WildeJ
    @Murtaza it would be great if we could do this from a zip or something... I have thousands of Super Mario World assets, but I had to increase the resolution of all of them because hyperPad doesn't have nearest neighbour scaling, so the pixels were blurred. I tried importing them by inserting them into the .tap file, but every asset needs its own folder, so that doesn't work (the assets show as folders instead)...
  • Feature to Edit Objects A & B in Behaviors?

    2
    0 Votes
    2 Posts
    436 Views
    MurtazaM
    Yeah, tags for object B is something we'd like to eventually add. It's just not high on our priority list since there are a few things we need to knock out first.
  • Custom loading screens

    5
    0 Votes
    5 Posts
    763 Views
    T
    I see what you're saying now. Thanks for clarifying!