-
jsx won’t add comp Marker
Learning jsx, and am stuck at Markers. The sample code snippet in the Scripting Guide file is causing an error, and I can’t figure out why no markers are placed inside my comp.
I start with a blank app. The code creates a new project, throws a new comp into it, and adds a single layer inside that one comp. The next and final step is to add 2 markers, each at 1sec and 3sec mark, respectively.
However, the code execution stops and the error status bar reads “undefined is not an object”. Everything is defined! The comp is defined as a variable “comp”, the markers are defined as “compMarker” & “compMarker2”. So what gives?
help appreciated

