There are a few major tentpole changes to hyperPad that are in the works. Once these are in place we'll be doing more of a focus on tutorials and documentation
Global Moderators
Forum wide moderators
Posts
-
Best way to erase something in an array -
I lost my codeCan you be more specific on what you mean? Is it just a specific objects behaviours that are gone? Or your entire project is blank? If you run the project does it still behave like normal?
To help you better we need more information, this will help us track down any bugs if thats the case.
Also, if you have cloud backups enabled for your project you should be bale to download a previous version and get back to creating.
-
Can’t switch joysticks (Change weapon)Can you share your project? It's possible that some of your behaviours are not executing in the correct order.
@robinsonx do you have any suggestions? I'm sure you've created such a system before. -
HOMESTUCK: retake@Bryce678
You really should be sharing your projects to the hub.
It's very unlikely for someone to play your game from the forum.The entire purpose of the hub is to share your project and get feedback.
Where as the forums WIP section, is to show off pictures and videos of what you're working on and to have a discussion about it.
-
Move player forward In their directionThe built in Joystick controlled behaviour should handle this automatically. Make sure the "should flip" toggle is on.
-
how the freak do you crop images that you import as graphicsCan 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.
-
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. -
Pick up weaponsHey 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.
-
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? -
Cant drag any script blocks in the behaviour tabHave you tried quitting hyperPad and launching it again?