wrong comp.duration;
Posted: February 21st, 2006, 2:57 am
if I execute this code in 6.5(i dont know about 7.0)
I get this prompt: 0.07999999821186
something is wrong or is it me?
-mads
Code: Select all
myComp = app.project.activeItem;
myComp.duration = 0.08;
alert(myComp.duration);
something is wrong or is it me?
-mads