when using a text field for output, how can you set the number of digits shown in it
(ie. 4.25 in stead of 4.246337965)
you can use math.round or math.ceil
run a search in the actionscript section of the forum, you’ll find exactly what you’re looking for.