Hi Reinhold,

Hi Klaus,

In that case i would group that single image so it can be a
"background group" but
can be layered separately.

on preopencard
    set the layer of grp "group with little background image" to (the
num of controls)
end preopencard

Nice :-)

I put even two images "Pointer1" and "Pointer2" in a new background group "BGTopLevel", but now my old script don't works any longer. MC says: no such object.

It is a script of a button in the old background group and the addressed image is in the new one. What code helps MC to find the image?

  if there is an img "Photo1" then
    show img "Pointer1" #now in grp "BGTopLevel"
  else
    hide img "Pointer1"
  end if

hmm, very strange, should work...?

Try this:
...
  if there is an img "Photo1" then
    show img "Pointer1" of grp "BGTopLevel"
  else
    hide img "Pointer1" of grp "BGTopLevel"
  end if
...


Reinhold

Regards

Klaus Major
[EMAIL PROTECTED]
http://www.major-k.de

_______________________________________________
metacard mailing list
[email protected]
http://lists.runrev.com/mailman/listinfo/metacard

Reply via email to