Topic : The GFA-Basic Compendium Author : GFA Systemtechnik GmbH Version : GFABasic.HYP v2.98 (12/31/2023) Subject : Documentation/Programming Nodes : 899 Index Size : 28056 HCP-Version : 3 Compiled on : Atari @charset : atarist @lang : @default : Document not found @help : Help @options : +g -i -s +z @width : 75 @hostname : STRNGSRV @hostname : CAB @hostname : HIGHWIRE @hostname : THING View Ref-FileOBJC_FIND(tree,start_obj,depth,fx,fy) tree, start, depth: iexp fx, fy: ivar This function determines which object is found at a given coordinate. Returns the object number, or -1 if no object is found at the given coordinate. tree - Address of the object tree to be examined. start_obj - Number of the object from which the search is begun. depth - Number of object levels to be searched (0=only first object). fx - x-coordinate fy - y-coordinate objc_find()+