On 3/18/03 11:13 AM, Ken Norris wrote:

All I want to do is be able to _replace_ a background group image with
another image from a file, under script control.

I think you are making it too hard. You don't need all that background editing business. This works for me:


  get "/HD/Folder/mySample.gif"
  put url ("binfile:" & it) into img 1 of grp 1

Note the use of "binfile" rather than plain "file". The replacement is instant.

--
Jacqueline Landman Gay         |     [EMAIL PROTECTED]
HyperActive Software           |     http://www.hyperactivesw.com

_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to