hyperPad hyperPad Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search
    • Login
    1. Home
    2. Popular
    Log in to post
    • All Time
    • Day
    • Week
    • Month
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics

    • All categories
    • Aidan_FireA

      Ignore time scale option

      Watching Ignoring Scheduled Pinned Locked Moved Comments & Feedback
      16
      0 Votes
      16 Posts
      2k Views
      iTap DevelopmentI
      @deeeds what about it did I miss?
    • MurtazaM

      Beta Testers for next update (Reference object)

      Watching Ignoring Scheduled Pinned Locked Moved Announcements
      16
      0 Votes
      16 Posts
      3k Views
      PensegiP
      @Murtaza Having tested Hyperpad for some days now, I have found some things and behaviour that I will suggest to add. It is a cool tool, and as I said in a mail earlier: would love to see what it can do when/if Apple would ever allow less strict rules on development tools like this one in the App Store. I would be interested in beta testing. Will have much fun following the evolution of Hyperpad! šŸ˜šŸ‘
    • D

      Move Layer, or everything in it, easily?

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support
      15
      0 Votes
      15 Posts
      688 Views
      Jack8680J
      @Deeeds when you tap on a behaviour there's a tab for tags right at the bottom (look at Aidan's second screenshot). Select or create a tag and have all your objects in that tag, then the behaviour will run on all of them. This doesn't work underneath a collided behaviour with the same tag though because it would only run on the object you collide with. Tags can also be used in a loop with "for each" selected, making it Loop over every object in that tag.
    • I

      Need music for your game?

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      15
      0 Votes
      15 Posts
      2k Views
      MiniwolfenM
      @Idow373 pm the files
    • D

      Looping, Scrolling, Flat "world", like DEFENDER?

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support
      15
      0 Votes
      15 Posts
      865 Views
      D
      @iTap-Development Cheers for this, too! Hugely helpful tip. I'm flogging the physics engine, so any/all extra CPU saved is freedom to do more stuff, add more particles, use more graphics, make more sounds, etc.
    • DGames135D

      Redesigned levels

      Watching Ignoring Scheduled Pinned Locked Moved WIP and Showcase
      15
      1 Votes
      15 Posts
      2k Views
      DGames135D
      @Dauicrew First of all thanks. Second of all it's not the shop but here's a small part of the update (it's cropped so people can't guess what it is)[image: a3e3f830-223b-49a3-bbbb-ae8c4015ec80.JPG] Third of all WHY DID YOU UPVOTED LITERALLY ALL MY POSTS. And how do you upvote?
    • TutorialDoctorT

      The Animation System needs updates

      Watching Ignoring Scheduled Pinned Locked Moved Comments & Feedback
      15
      0 Votes
      15 Posts
      2k Views
      TutorialDoctorT
      Still feeling like being able to check multiple assets and delete them all at once should be added (even though I can sync with dropbox, which can takes forever for me). Not many people use the animations system it seems but this becomes a great hassle when the number of frames gets high. One alternative I have found is that I should import the frames into a folder. That way I can delete the folder to delete all images.
    • DGames135D

      Runing HyperPad projects on pc

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      15
      0 Votes
      15 Posts
      1k Views
      DGames135D
      Sadly for me I live in a zero gravity area and many attempts at sticking the iPad on the pc screen have failed. So I thought that there may be some gases that might cause the problem so I decided to remove some. After renoving most gases I came to a conclusion that the gas that was causin the problem was oxygen so I instantly began to remove it. Surprisingly it worked but not as expected as the lack of oxygen does not allow me to ...
    • iTap DevelopmentI

      Do touch coordinates change when the screen is moved?

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Help and Support
      15
      0 Votes
      15 Posts
      2k Views
      Jack8680J
      @iTap-Development not directly, but as I said before you can find the coordinates relative to 0,0 of the screen by doing this (for default zoom): X=Touching.X(World Coords)-Screen.X+16 Y=Touching.Y(World Coords)-Screen.Y+12 When you change the zoom, this won't work anymore since the screen centre would change. To fix this, change the 16 and 12 offsets to the centre of the screen when you zoom.
    • MurtazaM

      hyperPad 1.17 is here!

      Watching Ignoring Scheduled Pinned Locked Moved Announcements
      15
      1 Votes
      15 Posts
      2k Views
      H
      @Murtaza noted. Appreciate your teams hard work. Have upgraded to Indie for now...
    • ThisT

      Can attributes work across layers?

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support
      15
      0 Votes
      15 Posts
      2k Views
      Jack8680J
      @This if you want it to happen every time the attribute satisfies a condition, you could use an execute behaviour in the objects that set the attribute, executing the get attribute and check if it's greater. That way, it checks if the attribute is greater than one every time you change the attribute.
    • Andrey GhostA

      Shake Screen depending on variable

      Watching Ignoring Scheduled Pinned Locked Moved Comments & Feedback
      15
      2 Votes
      15 Posts
      3k Views
      iTap DevelopmentI
      I would personally use input fields, but for say a new user just trying to make a simple game, a slider might be more convenient....
    • SonicKid7S

      Ultimate SonicKid7 Night

      Watching Ignoring Scheduled Pinned Locked Moved WIP and Showcase
      15
      0 Votes
      15 Posts
      2k Views
      KamdroidK
      If users give a view each time they visit the thread, maybe it's because you keep messaging in your thread and then people click on unread threads.
    • MurtazaM

      Let's get some activity going!

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      15
      1 Votes
      15 Posts
      1k Views
      MurtazaM
      @SuperSean Thats what the first post was hinting at. Contests and challenges, or also known as Game jams :)
    • SplitMindGamingS

      Restart Scene Glitch

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support
      15
      0 Votes
      15 Posts
      969 Views
      KamdroidK
      The collided behaviour gives 2 outputs. Object A ID and object B ID Object B would be the coin you collided with Use modify array behaviour to append object B ID to an array (get coinsArray attribute). Save that array to file and change coinsArray attribute to the array as well (set coinsArray attribute) At the start, load collide array from save file and loop the array. Use get array item with index "loop index" That will be the coin ID. Set an attribute to tell it's already been collected, change the color, etc.
    • SplitMindGamingS

      Im still patiently waiting

      Watching Ignoring Scheduled Pinned Locked Moved Comments & Feedback
      15
      1 Votes
      15 Posts
      1k Views
      MurtazaM
      @SplitMindGaming yes I agree, sprite lamp support is what we'd like to add.
    • SplitMindGamingS

      Need Help with some coin logic

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support
      15
      1 Votes
      15 Posts
      935 Views
      SplitMindGamingS
      @RobinsonX Thanks for this. Honestly if it wasnt for your videos also I would be lost in alot of things. You do a good job of explaining things clearly yet also adding humor to your videos. Great work
    • SteveiPS

      Deleting cloud backups

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support
      15
      0 Votes
      15 Posts
      1k Views
      gmailG
      @gmail I can easily delete backups from my laptop....but not iPad
    • D

      Changed Label Properties aren't Spawn Compatible

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports
      14
      1 Votes
      14 Posts
      917 Views
      D
      @Kamdroid This is a very cool cheat!
    • D

      Which more expensive: Broadcast or Conditional?

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support
      14
      0 Votes
      14 Posts
      686 Views
      HamedH
      No broadcasting is still much faster. You can avoid timers and delays and collision take multiple time steps