In a message dated 2/26/02 7:42:18 PM, [EMAIL PROTECTED] 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.
_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to