• Game creation and submission

    3
    0 Votes
    3 Posts
    222 Views
    MurtazaM
    Basically, you press export and get sent an XCode project. The rest of the process takes place outside of hyperPad and requires a Mac running Xcode. The steps can be found at the link @SplitMindGaming shared.
  • How to make a shootout game?

    1
    0 Votes
    1 Posts
    162 Views
    No one has replied
  • How to make a platformer game?

    2
    0 Votes
    2 Posts
    204 Views
    HamedH
    https://hyperpad.zendesk.com/hc/en-us/sections/201314305-Complete-Guide-Creating-a-Platform-Game
  • Homing projectile vs multiple targets

    59
    0 Votes
    59 Posts
    16k Views
    Aidan_FireA
    @Hamed Oh right I forgot about them. Uh, I'll go try remember and make proper bug reports. I think there was actually only 1 bug.
  • Spine 2D Integration

    36
    1 Votes
    36 Posts
    7k Views
    SplitMindGamingS
    @Hamed you know I love you right
  • Add Friend system

    3
    0 Votes
    3 Posts
    213 Views
    RobinsonXR
    All usernames should be inside an array, let's call this array Users. When searching for a name, you can loop through the entire array and check for usernames containing what you typed. For example, if you typed dog, all usernames containing dog should pop up. dog282, somedog and doggy are examples that follow this condition. Note that hyperPad that have a built-in feature to check if a text contains something, so you will need to make your own. So searching for dog should check for usernames in Users for keyword dog. All results should be placed in an another array, let's call this Results. This is where all the desired usernames will be after a search. After looping through Users, now you can loop through Results to get what you want to show. You can use Get Array Count to show the number of results or make a list appear. I know you have a lot of questions on what to do, but I don't know which ones you're going to ask. Feel free to ask me any questions! 😁
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    6 Views
    No one has replied
  • Camera manipulation using touch

    6
    1 Votes
    6 Posts
    590 Views
    StanicaS
    @XxWhiteHearrxX Thanks for the tips
  • Animated Full Background Image

    10
    0 Votes
    10 Posts
    648 Views
    MelideM
    @SplitMindGaming I think it depends on how many frames does your animation have. I remember that when I put like more than 20 frames with graphic that more than 1000px wide, it can lag and sometimes makes hyperPad crashed. Maybe it was in the past ( it happened before the app became a paid app ), but I just happened to play all the animations ( firstly to see if there was an animation in particular that cause lag ) and doing that before playing the scene has solved the problem for me.
  • Export For The App Store

    3
    0 Votes
    3 Posts
    195 Views
    SplitMindGamingS
    @Murtaza i see thank you
  • Does hyperpad support game controllers

    3
    0 Votes
    3 Posts
    245 Views
    SplitMindGamingS
    @Murtaza i see and yes I agree. I think controller support are much better suited for 3d games.
  • Publishing to the App Store

    2
    0 Votes
    2 Posts
    212 Views
    MurtazaM
    Well you need an apple developer license/account. This costs $99 a year. You can learn more about that here: https://developer.apple.com/ Next you will need a mac to run apples developer tools (XCode). Finally with hyperPad you simply export your project, you're then sent an XCode project that you open on your mac, set up certain parameters, then submit that to Apple using your Apple developer account. We used to offer a service that would have us submit on your behalf (to your developer account), but we no longer offer that.
  • Ipad mouse support

    3
    0 Votes
    3 Posts
    238 Views
    SplitMindGamingS
    @BD-Studios yeah i actually got to try it from a friends ipad. It seems it works fine. The only thing missing is the mouse wheel support. It wont zoom in and out.
  • Can you import particles from other softwares?

    11
    0 Votes
    11 Posts
    649 Views
    SplitMindGamingS
    @Hamed again thanks for the help. The Fps on my game is like butter now. Also did you release the update yet
  • Make physics doesnt work with tags

    9
    0 Votes
    9 Posts
    494 Views
    SplitMindGamingS
    @Aidan-Oxley yup thats it. I got it to work doing some adjustments. Good find. Thank you.
  • Creating Health for Characters

    Unsolved
    3
    0 Votes
    3 Posts
    239 Views
    DbatD
    Re: Creating Health for Characters That works. Thank you!🙂👍👍
  • This topic is deleted!

    0
    0 Votes
    0 Posts
    6 Views
    No one has replied
  • How to save countdown timer

    6
    0 Votes
    6 Posts
    352 Views
    SplitMindGamingS
    @SplitMindGaming nvm i figured it out. I had to seperate the behaviors and put a timer on top of the get label.
  • Does importing animation from the files app work?

    4
    0 Votes
    4 Posts
    246 Views
    RobinsonXR
    That happened to me once when I tried importing things from other apps, I guess it hasn't got fixed yet. 🤷‍♂️
  • Guys, I need help.

    8
    0 Votes
    8 Posts
    546 Views
    EpicCakeGameMakerE
    @Kamdroid https://go.aws/2QVcn1J basically in the chocolate level if you spam jump on the yellow boxes the character will be able to jump super high.