PDA

View Full Version : script question


dror-zoro
08-19-2004, 07:30 AM
i have a frame extention texture but my animation starts at frame -30..when i write

file1.frameExtension=frame +1;

it strat the frame count form frame 0 .how can i tell it to start from -30

thanks

Jozvex
08-19-2004, 07:57 AM
What about saying:

file1.frameExtension= frame +31;

So at frame -30, it would take the frame number (-30) then add 31 (-30 + 31 = 1) and look for file1.1

:thumbsup:

dror-zoro
08-19-2004, 08:55 AM
thank you jozvex you were very helpfull

CGTalk Moderation
01-19-2006, 12:00 AM
This thread has been automatically closed as it remained inactive for 12 months. If you wish to continue the discussion, please create a new thread in the appropriate forum.