主题:  如何获得帧标记?

Maize

职务:普通成员
等级:1
金币:0.0
发贴:10
#12005/1/26 10:56:14
在director的当前帧里面,如何用程序获得前一个 marker 和后一个 marker 的名字???
谢谢。



Super ChiCk

职务:版主
等级:5
金币:15.0
发贴:3502
#22005/1/26 11:43:59
the frameLabel
marker()
the labelList
the markerList



我是小马

职务:普通成员
等级:3
金币:17.0
发贴:794
#32005/1/26 12:00:49
the frameLabel 当前帧的标签

the markerList 返回一个属性列表,用帧编号做属性名,用帧标记作属性值
getPos()
aa=the markerlist
前一个marker:aa[aa.getpos(the framelabel)-1]
后一个marker:aa[aa.getpos(the framelabel)+1]