Re: Animationen in ppower?

Steffen Neumann <sneumann-15KJMqYlBKyzX87ganJRvOIeGoz/[email protected]> 12 Nov 2003 12:24:19 +0100
Newsgroups gmane.comp.tex.ppower4
Message-ID <[email protected]>
[email protected] writes:

> [1  <text/plain; iso-8859-15 (quoted-printable)>]
> Hallo,
>=20
> kann man Animationen in ppower derart gestalten, da=DF z.B. alle '0.5s'
> ein neues Bild geladen wird?=20
Sort of. In the Full Screen Prefereneces hou have \
"Advance every ..." you can also set a \pdfliteral{}

and have your images included using=20
something like=20

	\rlap{\includegraphics{1}\pause}
	\rlap{\includegraphics{2}\pause}
	\rlap{\includegraphics{3}\pause}
	\rlap{\includegraphics{4}\pause}
	\includegraphics{5}

So long,
Steffen