Skip to main content
Inspiring
February 1, 2009
Question

Point Control slider syntax error

  • February 1, 2009
  • 2 replies
  • 2043 views
I have an Expression Point Control that I want to control the X and Y separately using two sliders. But this expression doesn't seem to work.

x = effect("x-amount")("Slider")
y = effect("y-amount")("Slider")
[x,y]
This topic has been closed for replies.

2 replies

Inspiring
February 1, 2009
d'oh!!!! :)
Inspiring
February 1, 2009
Try putting a semi-colon at the end of each line.