Scaling an Image, and more
J. Landman Gay
jacque at hyperactivesw.com
Tue Dec 3 00:49:04 EST 2002
JamesHBeckmann at aol.com wrote:
> "Hide image <Holder>" does not hide the image;
> issuing this command from the
> message box does not cause it to disappear either.
If you imported the image, double-check its properties to make sure
you've got the right name in your script; there may be a suffix appended
like ".jpg". Also make sure the name has quotes around it in the script:
hide image "testImage.jpg"
If none of that is the problem, try "hide img 1" (assuming it is the
first image) and see if that works. If it does, then there's probably
something wrong with the way the script is referring to the image.
--
Jacqueline Landman Gay | jacque at hyperactivesw.com
HyperActive Software | http://www.hyperactivesw.com
More information about the use-livecode
mailing list