The built in Joystick controlled behaviour should handle this automatically. Make sure the "should flip" toggle is on.
Posts
-
RE: Move player forward In their direction
-
RE: how the freak do you crop images that you import as graphics
Can you be more specific on how you cropped your image?
hyperPad has a limited built in image editor that has a crop feature. You can import a graphic, then in the asset library press and hold to bring up the menu, and then select "Edit Graphic" then on the left hand side select the crop tool.
If you used an app outside of hyperPad, make sure the image you cropped is saved, and you have imported it into hyperPad AFTER you have made any edits in what ever tool you're using.
-
RE: THE FIRST PLAY AWARD
@Bryce678
Yes there is currently a bug in how rewards are treated. It should only be giving it to you the first time you earn it. However, it is giving it for every instance. -
RE: Pick up weapons
Hey welcome to hyperPad! This is possible in quite a few ways. It really depends on your game, and how in depth you want to get.
Lets say it's a gun you want to pick up. You could place a gun in your scene, then use the "Collision Event" behaviour to check your character touches the gun.
From there you could do things like "destroy object" to destroy the gun object from the scene.Now how would you make your character have a gun?
Well you can add the "shoot with button" behaviour on the object, but have it disabled. And once you collide with the gun, enable this behaviour so it starts working.Then if you want to do things like make your character look like hes holding a gun, you could do this various ways. Easiest way is to just change the player graphic to one thats holding a gun.
@robinsonx has made a few games like this in the past, so I'm sure he has some ideas as well.
-
RE: Cant drag any script blocks in the behaviour tab
@Abukhara
No there is no limitation like that. Is this happening only for a single object, or any object in your project? -
RE: Cant drag any script blocks in the behaviour tab
Have you tried quitting hyperPad and launching it again?
-
RE: Why is the app telling me to download editor?
@Lorebound-Labs
Also, note that the hyperPad editor apps are only available on iPad and Mac. Not for iPhone.
So if you're using the hyperPad Hub app on iPhone, you wont find the editor there. -
RE: how do I make an object fade in and out after another object in Hyperpad?
@Ethan-D
It's because your set colour for both are the same duration. You need to connect your wait to the end of set colour 1, or play animation.This will then execute your wait behaviour AFTER those behaviours have completed.
-
RE: how do I make an object fade in and out after another object in Hyperpad?
So you want the text to fade in after the logo fades out?
Your current behaviour looks like it should work. It waits 2 seconds, then makes the colour transparent.
Is that not happening for you?
-
RE: How to publish game.
@Eric726 Great glad to hear it! And thanks for letting us know, this helped us track down an issue with user accounts that we're sorting out.
-
RE: How can I make ragdoll?
You could use the pivot attach to connect each joint of the limbs.
-
RE: How to publish game.
We just made some changes to your profile. Can you check if it works now?
-
RE: How to publish game.
Weird! I pulled up your account, and looks like you've used both the starter app and the complete version before and your account has gotten confused.
I'm looking into correcting this! Sorry for the issues. -
RE: Idea
Realistically the demand isn't that high for this, and it's something that can be easily abused with the hub.
So unlikely for us to add it any time soon. If something else in the future relies on this, or this gets added as a byproduct that sure. But it's not something that is currently on our roadmap.
-
RE: How to publish game.
Are you using hyperPad starter or the complete hyperPad app?
-
RE: Game Version
The main limitation between starter and the paid version is the amount of projects you can create. You shouldn't be limited by cloud back ups, rather the amount of new projects you can make.
If you can't create more than one project let me know, as that sounds like some sort of bug.
Also, when you have both apps on one iPad it can do weird things with your user account, so we don't recommend having both at the same time. This could confuse how your profile is treated. Which is probably why you're seeing a limitation with cloud backups.
-
RE: How to publish game.
Try logging out and logging back in?
I also notice your hub isn't properly fully loaded. -
RE: 🏆 Community Awards!
@NeilSenn said in 🏆 Community Awards!:
Maybe there's a trophy at 5 hub games 100% completed. I've only seen Jaime and Jasmine have a percent complete counter but I'm guessing once Norbert and others are near finished they'll have verifiable progress.
Yeah we're going to be launched a lot more "conditional" awards that you work towards based on creating, community involvement etc.
-
RE: I can see the behavior collided do I need to play?
As @NeilSenn says, there are no restrictions to behaviours available in the free Starter version, or the paid version of hyperPad.
All behaviours are available to all users. Especially one as critical to game development as collision detection.
We have gone through a series of updates and changed names of behaviours, so if you look at old tutorials or videos, you may see the behaviours by different names. In this case, the "Collided" behaviour is now called "Collision Event"