Hello again!
For testing, I was looking to write a statement that would print back the name of whatever layer I clicked in Framer.
What I tried:
layer.on Event.Click, ->
If this.name == "LayerA"
print "LayerA"
else
print layer.name
Surprise this doesn't work. Again the goal is to return the name of whatever layer was clicked as a print statement. Ideas?
That again in advance!
11 Comments