Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 8 of 8
  1. #1
    Join Date
    Oct 2003
    Location
    West Monroe, LA
    Posts
    294

    Overlaping image fades

    I understand how to fade an image in and out. And I can do multiple fades one right after each other. But how can I fade Three images so that they fading in and out in a wave type action. The three pictures are next to each other not on top of each other. The images should never be at 100% at the same time nor should they be at 0% at the same time.


    Any ideas are appreciated.

    Mark

  2. #2
    Join Date
    Aug 2003
    Posts
    2,427
    There must be a much more elegant way to do this but do you mean something like this?

  3. #3
    Join Date
    Oct 2003
    Location
    West Monroe, LA
    Posts
    294
    Thanks Longedge!!! That is what I was looking for exactly.

    What variables control how fast / slow the animation will be?

    Thanks alot.

    Mark

  4. #4
    Join Date
    Aug 2003
    Posts
    2,427
    The page.timer in the On Show event fires the increments, think I set it at 50 milliseconds which is where I normally start. Like I said, there must be a better way but not being a programmer I have to do things the 'long winded' way

  5. #5
    Join Date
    Jun 2002
    Location
    Israel
    Posts
    1,843
    Mark,
    You can do it, basing opacity of one image on the opacity of another.
    Here is a quick project I amde to illustrate this.
    Please check the global functions ( Fadein() and Fadeout() ).
    Page.Onshow initialize values
    Page.Ontimer calls to the functions
    Buttons launch the Ontimer event.

    Good luck.
    Yossi
    Attached Files

  6. #6
    Join Date
    Aug 2004
    Posts
    47

    fading

    This is cool, but how do I get images to fade in on start up instead of clicking on the button?

    Willie

  7. #7
    Join Date
    Aug 2003
    Posts
    2,427
    The attached shows a way of doing that Willie.

  8. #8
    Join Date
    Aug 2004
    Posts
    47

    Fade in

    This is cool, How would I get the images to fade in on page show, and stay. Then when I jump to another page, 3 or more Items fade in and stay, and so on?

    Thanks

Similar Threads

  1. Switching pictures with forward/back buttons
    By ilandv in forum AutoPlay Media Studio 4.0
    Replies: 10
    Last Post: 08-08-2004, 04:51 PM
  2. Function: Resize & Center an Image
    By kpsmith in forum AutoPlay Media Studio 5.0 Examples
    Replies: 0
    Last Post: 05-17-2004, 01:36 PM
  3. Making a Thumbnail Image Browser
    By Desmond in forum AutoPlay Media Studio 5.0 Examples
    Replies: 0
    Last Post: 09-26-2003, 02:16 PM
  4. Making an Image Browser
    By Desmond in forum AutoPlay Media Studio 5.0 Examples
    Replies: 0
    Last Post: 09-26-2003, 02:06 PM
  5. Reloading Image Objects at Runtime
    By Desmond in forum AutoPlay Media Studio 5.0 Examples
    Replies: 0
    Last Post: 09-26-2003, 10:26 AM

Posting Permissions

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