• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Animation: Pupil movement: What's my coding error?

Community Beginner ,
Apr 24, 2017 Apr 24, 2017

Copy link to clipboard

Copied

Hi there and thankyou for any assistance you can offer.
I've never posted here so I hope I provide the necessary details... The coding is for a face(pupil) animation.. the **(information)** are details, not actual code)

[327+thisComp.layer("Face controller").effect("Head X Rotation")("ADBE Slider Control-0001"),

**THIS IS SO THE PUPILS MOVE WITH HEAD ROTATION**

thisComp.layer("Face controller").effect("Pupils X Rotation")("ADBE Slider Control-0001")   

**THIS IS SO THE PUPILS CAN BE MOVED SEPERATE TO THE HEAD ROTATION**

+158+

thisComp.layer("Face controller").effect("Pupils Y Rotation")("ADBE Slider Control-0001"),    

**SAME AS ABOVE BUT ON Y AXIS**

thisComp.layer("Face controller").effect("Head Y Rotation")("ADBE Slider Control-0001")]     

**SAME AS ABOVE BUT ON Y AXIS**

The first two lines of code WORK. But the last two lines do nothing. There is no error message.. only when I move the sliders the pupils remain umoved.

Views

278

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Beginner , Apr 24, 2017 Apr 24, 2017

Disregard.. the issue was that I had a commar instead of a + symbol

Votes

Translate

Translate
Community Beginner ,
Apr 24, 2017 Apr 24, 2017

Copy link to clipboard

Copied

Disregard.. the issue was that I had a commar instead of a + symbol

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Apr 24, 2017 Apr 24, 2017

Copy link to clipboard

Copied

LATEST

There are Subspaces for both Expressions and Scripting that will usually get you faster answers to those kinds of problems. You'll find the link in the gray menu bar at the top of the forum. 

Glad you fixed the problem.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines