$Date: 2005/10/23 12:02:23 $
$Revision: 1.11 $
-- Make with a rect collidable
-- With x/y position (NOT top/left)
-- Make with a cicle collidable
-- Make goof_object
-- (From EM_GOOF_OBJECT)
-- Make with a cicle collidable
-- Make with a rect collidable
-- With x/y position (NOT top/left)
-- Premake 'rotatable'
-- Must be followed by a real 'make' (or 'make_multiple_picture' in case of rotatable)
-- (From EM_GOOF_OBJECT)
-- It collides
-- Update collidable angle
-- Is it collidable within detector
-- Update collidable group
-- Update collidable position
-- Collidable for detector
-- Group for collision (uncolliable within group)
-- Image of this object
-- (From EM_GOOF_OBJECT)
-- Image positiion correcture (typically= -height/2, -width/2)
-- (From EM_GOOF_OBJECT)
-- Physics 'parent'
-- (From EM_GOOF_OBJECT)
-- Current position
-- (From EM_GOOF_OBJECT)
-- Is this 'object' premade and not yet really made
-- (From EM_GOOF_OBJECT)
-- Is this object visible?
-- (From EM_GOOF_OBJECT)
All data needed to check collisions with this object
Be sure not to confuse this with EM_COLLIDABLE from the
collision detection, althougt this class uses the
collision detection and EM_COLLIDABLE.
This class is intendet to be inherited by EM_GOOF_OBJECT
witch need the collision detection functionality.
Objects collide only with objects in other collision_group
(or set).