.size()

Bitsbox's size command makes it easier to change the size of objects on the screen. You specify the final size (in pixels) and the amount of time the change should take to complete. This is expressed in milliseconds (thousandths of a second).

This program instantly resizes the arrow to 100 pixels in size when you tap it.

This program instantly resizes the text to a font size of 30 when you tap it.

This program instantly resizes the circle to a radius of 50 pixels when you tap it.

Animates the stamp to 20 pixels in size over 500 milliseconds when you tap it.

Animates the text to a font size of 30 over 500 milliseconds when you tap it.

Animates the circle to a radius of 50 pixels over 500 milliseconds when you tap it.

Resizes the stamp randomly when you tap it.

Resizes the text randomly when you tap it.

Resizes the circle randomly when you tap it.