Help please?

Stgecft at aol.com Stgecft at aol.com
Wed Feb 27 06:41:01 EST 2002


In a message dated 2/26/02 7:42:18 PM, staypufd at gte.net writes:

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

If you are trying to see the effects of this action put "wait 10" befor and 
after your last line.   


wait 10
set the textSize of character 4 of line 1 of field "Txtfield1" to 24
wait 10

Randy Kent
Stagecraft, Inc.



More information about the use-livecode mailing list