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 1Note 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
