• Hello everyone,

    We're happy to announce that our forum is back online! We needed to take some time off to discuss and decide on how to handle sensitive topics in our community.

    The team has posted an in-depth comment regarding a recent incident and our stance on politics and sexuality in our forum. We also added a dedicated paragraph about this in the forum guidelines. This is part of our commitment to maintain a welcoming and inclusive environment for all our users. Your understanding and continued support in building a creative and respectful community are highly appreciated.

    Thank you, the CX Dev-Team

Collision functions?

Amon

Member
Joined
Nov 19, 2018
Messages
88
What are the collision functions available for mojo and mojo2? I can't seem to find them.
 
What are the collision functions available for mojo and mojo2? I can't seem to find them.
There aren't any. You have to rewrite your own. See the smalltime outlaw videos.
There should be plenty of articles on the internet on collision detection algorithms, with the simplest being block to block. which would be the default first step before doing anything that requires more calculation.
 
Mojo and mojo2 are just graphic input and audio modules. They have no game objects like sprites that store their position, scale and rotation.
 
Back
Top Bottom