A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: zooming in and out...is it possible?

  1. #1
    I have an image and two buttons in my main movie.
    I want the buttons to change the size of the image let us say by 20%. One button would increase the size and the other would decrease.
    Though I could do that... the problem here is that after increasing or decreasing the size once, the movie does not recognize the latest size of the image as the original and proceed with zooming accordingly.
    How should I do that?
    ...gauri

  2. #2
    Member
    Join Date
    Aug 2000
    Posts
    66
    I assume you mean an additive effect. What you could do is each time the increase button is clicked add however much to the scale property of the image.

    on release
    set property Scale = +30


    sumthin like that

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center