Sync can actually make a small text conversation look cooler.
Observe:
ink rgb(255,0,210),1
sync rate 20
sync on
print "Dave: H";
sync
print "e";
sync
print "l";
sync
print "l";
sync
print "o!"
suspend for key
Ink rgb(200,115,10),1
print " Joe: Y";
sync
print "o, ";
sync
print "D";
sync
print "a";
sync
print "v";
sync
print "e.";
sync
print " W";
sync
print "h";
sync
print "a";
sync
print "t'";
sync
print "s ";
sync
print "U";
sync
print "p?"
suspend for key
ink rgb(255,0,210),1
print "Dave: N";
sync
print "o";
sync
print "t";
sync
print "h";
sync
print "i";
sync
print "n";
sync
Print "g,";
sync
print " y";
sync
print "o";
sync
Print "u?"
suspend for key
Ink rgb(200,115,10),1
print " Joe: G";
sync
print "o";
sync
print "t ";
sync
print "a ";
sync
set cursor 255,50
Print "Complete the sentence"
Input "new ",new$
suspend for key
ink rgb(255,0,210),1
print "Dave: A";
sync
print "w";
sync
print "e";
sync
print "s";
sync
print "o";
sync
print "m";
sync
print "e!"
sync
sync off
end
The sync rate and sync between each letter makes it as the words are being typed on the screen letter by letter. The sync rate depends on how fast you want the letters to appear in order.
You can have fun with sync, and use it for other things.
Enjoy Life while your still alive.
Enjoy a recees anytime!