indexing description: "[ AREA objects represent clickable areas (also called hot spots). See super classes for more functionality. This class is part of the XAE Extended Adventure Engine Project. ]" author: "Adrian Rabenseifner, radrian@student.ethz.ch" date: "$Date$" revision: "$Revision$" class AREA inherit TRIGGER DIMENSIONED create make feature -- Initialization description: STRING -- short description make is -- Initialize `Current'. do init_action_list end set_description(pdescription: STRING) is -- set description text do description := pdescription end feature {NONE} -- Implementation end -- class AREA