The built in Joystick controlled behaviour should handle this automatically. Make sure the "should flip" toggle is on.
Global Moderators
Forum wide moderators
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?