• Track number of spawned objects?

    12
    0 Votes
    12 Posts
    1k Views
    ThisT
    Thank you all!
  • Clicking on objects in scene

    5
    0 Votes
    5 Posts
    773 Views
    Aidan_FireA
    @Jack8680 yeah I doubt it was a but, you probably changed your tool or moved to a different layer, and when you restarted hyperPad it all went back to the default layer and tool.
  • Calculate Distance

    6
    0 Votes
    6 Posts
    906 Views
    Jack de WildeJ
    @H34D-SP4C3 it depends on what you want to do with the distance. If you want to show it to the player, you could use it as a value in a set label behaviour. If you want to use it to do something when an object is in range of another, you could use it in an if, e.g. Check whether the distance is less than 5, if so shoot at it or something.
  • Strange Hyperpad Glitch

    5
    0 Votes
    5 Posts
    614 Views
    Jack de WildeJ
    @GameCRAZY the first post should have a dropdown menu called topic tools below to the right. When you tap it, the delete topic button should be there.
  • Overlays

    Unsolved
    13
    0 Votes
    13 Posts
    2k Views
    iTap DevelopmentI
    @Hamed ok thanks! Maybe you could add an option to stop running behaviors if it has pause on?
  • Make a platform rise and fall?

    5
    0 Votes
    5 Posts
    675 Views
    iTap DevelopmentI
    @This you could subtract the "stopped touching" from the "started touching" and move the platform by the result. I don't remember for sure, but you probably want world coordinates turned on on the touch behaviors.
  • Importing Data

    6
    0 Votes
    6 Posts
    979 Views
    HamedH
    @iTap-Development You cannot.
  • Cannot Examine "Behaviors" on Hub Examples

    2
    0 Votes
    2 Posts
    368 Views
    MurtazaM
    Which project is it? Try deleting it and downloading again.
  • Can,t log in on browser

    3
    0 Votes
    3 Posts
    539 Views
    HamedH
    unfortunately, our url is a little bit messed up right now. To login, you need to use https://www.hyperpad.com
  • Pause Button?

    2
    0 Votes
    2 Posts
    432 Views
    BenstarB
    Never mind. I found the music setting in 'Scene' instead of fx.
  • Bounce off the walls?

    4
    0 Votes
    4 Posts
    634 Views
    ThisT
    @Jack8680 Thanks! Didn't realize I had to set bounciness.
  • Loading an Array index from a File

    4
    0 Votes
    4 Posts
    661 Views
    iTap DevelopmentI
    @TutorialDoctor huh cool!
  • The Process of Game Development

    8
    1 Votes
    8 Posts
    1k Views
    Michael KhalfinG
    @Cyber_Death You usually make fan games, such as similar or almost exactly like Mario. Nothing wrong with that, but I'm talking about making up your own, original-type game. I'd like to see you make your own such game... Though, you probably wouldn't end up drawing anyway - that's probably completely dependent on personality XD.
  • Just out if curiosity...

    2
    0 Votes
    2 Posts
    375 Views
    Cyber_DeathC
    Random effects, mainly ones I've created. And random colours if needed
  • Conditional loop text error

    1
    0 Votes
    1 Posts
    272 Views
    No one has replied
  • Targeting system

    Unsolved
    4
    0 Votes
    4 Posts
    685 Views
    Jack de WildeJ
    @DGames135 you could use calculate direction to work out the direction of the target and then change the angle of the shoot to that direction.
  • Does slowing down a game make it run better

    2
    0 Votes
    2 Posts
    469 Views
    TutorialDoctorT
    It appears this behavior is for a fast-forward or slow-motion effect. And I didn't even know it existed until now. COOL! Playing the game with Show FPS enabled it doesn't seem to affect the frame-rate .
  • Importing Pixel Art

    12
    0 Votes
    12 Posts
    2k Views
    Jack de WildeJ
    @Murtaza oh, I thought anti aliasing was on top of some kind of interpolation used to scale graphics, if turning it off retains the pixel sharpness then that would be great.
  • Tiny Plane video demo tutorials

    2
    0 Votes
    2 Posts
    366 Views
    MurtazaM
    Hi Aries, We just got the latest update out. It doesn't include the tutorials. When we spoke, I mentioned we'd be working on them after this update is out. I'm starting on mini tutorials/references for each behaviour first. Then eventually move on to project specific tutorials. Video tutorials are still a bit away, I want to get the text versions out first since they're a bit easier to create. Also the tutorials are an on-going thing. Not specific to an app update. We'll be adding content to the online manual as we go along.
  • Selecting object with 0 scale

    7
    0 Votes
    7 Posts
    924 Views
    ThisT
    @Aidan-Oxley Perfect. Thanks!