MSUD Task 9 Protocoll
From Bioinformatikpedia
JMol Script
i = 0; name = "frame0000.gif"; thisFrame = 0; width = 500; height = 500; while( i < 17) { frame next; refresh; thisFrame = thisFrame + 1; fileName = name.replace("0000","" + ("0000" + thisFrame)[-4][0]); write image @width @height @fileName; i = i + 1; }