A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Advanced image transition?

Hybrid View

  1. #1
    Tomatos
    Join Date
    Aug 2001
    Location
    Vejle, Denmark
    Posts
    85

    Advanced image transition?

    Hi there,
    Can anyone help me concerning image transitions - I would like to know how the image transitions under the following link are made - press on "Katalog" and choose a photo in order to see the transition.

    Has it been made with masking or...?

    http://www.fosnaes.dk/blue-sky/

    Hope anyone can help me out!

    Thanks in advice,
    Thomas

  2. #2
    Junior Member
    Join Date
    Oct 2002
    Location
    Minnesota
    Posts
    13
    Looks like they created some motion tweens and then set one of them to be the mask of the picture. You can dynamically set an existing movie clip as a mask by using the setMask method:

    myPicture.setMask(myMaskClip);
    {something like that - can't remember offhand}

    Hope that helps...

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