I've been working on this little fun project for awhile now, and it is almost done. Just have to add some polish to the game and, yeah, collision.
I haven't got NGC yet, and for this project it really would be overkill. I took some of the code from the limit rush tutorial. However I don't really understand the expressions Get Object Collision X and such, so fixing whats wrong will be hard.
I tried setting the collision off on all of my other objects but no luck? Can someone else see what I'm doing wrong? I'll post my snippet and the code for my whole game. I was going to release it open source after I was done anyways...
FYI the full game code is in the Source button and I'm using DBPro (if you didn't read the title)
`Check this for collision
ColObject = Object Collision(101, 0)
IF ColObject >= 100
ColX# = Object Position X(101)-(Get Object Collision X()/2)
ColZ# = Object Position Z(101)-(Get Object Collision Z()/2)
IF ColX# > 0 and ColX# < 18 and ColZ# > 0 and ColZ# < 18
Position Object 101, ColX#, Height#, ColZ#
Penguins#(1, 2) = Object Position X(101)
Penguins#(1, 3) = Object Position Z(101)
ENDIF
ENDIF
"Damn had to remake account!" direct quotation from previous account.