I'd wrap the label in a class that you initialise with the entire string,
and it adds a character from the string to the label every N seconds (or
what have you).


On Tue, Jul 2, 2013 at 12:19 AM, Paul Von Zimmerman <[email protected]>wrote:

> How would I get text to display character by character?  I was looking
> into using labels, because of the wrapping options we get, but there
> doesn't appear to be any easy way to delay the drawing of each character
> unless I make each individual character it's own label, which sort of
> eliminates the advantages we would gain from using labels in the first
> place.
> Would we just want to use individual labels (or sprites?) for each
> character, or is there a simpler way?
>
> --
> You received this message because you are subscribed to the Google Groups
> "pyglet-users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/pyglet-users.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>



-- 
Tristam MacDonald
Software Development Engineer, Amazon.com
http://swiftcoder.wordpress.com/

-- 
You received this message because you are subscribed to the Google Groups 
"pyglet-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/pyglet-users.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to