bobHit()

Check collision between bobs. It allow two different syntaxes with different meanings.

Syntax:
variable = bobHit( bobA , bobB )

Returns 1 if sprite
bobA collide with sprite bobB

Syntax:
variable = bobHit( bob )

Returns 1 if bob collide any other bob.

Example: