A second form of conditional execution is alternative execution, in
which there
are two possibilities, and the condition determines which one gets
executed. The syntax looks like:
if ( iX < 0 )
{
Max.Winks ();
}
else
{
Sleep ( 0.5 );
}
If
iX
is negative, then character
Max
is going to wink. If iX is not negative, we just do nothing for half a
second (the same time as default winking takes). Since the condition
must be true or false, exactly one of the alternatives will be executed
Alan Sturgess shared an excellent video he made using Tales Animator! You can still download Tales Animator here. Unfortunately it is only available for Wi
There is a prototype of simple online character designer available
HERE. It is only a prototype,
it does not contain many pieces yet but it can already generat
Web Cartoon Maker 1.5 is finally here! You can download it
HERE!
Here is what was updated in version 1.5:
Web Cartoon Maker Desktop Edition is now fully standal