Forum Replies Created

Page 1033 of 1081
  • Dan Ebberts

    March 14, 2006 at 12:59 am in reply to: Expression for Digital Clock

    It sounds like you might just need something like this expression applied to the source text of a text layer:

    t = linear(time,0,2,30,43.14);
    str = “” + Math.round(t*100);
    str.substr(0,str.length-2) + “.” + str.substr(-2)

    Dan

  • Dan Ebberts

    March 14, 2006 at 12:38 am in reply to: Expression for Digital Clock

    The digits() function just converts an integer value to a specified number of text digits, padding the front with zero as necessary. For example, digits(9,3) would give you the string “009” (I think).

    Dan

  • Dan Ebberts

    March 14, 2006 at 12:38 am in reply to: Expression for Digital Clock

    The digits() function just converts an integer value to a specified number of text digits, padding the front with zero as necessary. For example, digits(9,3) would give you the string “009” (I think).

    Dan

  • Dan Ebberts

    March 10, 2006 at 3:24 pm in reply to: quick question

    SPACEMAN always cracks Dan up. Dan admires SPACEMAN’s courage with regards to COWDOG, but Dan is sorry to report he has no answers for SPACEMAN’s questions.

    Dan

  • Dan Ebberts

    March 10, 2006 at 3:24 pm in reply to: quick question

    SPACEMAN always cracks Dan up. Dan admires SPACEMAN’s courage with regards to COWDOG, but Dan is sorry to report he has no answers for SPACEMAN’s questions.

    Dan

  • Dan Ebberts

    March 10, 2006 at 3:14 pm in reply to: expression of animating colors

    Like this:

    posterizeTime(1);
    random([0,0,0,1],[1,1,1,1])

    Change the posterizeTime value for a different rate.

    Dan

  • Dan Ebberts

    March 10, 2006 at 3:14 pm in reply to: expression of animating colors

    Like this:

    posterizeTime(1);
    random([0,0,0,1],[1,1,1,1])

    Change the posterizeTime value for a different rate.

    Dan

  • Dan Ebberts

    March 10, 2006 at 3:13 pm in reply to: expression of animating colors

    Try this:

    posterizeTime(2);
    random([0,0,0,1],[1,1,1,1])

    Dan

  • Dan Ebberts

    March 10, 2006 at 3:13 pm in reply to: expression of animating colors

    Try this:

    posterizeTime(2);
    random([0,0,0,1],[1,1,1,1])

    Dan

  • Dan Ebberts

    March 9, 2006 at 10:35 pm in reply to: expression of animating colors

    Did you successfully add the expression to the fill color (the expression is there and enabled)? When you apply the fill it defaults to red. Are you saying that it stays red when you apply the expression?

    Dan

Page 1033 of 1081

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