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-FileGRAF_MOVEBOX(w,h,sx,sy,dx,dy) w, h, sx, sy, dx, dy: iexp This function draws a moving rectangle with constant width and height. Returns 0 if an error occurred. w - Width of the rectangle. h - Height of the rectangle. sx - Initial x-coordinate of top left corner of the rectangle. sy - Initial y-coordinate of top left corner of the rectangle. dx - Final x-coordinate of the top left corner. dx - Final y-coordinate of the top left corner. Example: ~GRAF_MOVEBOX(25,25,0,0,150,150) graf_movebox()+