Huub Schaeks <hschaeks@...> writes:
>
>
> It appears that a new parameter '@noinstancename' was added to the 'put' and
'startclip' commands in swfc
> in the current git version. This is implemented in such a way that swfc
complained about not setting that
> parameter for 'change' and 'jump' commands in a script I made. I got rid of
the complaints by adding
> 'noinstancename=0' to the arguments array in swfc.c (lines 4236 and 4239) for
'change' and 'jump'
> (alternatively by adding it to every 'change' and 'jump' command in the
script). This may pop up for other
> commands, 'schange', 'move' 'smove' for instance, but since I don't know what
noinstancename was
> intended for I didn't experiment further than my script needed.
>
> Regards
> Huub
>
>
>
Hello Huub,
I am new to sc, so I didn't know how to get around this error in my .sc script,
so I changed the code in swfc.c as you did.
In swfc.c on (or around) the line 4231 start with {"put"... and end with the
new
... @noinstancename=0}
I addeed this to change and jump (and I suggest to add it toany other line swfc
will complain about.)
I was looking up this error on the
internet and didn't find any explanation or a workaround.
So thank you for he only workaround so far.
Best,
Michal