<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
<font size="-1">Hi all,<br>
<br>
I have 12 images that I am trying to scroll sequentially up the screen
and have tried using multiple gemheads (quite slow, even when turning
them on and off as they enter/leave the screen) and also tried using 2
rectangles which follow each other (i.e. when the first one is off the
top of the screen, it is sent back to below the screen to follow the
second one and re-enters the screen with the next image loaded). <br>
I've looked at pix_multiimage and it seems this would be a good option
to use as all the images are loaded into ram so this should speed
things up (the images are quite large - 1200 x 848). So my question is,
is it possible to send the output of pix_multiimage to different geos?
Can I send image 1 of pix_multiimage to rectangle 1 and image 2 of
pix_multiimage to rectangle 2 at the same time? Or would I need to use
2 pix_multiimages? (Which kind of defeats the point)<br>
<br>
Or is there a better way of doing this?<br>
<br>
thanks<br>
<br>
James<br>
</font>
</body>
</html>