Hey guys,
I was wondering if it is possible to check if your object has hit ANY other object. This is not limiting it to one class but say if there is a car, a motorcycle, a bus, a train and about a dozen other things and you want to see if the frog has been hit by any of them with out checking each individually.
By this I mean something where you could do:
or something like that.
Is this possible?
Thanks in advance,
SB001 - Samuel.T.Brown
if (WHAT YOU ARE TELLING ME != null) { getWorld().removeObject(this); }