@themerpygirl Awesome! Nice to see more projects like this come out. :)
Posts
-
RE: DIZBIZ REMAKE WIP
-
RE: Is there a way to have two audio tracks playing at the same time?
@themerpygirl There's a bug with duplicated behaviors (fixed in the beta). Try placing down a Behavior Bundle and connect it to those two behaviors so both of them can trigger on start.
-
RE: Is there a way to have two audio tracks playing at the same time?
@themerpygirl Can you share a screenshot of your behaviors? Playing sound effects simultaneously should work.
Also, are you on the beta? Lots of things have been fixed on there, and perhaps this issue may have been resolved there.
-
RE: Is there a way to have two audio tracks playing at the same time?
@themerpygirl Hello!
You can use Play Sound behaviors instead. They have almost the same capabilities of Play Music behaviors - you can loop them and even define a start time.
Since we've just revamped the audio engine, audio playback is much better and you can get away with using Play Sound behaviors. The only downside is that you can't define the end time with Play Sound behaviors unlike in Play Music behaviors.
-
RE: Viewer can't fit my game
@gmail When pausing the game, you can also change the aspect ratio to best fit your screen.
-
RE: Great Engine! Questions before beginning!
@Hman_USA Hello! Here are some answers to your questions:
- You don't need to incorporate shadows into your pixel art images if you're trying to do dynamic lighting. However, it is good to note that hyperPad doesn't actually support lighting. This feature is built from the ground up by the user. In the future, we hope to make lighting a built-in thing.
- You can have the shadow act as where the unit is flying above, and make sure the unit is visually above the shadow. The greater the distance, the greater the elevation. Adding collisions to the unit might interfere with physical objects on the ground, unless you tell hyperPad when the unit should and should not have collisions.
- To make the unit land, you can move it towards the shadow (effectively closing the distance between the unit and the shadow).
-
RE: Sprite import losing transparency on newer IOS
@Kore This has been fixed in an upcoming update that should be arriving soon!
-
RE: Cant add videos
@Ana-potato Videos can take up a lot of storage and isn't recommended because it can kill performance on low-end devices. Even if you try to import lots of frames of a video and play it back, it isn't always smooth. You'll quickly find out why we can't have videos on here.
-
RE: Age access and ownership!
@gmail Hello, can you send me the projects you want the permissions wiped to my email: robinson.x@hyperpad.com
-
RE: Xcode to windows app..possible?
@Shady91 As of right now, not really. We are using a bunch of APIs that aren't made by Apple, so this most likely won't work like Murtaza mentioned.
However, if we migrate to using more native Apple APIs, then this seems feasible. I don't know much behind how this works yet.
If you do try, let us know if it works!
-
RE: Bug persisting until hyperPad restart
@Shady91 However, a blank scene is very rare.. I'd assume it's a memory issue because it fixes itself after restarting the app. To clear up some memory, you can go to your account settings by pressing the top left hamburger icon and then tapping the gear. You want to press on the button called Clear Project Cache.
-
RE: Bug persisting until hyperPad restart
@Shady91 Thanks for sharing this with us!
How are you updating your sprites' positions? If they are running under a Timer behavior, I suggest using a Frame Event behavior so the positions are guaranteed to refresh every frame.
-
RE: Top Down Floaty Movement (how to fix?)
@dumbTactics Sorry for the late response, but make the world gravity stronger to remove the "floatiness". You can do this in project settings or use the Set Gravity behavior.
-
RE: Saving Object Name into variable and moving it using the variable name
@JonnyFlapjack Can I see your behaviors? Make sure you're getting the object ID of the "4" object and that it's being received on the button object.
Also, it's worth noting that broadcasting will trigger all receive message behaviors with the same key. So you want to have different keys for sending and receiving data between objects.
-
RE: Get Object
@JonnyFlapjack Plug the
objectA_ID
output of the Get Object into the object fields of other behaviors. The other behaviors will only perform the actions on the specified object.Object IDs can be used to dynamically select which objects to perform things on.
-
RE: hyperPad out of date error
@Shady91 Looks like a mistake on our end dealing with version numbers - I'll try to fix it in the next update. š¤
-
RE: Needed featureā¦
@ZuniSoft @aPaperWeight @SplitMindGaming You can now duplicate behavior trees and move them into another object. :)