A Flash Developer Resource Site

Results 1 to 5 of 5

Thread: Image Slide Menu

  1. #1
    Member
    Join Date
    Dec 2004
    Posts
    35

    Image Slide Menu

    Hi,

    I would like to make an Image Slide Menu
    is it possible to do something like this in swish?

    Example
    http://www.pianosprestige.ca/main.html

    If yest is there a tut to show me how to do it or if anybody can
    give me some tips it will be great

    thanks in advance
    Moe.

  2. #2

  3. #3
    Member
    Join Date
    Dec 2004
    Posts
    35
    Hey wolf, thanks for the reply.

    But is there a way to enter more images?

  4. #4
    Carpe Diem - Moderator wolfgross's Avatar
    Join Date
    Apr 2001
    Location
    SWiSHzone
    Posts
    1,700
    ...have you checked out the script for "Images"? e.g...
    onLoad() {
    // number of images
    numimages = 4;
    // total width (not worked out yet)
    total = 0;
    // the image we are expanding (none yet)
    expanding = NULL;
    // gap between images
    gap = 10;
    // approach factor (high will be slower expand/contract)
    rate = 0.9;
    }
    ...of course you have to create a new MovieClip for each image.

    wolf
    Attached Images Attached Images

  5. #5
    Member
    Join Date
    Dec 2004
    Posts
    35
    Quote Originally Posted by wolfgross View Post
    ...have you checked out the script for "Images"? e.g...


    ...of course you have to create a new MovieClip for each image.

    wolf

    Thx for the help

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