DIZBIZ REMAKE WIP
-
YESS YOU HEARD THAT RIGHT!!!!!!
If you used hyperpad at around 2022 to 2023 you might remember a little game called dizbiz (and by extension cheerdrop racing). If you haven’t heard of it before you can um. search it up. but I haven’t updated it in literally two years so some things might not work
ever since I stopped working on it it’s been at the back of my mind and a few days ago I received a wave of motivation to start working on the game again,… but I made the old game when I was like 12 and bad at art so I decided to completely remake the game from the ground up! This time there’s actual characters instead of miscellaneous gray man with hat
I have a little video showcase of what the game looks like so far, but unfortunately it’s too big for hyperpad so I put it on YouTube instead ! Here is the link
I will keep working on the game because it’s fun, and hopefully you’ll all get to play it soon!!!
ok bye -
@themerpygirl Awesome! Nice to see more projects like this come out. :)
-
@themerpygirl Really cool vibe, love that you're hand drawing.
For the pet follow movement you might like a thing I did:- I used a "Frame Event" (triggers anything attached to it every single frame) attached to a "Get Position" behavior so I have the player coordinates.
- Attached to that are two "random" behaviors (one for the X coordinate, one for Y) that output a random number between one and four when triggered.
- I then attached two "Add Values" behaviors to add the random output number to the "Get Position" coordinates.
- I dragged the "Get Position" value to the first "Add Values" function and chose the X position.
- I then dragged the "Random X" value to be added to the player position X value.
- Same thing for the Y: "Get Position" Y plus the generated "Random Y".
- Next I created a timer that will move the "pet" every 1.5 seconds.
- Attached to the timer is a "Move to Point" behavior.
- On "Move to Point" drag "Add Values X" to the X coordinate under "point" in the Move to Point behavior.
- Same for Y: Add Y Values to the Y point of the Move to Point behavior.
- Set the transition of the "Move to Point" behavior to "In Out Sine" in order smooth the start and stop.
It's similar to what you have with some organic movement thrown in thought it'd be worth sharing :)
-
@themerpygirl If what I sent isn't making sense, this short tutorial from the HyperPad channel shows outputting values into math behaviors then using the resulting value for the move behavior. It's not exactly the same but it should help with understanding outputting values to input fields: