At 12:13 pm -0500 18/3/03, 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.

If this is really all you want to do ...


Assumption: you already have your group which contains an image named "myImage". (And there is no other image named "myImage" on the current card.)

  answer file "" ##add whatever filters you need
  if it <> empty then
    put url ("binfile:" & it) into image "myImage"
  end if

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

Reply via email to