Skip to main content
Known Participant
December 10, 2009
Question

zoomIn effect of image, not actually inside the MovieClip.

  • December 10, 2009
  • 3 replies
  • 733 views


Suppose position of MovieClip is
x=400,y=600 height=550,width=100.


My problem was that the When I apply the zoomIn effect of image,It is not actually inside the MovieClip.Image is coming out from the MovieClip during the zoomIn effect.


I want to apply a zoomIn effect for the image in the MovieClip only.

How can It be done?

Thanks
Ankur

This topic has been closed for replies.

3 replies

AnkurwahiAuthor
Known Participant
December 11, 2009

Hello Rob!

I have the scenario that I have one movieClip supposingly in the center of stage,there are different images that I load each time using loader!

During image loading other transitions like fade,spiral etc works fine  and it doesnt come out of the movieClip,  except the zoom transition .In zoom transition the transition starts from the x=0,y=0 and comes up to the MovieClip's boundaries.This is my Problem

Thanks

Ankur

robdillon
Participating Frequently
December 11, 2009

Yes, you can use a mask through actionscript. Here's an extensive article on masking using actionscript: http://www.republicofcode.com/tutorials/flash/as3masking/

I can't really follow the description of your problem without seeing the file. If you still have a problem, can you post the movie file or send it to me?

AnkurwahiAuthor
Known Participant
December 12, 2009

Thanks Rob for the Link!

Its helpful!

Ankur

AnkurwahiAuthor
Known Participant
December 11, 2009

what is the purpose of using masks?

Is it possible to Use mask through actionscript?

Thanks

Ankur

robdillon
Participating Frequently
December 10, 2009

If you want the effect to apply to only one part of a movieClip, then make that one part its own movieClip and apply the effect to that new movieClip.

AnkurwahiAuthor
Known Participant
December 10, 2009

Hello Rob!

Thanks for ur reply!

No I dont want to apply the effect on particular portion of MovieClip.Rather I want that the image should come only in MovieClip during ZoomIn transition!

Its going out of the movieClip.

Any solution for this?

robdillon
Participating Frequently
December 10, 2009

Can you show an example of what's happening in your movie? I'm having difficulty visualizing the problem.