Bouncing text on canvas

Is there any way to bounce a word taken from a textbox like the bouncing ball?
The idea is that the user Put his/her name in a textbox and that name is bouncing around in a canvas while other things are going on.

Yes. Without extensions you could draw the word in a canvas, save it as an image, then use this image on an imageSprite in another canvas. You set the properties of the imageSprite (heading/rotation/move/edge) to make the sprite move around.

one issue is how to determine the width /height of the canvas for text image?