• Upload bug

    Moved
    10
    0 Votes
    10 Posts
    939 Views
    M
    @RobinsonX nvm the bug is fixed Thanks
  • Set label not working

    Moved
    5
    1 Votes
    5 Posts
    517 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
  • Transparent images losing transparency

    Moved
    6
    0 Votes
    6 Posts
    663 Views
    MurtazaM
    Glad to hear you figured it out!
  • Copying a project (not branching) causes files to be unable to open

    Moved
    2
    1 Votes
    2 Posts
    490 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.
  • Preloading Scene Causes Behaviors To Not Trigger In Global Objects

    Moved
    2
    0 Votes
    2 Posts
    624 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.
  • "Jump" Behavior seems to not function after opening an overlay

    Moved
    7
    0 Votes
    7 Posts
    1k 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?
  • Rounding Error for Object Positions on iPad Pro 11"

    Moved
    3
    0 Votes
    3 Posts
    797 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.
  • Rotate Behavior Bug

    Moved
    3
    0 Votes
    3 Posts
    648 Views
    HamedH
    @Dave007 It's because you're welding the objects and rotating them. Instead, you should be using like pivot attach
  • Flipped objects with revised collision points

    Moved
    9
    0 Votes
    9 Posts
    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... [image: 12fb7228-8699-4ce8-9bf5-977680528775.png]
  • HyperPad Crashes During Animations and Cloning

    Moved
    11
    0 Votes
    11 Posts
    2k Views
    DavioD
    @hamed Thank you so much! I'll try both of these out
  • Subscription Error

    Moved
    4
    0 Votes
    4 Posts
    839 Views
    DavioD
    @hamed Yes, it just worked right now. We found it in the user settings. Thank you!
  • Set Velocity Doesn't Work?!

    Moved
    30
    0 Votes
    30 Posts
    9k Views
    Aidan_FireA
    @murtaza Woah I never even knew you could set velocity of wall objects!
  • Collisions with tags affect single objects

    Moved
    4
    0 Votes
    4 Posts
    858 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.
  • Label Scales Improperly

    Moved
    3
    0 Votes
    3 Posts
    751 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.
  • Sounds not playing.

    Moved
    5
    0 Votes
    5 Posts
    1k Views
    EpicmametchiE
    Hmm. This is odd. The sounds seem to be working again. I don’t know what caused it though.
  • Weld Attach and Lock Rotation don't work together

    Moved
    2
    0 Votes
    2 Posts
    623 Views
    Andrey GhostA
    Never mind, I managed to fix this by locking rotation of only the main object. Sorry for useless topic :P
  • Broadcast message in a loop

    Moved
    6
    0 Votes
    6 Posts
    558 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.
  • the "Change Picture" Option doesn't work in the Edit section.

    Moved
    17
    0 Votes
    17 Posts
    3k Views
    Cyber_DeathC
    @murtaza lmao im dying 😂😂😂
  • Dropbox Not Working W/ Hyperpad

    Moved
    28
    1 Votes
    28 Posts
    7k Views
    GameCRAZYG
    @murtaza Yes, we went over that today. Thank you for your time.
  • Health Bar Glitch

    Moved
    3
    0 Votes
    3 Posts
    754 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.