indexing description: "[ An EM_GOOF_OBJECT that is static but collidable. ]" date: "$Date$" revision: "$Revision$" class EM_GOOF_OBSTACLE inherit EM_GOOF_COLLIDABLE undefine make end create make, premake feature -- Initialization make(img: EM_BITMAP x: DOUBLE y: DOUBLE phs: EM_GOOF_PHYSICS) is -- Make goof_object do precursor(img, x, y, phs) make_rect(x,y,img.width,img.height,0) end end