Stuck in "Background" window

Dave Cragg dcragg at lacscentre.co.uk
Tue Mar 18 16:10:01 EST 2003


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



More information about the use-livecode mailing list