• Help Needed!

    5
    1 Votes
    5 Posts
    409 Views
    aPaperWeightA
    @RobinsonX holy im dumb, ty, yes im using java to setup node.js server
  • Publishing

    6
    1 Votes
    6 Posts
    442 Views
    RobinsonXR
    @aPaperWeight When enough of your projects have been approved by the community, your account will no longer be in probation. As long as you don't violate any guidelines, your account will be good to go!
  • How to publish game.

    2
    2 Votes
    2 Posts
    200 Views
    RobinsonXR
    Hello @Higuybtw, On the projects menu screen, each project has an icon that has a cloud with an arrow. You press on the icon to upload to the hyperPad Hub. It should take you to the next page after a little bit where you finally submit your project to the Hub. :)
  • Need help!

    4
    1 Votes
    4 Posts
    362 Views
    aPaperWeightA
    @RobinsonX Thanks! It doesn’t work that well, but it may be because i’m doing something wrong, i’ll keep trying.
  • looking for classes

    1
    0 Votes
    1 Posts
    136 Views
    No one has replied
  • Huge problem with audio and sounds

    4
    1 Votes
    4 Posts
    317 Views
    RobinsonXR
    Yeah.. This is a weird issue - I use a DAW and I noticed that whenever I export audio with "normalized" levels, it's usually quiet in hyperPad. So I usually amp it up over the normal levels so it was very loud.
  • climbing the ladder

    5
    1 Votes
    5 Posts
    412 Views
    RobinsonXR
    @KingOfStone If you wanted to climb on a rope or on the ceiling, that works too - you just have to change some stuff.
  • Group

    Unsolved
    2
    0 Votes
    2 Posts
    183 Views
    RobinsonXR
    hyperPad doesn't really have "groups" but Forums is a great place to have multiple people collaborate with each other. We also have a discord where people can chat, collaborate and voice chat. https://discord.gg/RpXHJXq
  • How do you code strikes?

    3
    0 Votes
    3 Posts
    295 Views
    SplitMindGamingS
    @RobinsonX Nice. I was thinking it had to do with some type of weld attach. Never thought to make an invisible hit box. Thanks
  • Need Help with some coin logic

    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
  • HELP WITH SOCKET.IO

    8
    0 Votes
    8 Posts
    727 Views
    RobinsonXR
    Making a server for multiplayer takes outside knowledge, so understandably many won't know how to do it - but I can make a video tutorial for it at some point going into depth on how socket.io works. I recently released a video about using a template login system using socket.io and I want to see if people can manage to correctly utilize it before I move on. :)
  • What does this red tag mean?

    3
    0 Votes
    3 Posts
    258 Views
    RobinsonXR
    This is a visual bug but I'm sure it's supposed to be red when the object it is referencing does not exist. This is supposed to happen when: You selected an object that no longer exists You provided an output of a behavior that no longer exists You provided an asset that no longer exists
  • Another Coin Logic help

    2
    0 Votes
    2 Posts
    216 Views
    No one has replied
  • Not available in my region

    3
    1 Votes
    3 Posts
    206 Views
    MurtazaM
    Yeah, unfortunately Apple/China changed some stuff where there is some stuff that needs to be done so apps can be sold in China. And I just don't know how to do it. I looked into it briefly but couldn't figure it out. Sorry.
  • Enemy chase player? (RESOLVED)

    4
    0 Votes
    4 Posts
    423 Views
    RobinsonXR
    The x and y velocity / force will push the object to move. X = Horizontal Y = Vertical You can use If behaviors to compare the position between the enemy and player. Example: If player X is greater than enemy X -> enemy moves right
  • Minimize Joystick Deadzone? (For side view game)

    4
    1 Votes
    4 Posts
    412 Views
    dumbTacticsD
    @RobinsonX @TutorialDoctor Thank you fellas. I'll look into this. Very much appreciated :)
  • Joystick not being registered?

    4
    2 Votes
    4 Posts
    358 Views
    dumbTacticsD
    @RobinsonX and @TutorialDoctor Thanks guys, I'll check out their advice later today. Thank you guys.
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    3 Views
    No one has replied
  • Inventory Logic

    1
    1 Votes
    1 Posts
    225 Views
    No one has replied
  • import text file

    10
    1 Votes
    10 Posts
    994 Views
    RobinsonXR
    @Lupo Oh yeah I forgot but you would use Text Operation if you're importing a comma-seperated string. If you use the split feature in that behavior, then it will output an array that can be plugged into Modify Array to set the array.