Help please?

Sam Griffith staypufd at gte.net
Tue Feb 26 19:43:01 EST 2002


Hello all,

I'm trying to find out how to get a text field to redisplay during a
handler?  Below is the code I want to do. It animates a character getting
bigger and smaller 45 times.  Any help would be appreciated....

on mouseDown 
  repeat 45 times
    set the textSize of character 4 of line 1 of field "Txtfield1" to 8
    
-- want the text field to update before doing this
  
    set the textSize of character 4 of line 1 of field "Txtfield1" to 24
  end repeat
end mousedown


-- 
Sam Griffith Jr.
email:      staypufd at mac.com
Web site:   http://homepage.mac.com/staypufd/index.html





More information about the use-livecode mailing list