• I cannot access Cloud Backups

    14
    0 Votes
    14 Posts
    2k Views
    MurtazaM
    Glad to hear it's all sorted!
  • Atributes

    Unsolved
    6
    0 Votes
    6 Posts
    958 Views
    MurtazaM
    To address your original question, no it doesn't give it the same behaviours. Attributes are sort of like box containers. They're another way of storing data. BUT the key difference is using the GET attribute or SET attribute you can find out about a value from another object. Say you have a game where you have some enemies, each with their own health. Before attributes you would have a complicated way of handling the logic because it wasn't so easy to get each enemies health. You would either need to have all your attack logic on each object, use send/receive message, or do other messy things. Now every object can share it's health with any other object in the scene. So essentially, attributes are a way for objects to tell other objects about them self. Another example is the built in physics behaviours, each object has a gravity, mass, etc. These are attributes predefined by hyperPad. We have "Set Gravity" and "Get Gravity" and you can do that to any object in your scene. But with attributes you can do things like "Get bannanas" Or "get sdgldfjkgjldkfgsd" what ever you want. Now what you do with those heavily depends on the rest of your behaviours.
  • Text I put boxes not working

    2
    0 Votes
    2 Posts
    338 Views
    Jack de WildeJ
    @Georgiarox03 that sounds like a problem with your behaviours. Use email download link and copy&paste the link here so we can see.
  • Video capture

    13
    0 Votes
    13 Posts
    2k Views
    Jack de WildeJ
    @Hakan for performance, you could try setting the time scale to 50% or 25% and then speeding up the video afterwards.
  • Clear Project and Asset Cache (What does it do?)

    6
    0 Votes
    6 Posts
    779 Views
    HamedH
    @Aidan-Oxley is correct in that clear project cache removes any stored hub projects from your ipad. When you download an asset from the asset shop, it first saves it in the cache, then copies it to your project. This is so that if you want to download the same pack for a different project, its pretty much instant. Clear asset cache will remove all downloaded assets from cache.
  • How to get random?

    7
    0 Votes
    7 Posts
    817 Views
    Jack de WildeJ
    @GameCRAZY oh yeah, I forgot about random execute sequence, that's a far better way.
  • Drag and drop help

    7
    0 Votes
    7 Posts
    866 Views
    Jack de WildeJ
    I did mean while touching, not started touching. Edited.
  • This topic is deleted!

    8
    0 Votes
    8 Posts
    169 Views
  • Editing projects already uploaded

    2
    0 Votes
    2 Posts
    354 Views
    Jack de WildeJ
    @Square-Wave_Kittycat find the project in your projects and upload it again, it will become an update to the new one. Make sure it's the original project though, not a branch because otherwise it'll be uploaded as a separate project.
  • I have a problem with uploading a project

    5
    0 Votes
    5 Posts
    713 Views
    HamedH
    contact@hyperpad.com
  • Graphics disappeared from scene edit view

    2
    0 Votes
    2 Posts
    412 Views
    Jack de WildeJ
    @Ritondecasa from the all projects sceen, tap the 3 dots underneath your projects and choose email download link. It will open an email. In this email, there will be a bit.ly link. Copy this link and paste it as a reply to this topic and I'll take a look.
  • Spawning

    3
    0 Votes
    3 Posts
    504 Views
    iTap DevelopmentI
    @Murtaza ok
  • How PROFESSIONAL is Your Game?

    10
    8 Votes
    10 Posts
    2k Views
    Michael KhalfinG
    @TutorialDoctor Ok, I'll post something on my idea of the "Game-making" process, from start to finish. :).
  • Links and Resources to use with hyperPad

    4
    1 Votes
    4 Posts
    1k Views
    HakanH
    www.gamedeveloperstudio.com
  • Export to hub

    2
    0 Votes
    2 Posts
    448 Views
    MurtazaM
    If you are a Developer user, you can press the share to hub button on the bottom of the project (cloud with arrow). Then you will be asked to fill out some information like description, add an icon, screen shots, and at the bottom there is a choice between closed source or open source.
  • Random ads

    5
    0 Votes
    5 Posts
    835 Views
    HakanH
    I tried it by saving before but it isnt working as once you save a value event if you use delete from file it isnt saving the new value.using random number is the best way thanks jack
  • Pathfinding

    2
    0 Votes
    2 Posts
    401 Views
    Jack de WildeJ
    @DGames135 You could take a look at the A Star Algorithm, it might be possible to do, but the performance might not be great.
  • Impulse output?

    5
    0 Votes
    5 Posts
    759 Views
    MurtazaM
    @Aidan-Oxley It's fairly new. I think it was added in the last update.
  • Parallax Behavior.

    2
    1 Votes
    2 Posts
    440 Views
    MurtazaM
    @TutorialDoctor parallaxing layers be added to the next update ( not the one we're about to release, the one after). That being said you can do it manually by just moving the different background objects at different speeds. The further back you go, the slower you move it.
  • Extremely Large Text Crash

    9
    0 Votes
    9 Posts
    1k Views
    Jack de WildeJ
    @Hamed a text length behaviour told me it was 500k, unless that was glitched.