Hey Dan,
I got this to work but the problem now is every time the button is clicked all of the keyframes are added to the alert. They are never cleared, just constantly added. So if I end up clicking the button 12 times I’ll have 12 dupes of each keyframe variant until I close AE.
Any thoughts?
myAlert = "keyframe: " + i +" Cubic-bezier["+x1r+", "+y1r +", "+x2r+", "+y2r +"]";
newMessage += myAlert + "\r";
alert(newMessage)