Forum Replies Created

Page 1 of 2
  • Glenroy James

    January 7, 2011 at 11:34 pm in reply to: Targeting Text in another composition

    URGH! KRINGE! its just 4 pieces of text…

    I was just reading through this thread

    https://forums.creativecow.net/thread/227/8035#14705

    I guess i’ll do it the old fashion way :-S

  • Glenroy James

    January 7, 2011 at 11:05 pm in reply to: Targeting Text in another composition

    there is such a thing as “parent” right? i don’t see any references on it? :-/

  • Glenroy James

    January 7, 2011 at 10:22 pm in reply to: Camera Orbit interpreting wrong

    You ever figured this out?

  • Glenroy James

    January 7, 2011 at 10:01 pm in reply to: Targeting Text in another composition

    [Dan Ebberts] “but I’m not sure if that meets your requirements.”

    Aaaahhhh actually it can….

    just to clarify via psuedo…

    so a CompA.layer.textsource = CompB.layer.textsource; // CompB is parent to CompA?

    if i create a transparent text source in comp b and have comp a use it as the source text it just might work >:-D muuuaahhahahahahahahaha…thanks!

  • Glenroy James

    January 7, 2011 at 12:59 pm in reply to: Targeting Text in another composition

    Ok cool

    I have a movie scene which I want to have a repeated effect taken on each instance of text…I rather not have to copy and paste the effect to each text instance…instead I was hoping to have the effect in a comp and for each instance of the comp use a expressions to manipulate the text inside it.

    Thus

    I have a COMP A that has a layer with 2 text fields with text effects on them I place COMP A as an instance on COMP B thus COMP A is a CHILD of COMP B…

    Can I change the actual “text” in COMP A using an expression in COMP B?

  • Glenroy James

    January 7, 2011 at 1:36 am in reply to: Targeting Text in another composition

    what i want to do is have its parent composition change the text using expressions…

    thus

    thisComp.layerTheCompisOn.theComp.layerTheTextIsOn.textValue = ‘text’;

  • Glenroy James

    December 4, 2010 at 1:09 pm in reply to: Composition Settings for MPEG DVD

    To facilitate diagnosis, may we have specifics of the contents of your project and the footage contained therein, specifically in regard to frame rates?

    Well I am not using any video footage…Photoshop images, lighting, camera movement and text effects. Photoshop files are 240px at 1900x… at a 16bit channel. Currently my compositions is PAL D1/ DV Widescreen Square Pixel 1024×576 at 25fps. I just learnt though that I should have used NTSC DV.

    Whats the best way to convert it without messing up what I already did?

  • Glenroy James

    December 12, 2009 at 2:47 pm in reply to: Expression to change text

    got it!
    s = "may \rthe FLAME of\rpeace, properity\rand happiness|and \rwarm your heart";
    ind = parseInt(thisComp.layer("Paragraphs").effect("textArray")("Slider"));
    t = s.split('|')[ind];
    text.sourceText = t;

  • Glenroy James

    December 12, 2009 at 2:30 pm in reply to: Expression to change text

    s = “may \rthe FLAME of peace, properity and happiness|and \rwarm your heart”;
    ind = effect(“Slider Control”)(“Slider”);
    t = s.split(‘|’);
    text.sourceText =t[ind];

    updated my expression…(I know some javascript)

  • Glenroy James

    March 27, 2009 at 8:46 pm in reply to: Render Failed

    Well i have upgraded my quicktime and i set the purge frames to 1. I then used 1/2 resolution on 87 high quality and I am able to get a completed render but in some parts of the video i get a blank red screen where there should be animations. My footages are all SWFs and JPEGS

Page 1 of 2

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