well, it's UBASIC, but it's wrong:) I didn't know, that 'shoot' command waits for the end of recording. So now I'm testing wersion:
f=1
:loop
print "file",f
shoot
f=f+1
goto "loop"
I should say more after 10 min, when it wil end. I'll edit this post.
EDIT
So - it doesn't work. I don't know why the script stops after end of movie record. I feel like a noob;p