Hi, I have sparky's dll, but I havn't used it yet.
I have re-created the pacman maze, in 3d, but it is all one object.
I have a sphere, which moves using move object and move object left/right.
It starts in an area that solid parts of my model are NOT in, but it is still inside the bounding box.
I did a simple test using this code.
If object hit(1,2) then color object 1,rgb(0,255,0)
My sphere is instantly green
.
How would I make it so it.... well..... works properly
.
Oh yeah, and how do I code it so that (e.g) the object is NOT colliding with object 2, it does something.
In game maker you just put
if !object hit then *stuff here*
E.D.