Dear David,

Mare is right, you have to do this only using score recording but you don't
need to delete frame and recreate the frame. Here is an update script to
Mare's  which sets the frameLabel to 0 without deleting the frame itself.

on cleanlabels
  beginRecording
    go frame 1
    tMarkerList = the markerList
    repeat with i = 1 to tMarkerList.count
      go tMarkerList[i]
      if the frameLabel = "" then
        the frameLabel = 0
      end if
    end repeat
  endRecording
end cleanlabels


best regards
------------------------------------------
Ramesh CT
http://www.lingoman.net/
------------------------------------------
>>>
I think you could do it with scorerecording. But AFAIK the only way to
delete a marker is by using deleteFrame. So you might need to recreate the
deleted frame


[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo.  Thanks!]

Reply via email to