Dave wrote:
Hi All,

More on this.

I changed the code to compare the current image data to the previous image data. When I do this, I find that the data returned from the snapshot command is the *same* on each iteration (the frames should all be different), so it's just moving the same image into the image object each time.

Try not using imageData, use "the text of" or just "put" instead:

  put myVar into image "imageThumbnail"

or:

  set the text of image "imageThumbnail" to myVar


There is a subtle difference between imagedata and the content (the "text") of an image. In Scott Rossi's example, he also uses "text" and it works.

--
Jacqueline Landman Gay         |     [EMAIL PROTECTED]
HyperActive Software           |     http://www.hyperactivesw.com
_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to