tv_mc.alpha = .9; // The alpha property accepts values between 0 and 1 (.9 etc)
tv_mc.x = 0; // How most object align on stage depends on there registration point. It should always be set to top left corner of clip.
tv_mc.y = 0;