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.
____________________________________________________________



_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to