A Flash Developer Resource Site

Results 1 to 5 of 5

Thread: Image Slide Menu

Threaded View

  1. #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

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