[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[mgp-users 01098] Re: %pause'ing inside a line?



Hans Fangohr <H.FANGOHR@soton.ac.uk> writes:

> Try
> 
> %image "foo.jpg"
> %pause
> %cont,image "bar.jpg"

This has the same effect as

   %image "foo.jpg", pause, image "bar.jpg"

i.e. the pause is *before* the image "foo.jpg" appears.


urs