logo hyperPad Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search
    • Login
    1. Home
    2. Bug Reports
    3. Non-Issue
    Log in to post
    Load new posts
    • Recently Replied
    • Recently Created
    • Most Posts
    • Most Votes
    • Most Views
    • M

      Upload bug

      • • mihdnd
      10
      0
      Votes
      10
      Posts
      465
      Views

      M

      @RobinsonX nvm the bug is fixed
      Thanks

    • TutorialDoctorT

      Set label not working

      • • TutorialDoctor
      5
      1
      Votes
      5
      Posts
      286
      Views

      RobinsonXR

      @TutorialDoctor Yeah, if a behavior fails to execute, then it doesn't execute the behaviors below. This isn't a bug.

      So if modify array doesn't find a behavior to modify, then it encounters an error and doesn't execute behaviors below

    • T-StudiosT

      Transparent images losing transparency

      • • T-Studios
      6
      0
      Votes
      6
      Posts
      361
      Views

      MurtazaM

      Glad to hear you figured it out!

    • RobinsonXR

      Copying a project (not branching) causes files to be unable to open

      • • RobinsonX
      2
      1
      Votes
      2
      Posts
      380
      Views

      MurtazaM

      Not actually a bug.
      hperPad has some built in checks and stuff that prevent this kind of stuff for project integrity and security.

    • RobinsonXR

      Preloading Scene Causes Behaviors To Not Trigger In Global Objects

      • • RobinsonX
      2
      0
      Votes
      2
      Posts
      517
      Views

      HamedH

      This is actually intended. Global behaviours only get executed once unless you restart the scene and check restart behaviours.

      Global behaviours continue through out each scene.

    • RobinsonXR

      "Jump" Behavior seems to not function after opening an overlay

      • • RobinsonX
      7
      0
      Votes
      7
      Posts
      861
      Views

      RobinsonXR

      Oh nevermind... 😬
      Found the reason, this is not even a bug at all.
      It's just the way my behaviors were wired up.

      Any way I could delete my own posts?

    • DavioD

      Rounding Error for Object Positions on iPad Pro 11"

      • • Davio
      3
      0
      Votes
      3
      Posts
      648
      Views

      HamedH

      @davio said in Rounding Error for Object Positions on iPad Pro 11":

      1- Set an object's y position to height/2

      @Davio you really shouldn't be doing this because there will always be floating point rounding errors like this.

      If you really need to check positions like that, I suggest checking for a range of values eg. If y > height / 2 + 2 and If y < height / 2 - 2.

    • Dave007D

      Rotate Behavior Bug

      • • Dave007
      3
      0
      Votes
      3
      Posts
      513
      Views

      HamedH

      @Dave007 It's because you're welding the objects and rotating them. Instead, you should be using like pivot attach

    • Aries29A

      Flipped objects with revised collision points

      • • Aries29
      9
      0
      Votes
      9
      Posts
      1.1k
      Views

      Aries29A

      I tried playing it and it is working! Though in line with what @aidan-oxley pointed out, it has a strange “connection error" overlay on top...
      0_1541810559886_0328BA85-C320-4BD9-999E-FFAD67AEE691.png

    • DavioD

      HyperPad Crashes During Animations and Cloning

      • • Davio
      11
      0
      Votes
      11
      Posts
      1.6k
      Views

      DavioD

      @hamed Thank you so much!
      I'll try both of these out

    • DavioD

      Subscription Error

      • • Davio
      4
      0
      Votes
      4
      Posts
      678
      Views

      DavioD

      @hamed Yes, it just worked right now. We found it in the user settings. Thank you!

    • GameCRAZYG

      Set Velocity Doesn't Work?!

      • • GameCRAZY
      30
      0
      Votes
      30
      Posts
      4.1k
      Views

      Aidan_FireA

      @murtaza Woah I never even knew you could set velocity of wall objects!

    • T

      Collisions with tags affect single objects

      • • Thecheater887
      4
      0
      Votes
      4
      Posts
      697
      Views

      RobinsonXR

      I think I know why this happens...

      HyperPad may see this as an intent of the object itself since the object is in the tag's group. Similiarly to using the loop behaviors to iliterate each object, it does it to only one object at a time.

      In this case, the collision behavior will activate the following events because of each object that is collided within it's tag, it will have the intent of that object that it has collided to.

      For example, two objects are going to be used. Object 2 is in a group. Object 1 has a behavior where when it collides within that group to change the color of it's tag. If object 1 collided with object 2 with the tag, it will change the color of object 2 as object 2 was the intent of this case.

      This may be confusing, but I learned from experimenting with tags and looping properties.

    • T

      Label Scales Improperly

      • • Thecheater887
      3
      0
      Votes
      3
      Posts
      625
      Views

      T

      @jack8680 It’s possible, but I believe it’s more likely that it’s not supposed to change the size, it’s supposed to change the text culling boundaries.

    • EpicmametchiE

      Sounds not playing.

      • • Epicmametchi
      5
      0
      Votes
      5
      Posts
      848
      Views

      EpicmametchiE

      Hmm. This is odd. The sounds seem to be working again. I don’t know what caused it though.

    • Andrey GhostA

      Weld Attach and Lock Rotation don't work together

      • • Andrey Ghost
      2
      0
      Votes
      2
      Posts
      532
      Views

      Andrey GhostA

      Never mind, I managed to fix this by locking rotation of only the main object. Sorry for useless topic :P

    • Jack8680J

      Broadcast message in a loop

      • • Jack8680
      6
      0
      Votes
      6
      Posts
      300
      Views

      D

      @jack8680 I hadn't realised this before... but this seems to mean it's possible to send unique messages to unique objects, like iterating over them.

      Which is kind of cool.

      Very messy to setup and test, but potentially powerful.

    • Cyber_DeathC

      the "Change Picture" Option doesn't work in the Edit section.

      • • Cyber_Death
      17
      0
      Votes
      17
      Posts
      2.1k
      Views

      Cyber_DeathC

      @murtaza lmao im dying 😂😂😂

    • GameCRAZYG

      Dropbox Not Working W/ Hyperpad

      • • GameCRAZY
      28
      1
      Votes
      28
      Posts
      3.1k
      Views

      GameCRAZYG

      @murtaza Yes, we went over that today. Thank you for your time.

    • Yo-BuddyY

      Health Bar Glitch

      • • Yo-Buddy
      3
      0
      Votes
      3
      Posts
      632
      Views

      Yo-BuddyY

      LOL it’s ok now, I fixed it. Not the actual glitch itself, but I just put a started touching behaviour on the background and that worked. Still don’t know why it was doing that, it was odd.