Forum Replies Created

Page 1 of 3
  • Dankelly

    March 13, 2007 at 6:42 pm in reply to: Creating ITunes Cover Flow

    try this::

    x=thisComp.layer(“Null 1”).effect(“Scale”)(“Slider”);
    range=200; //range when Z begins
    center=thisComp.width*0.5; //center of comp on X axis
    distance=x-center;
    Zdist=400;

    if (x <= center ){ Zpos=linear(center+distance,center-range,center,value[2],value[2]-Zdist); }else{ Zpos=linear(center+distance,center,center+range,value[2]-Zdist,value[2]); } [x,value[1],Zpos]

  • Dankelly

    March 12, 2007 at 5:29 pm in reply to: Creating ITunes Cover Flow

    This should help!

    range=200; //range when Z begins
    center=thisComp.width*0.5; //center of comp on X axis
    distance=position[0]-center;
    Zdist=400;

    if (value[0] <= center ){ Zpos=linear(center+distance,center-range,center,value[2],value[2]-Zdist); }else{ Zpos=linear(center+distance,center,center+range,value[2]-Zdist,value[2]); } value+[0,0,Zpos] -DanKelly

  • Dankelly

    January 11, 2007 at 4:23 am in reply to: Monitor and playback question

    Check your nVidia settings on desktop properties. There should have an option for Full screen video, disable it! 😉

    HTH

    Dan

  • Dankelly

    January 8, 2007 at 2:52 am in reply to: Issues with endActions??

    I

  • Dankelly

    January 8, 2007 at 1:49 am in reply to: Issues with endActions??

    Hi Jeff,

    I got my TS folder and made a copy into my dvd disk for testing. It didnt work! Not sure why, but its behavior was different than the one i got on my computer, even though I set Next/prev NOT to work, on my hardware player it was working… in a wrong way!

    After many tests the only way I got it working properly was building the dvd straight from encore, instead of making folders.

    -Dan

  • Dankelly

    January 7, 2007 at 1:39 am in reply to: Issues with endActions??

    Sorry if i was misunderstood guys (been losing my english…), but I was talking about the ChapterPlayList

  • Dankelly

    January 7, 2007 at 12:47 am in reply to: Issues with endActions??

    [Jeff Bellune] “set up disc navigation so that individual chapters play and then return to the menu, then the audience should not be able to “skip” to the next chapter (or even back to the menu) if they have selected the current chapter from the menu. If they want to return to the menu, they should have to press the “Menu” button on the remote control, just as they would have to do during playback of the whole timeline.

    If they want to Fast Forward through the chapter, that’s fine. At the end, they will be returned to the menu.”

    This way was the best I could get using a software player, now I

  • Dankelly

    January 6, 2007 at 11:46 pm in reply to: Issues with endActions??

    [Joe Bowden] “hitting the Next button will not execute the end action of a chapter”

    Now my question would be… then why that

  • Dankelly

    January 6, 2007 at 8:08 pm in reply to: Issues with endActions??

    Hi Jeff,

    Im using version 2. No overrides at all – I read an earlier post you said there

  • Dankelly

    January 6, 2007 at 5:54 pm in reply to: Issues with endActions??

    Nobody?

    I

Page 1 of 3

We use anonymous cookies to give you the best experience we can.
Our Privacy policy | GDPR Policy