the grabbedObject?
    Richmond Mathewson 
    geradamas at yahoo.com
       
    Mon Dec 22 10:14:11 EST 2008
    
    
  
WOOPS!  meant to put:
on mouseDown
  grab me
end mouseDown
on mouseMove  
    if within (fld "fGREEN", the mouseloc) then 
    set the textColor of me to "yellow"
  else
    if within (fld "fWHITE", the mouseloc) then 
    set the textColor of me to "black"
  else
    set the backColor of me to empty
  end if
  end if
end mouseMove
with the double mouseMove at the start nothing would 'work a charm';
merely throw a wobbly!
sincerely, Richmond Mathewson.
____________________________________________________________
A Thorn in the flesh is better than a failed Systems Development Life Cycle.
____________________________________________________________
      
    
    
More information about the use-livecode
mailing list