0

Transitions at startup



Is there a way to have two JPG's transition from one to the other at startup and then when a elo touch button is selected it goes to the next screen?

I've created two States at the begining, which are identical except for the name. Right now I've just added the timeout:1 on it so it switches between the two images. But I would like to add a transition, if possible so it fades from one to the other smoothly. Not sure if this can be done or not. I'm doing this just for the sake of preventing screen burn.

5 comments

  • 0
    Avatar
    RokuLyndon


    Yes,



    Add the following to your interactive playlist:

    TRANSITION 15



    Both images should have entries in the STATE column. Image 1 should timeout to image 2, and image 2 should time out to image 1.

    STATE image1.jpg

    STATE image2.jpg



    Then for each image, add in the file you want to play when touch input is received.
  • 0
    Avatar
    Rbyler


    FLIPELO

    IMAGEMODE 1

    VIDEOMODE 1024x768x60p

    AudioPlayerAudioOutput 0

    AudioPlayerAudioStereoMapping 0

    TRANSITION 15



    EVENTS elo:30:235:255:155 timeout:1

    STATE Main.jpg Lets Dance.mp3 Main2.jpg

    STATE Main2.jpg Lets Dance.mp3 Main.jpg



    Above is a portion of the file with one button and the main screens.  I tried this with no luck.  It still just goes from one image to the next without any transition.  I even changed the transition to 1 for a dramatic effect to verify it wasn't working and still a no go.  Is the code correct?  



    This isn't critical but it would be nice to be able to make this instead of a video file, which is basically the images in a slideshow.
  • 0
    Avatar
    RokuLyndon


    You are correct. The keyword isn't listed in the csv section of the autorun. odd. Are you running 2.x software? And, which version of the autoplay file(autorun.bas) are you using?



    I'll send you and updated one with transition support for csv.
  • 0
    Avatar
    Rbyler


    Autorun.bas - 2.0.0.43

    v2.0.94



    Lyndon,

      This is the same file that you sent me with the modification to play a jpg and mpg at the same time with the same filename.  Thought I would mention this in case this helps.



    Thanks,

    Alan
  • 0
    Avatar
    RokuLyndon


    Ok, I sent you an updated autoplay that will do transitions in a csv file.
Please sign in to leave a comment.