Hi,
On CS5, currentLabel can return the value of a label comment as well as a label name of the timeline
For example, if on frame 1 I have a label name called “screen1” and on frame 8 I have the label comment “//com” currentLabel will return “//com” and not “screen1”
On CS3 I didn’t have this problem, currentLabel returned only label names and no labels with comment types.
Do you have any trick or currentLabel properties to tell currentLabel to return only label names and no label comments?
Thanks!