I'm making a shooting game and I would like a SIMPLE zoom effect.

I've noticed that the right click method and clicking "zoom in" is exactly what I want. Is there a way to initiate that exact same function, but say once the user hits spacebar?


I realize there are probably other ways I could do it, such as grabbing all of the children and scaling them times 2. But I figure flash seems to have that method packed in already, so is there a way I can just grab that way I've said and use it?


Thanks