Can hyperPad do…
-
Hi Everyone,
I actually purchased hyperPad a long time ago but didn’t really get into it. But I want to give another go.
What I would like to know is if I could do a factoring like game in hyperPad?
The thing I’m struggling with in other engines is the most basic function on this type of game, moving objects along belts.
Thank you in advance for any info and replies.
-
@Gadgetkk Yes, this is possible!
There are a lot of ways of doing this, but I recommend using the While Colliding behavior and Move By behavior.
The conveyor belts and the items that are being moved should both be wall objects. You can add a tag to the conveyor belts and in the moving objects, you can make it so While Colliding with the conveyor belt tag, Move By 0.1 meters in whichever direction.
-
@RobinsonX said in Can hyperPad do…:
@Gadgetkk Yes, this is possible!
There are a lot of ways of doing this, but I recommend using the While Colliding behavior and Move By behavior.
The conveyor belts and the items that are being moved should both be wall objects. You can add a tag to the conveyor belts and in the moving objects, you can make it so While Colliding with the conveyor belt tag, Move By 0.1 meters in whichever direction.
-
@Gadgetkk Like Factorio? Man, that would be interesting to try and make, it might not be easy but it’s most certainly possible.