• Is the program broken at the moment?

    2
    0 Votes
    2 Posts
    172 Views
    HamedH
    @RoboSabs we're releasing an update soon that will fix the tutorial issues. For your objects falling through the ground, you need to make your ground not be passable. https://hyperpad.zendesk.com/hc/en-us/articles/207909343-Physics-Properties
  • Creating a 3D game, need some assistance

    11
    0 Votes
    11 Posts
    642 Views
    RobinsonXR
    Here's some more context: IMG_1810.MP4
  • Downloading Assets Already In game

    3
    0 Votes
    3 Posts
    264 Views
    IdayleyI
    @Aidan-Oxley that’s a good idea! I didn’t think of that, thanks!
  • Importing Sprites

    3
    0 Votes
    3 Posts
    349 Views
    LinkoGamesL
    https://www.piskelapp.com/ Piskel is pretty good for this, and its web-based too. I’ve used it a couple times for HyperPad projects. Import the spritesheet and input the tile size, it should import all the sprites in seperate frames. From there you can export all the frames separately
  • 0 Votes
    6 Posts
    427 Views
    Aidan_FireA
    @Knowskilz mine works fine, how exactly are you importing them and are you sure their background is transparent?
  • Issues with Offline mode

    offline
    3
    0 Votes
    3 Posts
    276 Views
    MelideM
    @Hamed Yes, that is my project. I'll try sending you the project as soon as possible! Thank you for responding :)
  • Light effects

    light atmosphere effects
    3
    0 Votes
    3 Posts
    381 Views
    JiiSJ
    Well I’m from Finland so no worries about the english. Your idea sounds worth trying. I was thinking either that or making the shadows transparent graphics, but I think it will be easier to create the lights. Then they can be easily turned on or off too! I guess I was secretly hoping there would be some ”light source” mechanics, but maybe this is the best way for a simple retro platformer.
  • Is there any way to make Xcode apps into android apps?

    3
    0 Votes
    3 Posts
    254 Views
    MurtazaM
    Currently not possible. Both hyperPad and the graphics engine are 100% native iOS. This allows us to get maximum performance and work faster since we don't have to factor in other devices. Our long term plan does include having users export for many other platforms. But we're just not there yet. It would take roughly 10 months of work just to get the player side cross platform (not the editor). Which really is not bad, but this means we wouldn't be able to work on anything else during this time. hyperPad would essentially be dead in the water for almost a year while we do this change. Our goal is to get hyperPad and the community to the point where we can sort of be hands off for a little while and make this change. We're getting close, but not quite there yet. Maybe something for 2020?
  • Blocked out of my own game

    7
    1 Votes
    7 Posts
    610 Views
    MurtazaM
    Is this an older project? There is a bug that on some older projects this could come up. Hamed has posted some instructions on fixing this in our announcements thread: https://forum.hyperpad.com/topic/1212/1-24-finally-available/10
  • How to stop sliding

    3
    0 Votes
    3 Posts
    342 Views
    MurtazaM
    @robinsonx said in How to stop sliding: @Gadgetkk If you don't want physics, you could make the object into a wall object. If you want to keep the object physical, you could put air resistance to make it slow down after you stop controlling it. Keep in mind a wall object still uses the physics engine. A Scenery object does not uses physics. Also you can try changing the friction for your object and the ground.
  • Account Changed, can’t re-download hyperPad.

    2
    0 Votes
    2 Posts
    218 Views
    MurtazaM
    Just sent you a private message with a solution.
  • Where are your parents?

    2
    0 Votes
    2 Posts
    326 Views
    MurtazaM
    We currently don't have a system like this in place. It is on our roadmap and something we are working towards. In the mean time, you can use the object tags system to simplify and reuse logic.
  • Grid based placement

    8
    0 Votes
    8 Posts
    720 Views
    Aidan_FireA
    I uploaded an example of this to the hub a looooong time ago, wonder if it still works.
  • Uploading to the "Hub"

    3
    0 Votes
    3 Posts
    255 Views
    L
    Thank you for the help I clicked it a couple of times my iPad is old so it could be that it is slow thanks for taking your time and responding😉
  • Strange warning notifications

    5
    1 Votes
    5 Posts
    556 Views
    HamedH
    Fixed! Those messages should be gone now
  • Collision sounds when level starts.

    18
    0 Votes
    18 Posts
    2k Views
    RobinsonXR
    @JiiS :D
  • How to do make good joints

    2
    0 Votes
    2 Posts
    374 Views
    JiiSJ
    I’m such a beginner that I am sure I can’t help, but I think it would be helpful if you could post some images. It’s quite hard to really understand what you are doing or trying to do. With pictures some of the pros might be able to solve this.
  • Tweaking Multiple Levels

    12
    0 Votes
    12 Posts
    1k Views
    MurtazaM
    @sawa A prefab system is planned, but we need to get out a few major updates first in order to prepare for things behind the scenes. But you wouldn't want to use mirroring for enemies any ways! This would result in very confusing logic, and unexpected results. Instead you should use object tags, attributes, and object referencing. This way you have more control on the actions.
  • 0 Votes
    2 Posts
    339 Views
    MurtazaM
    You own all rights, its yours. No fees. The only "right" we have is to use your hyperPad projects for "promotional" purposes. This usually means featuring it in the hub, or sharing on our facebook/twitter. Or if it appears in any videos we make.
  • Help making a Grab mechanic?

    2
    0 Votes
    2 Posts
    347 Views
    LinkoGamesL
    @game-maker-123 Here’s an example project I threw together. Most of the logic is in the white box. Hope this helps! http://bit.ly/2N8E2Nb