Hi all,i got into a problem again while trying to set up collision for my object while using the Sparky.DLL,i look in the commands that the sparky.dll came with and i ended up a code:
SC_objectCollision ( obj1, obj2 )
And i used the code like this in my game:
SC_objectCollision 1,2
But when i try to use it i get a error saying:"unknown command"
And when i looked in the commands i saw the code like this
return float=SC_objectCollision ( obj1, obj2 )
So whats a return float(i looked like everywhere and could not find that info)?,and if you know a easy way to create smooth collision using the sparky dll,pleas explain it to me step by step in this topic on how to do it.
i'm the M king.