Large Rev Logo, Anyone?

J. Landman Gay jacque at hyperactivesw.com
Thu Mar 25 13:48:42 EST 2004


On 3/25/04 2:54 AM, Erik Hansen wrote:

> does putting the bitmap image into a button
> have any advantage over using an unadorned
> image or graphic as a clickable control?

If you are only using one instance of the iamge, then it is actually 
"cheaper" to use the graphic as a clickable object, since adding a 
separate button will add a second object to the stack. The savings comes 
when you want to use the same image many times throughout the stack. In 
that case, referencing it from buttons saves space since you can use the 
image many times without making copies of it.

-- 
Jacqueline Landman Gay         |     jacque at hyperactivesw.com
HyperActive Software           |     http://www.hyperactivesw.com


More information about the use-livecode mailing list