I haven't been following this issue too closely but the last post pointed me to something I've been doing in a current project.

I am using picture objects and simply setting the fileName of the object to an existing jpeg (in a "resource" folder). I'm able to set the picture to whatever I need programmatically depending on what the user chooses in other available picture objects (which I am treating as buttons).

For example:

on whateverEvent
set the fileName of image "myImage" to "myJPEG.jpg"
end whateverEvent

I'm not sure how this impacts upon #2 (below) as I am not yet completely conversant in the nuances.

Hope this helps.

Barry

On Wednesday, November 13, 2002, at 02:27 PM, [EMAIL PROTECTED] wrote:

1. reference or alias an image so it can appear on multiple cards
without (a) duplication or (b) loss of image functionality

2. set an imageBehavior property in a button so the icon displays
image behavior instead of button behavior.

As I write this, it occurs to me that placing a referenced image on
each card might achieve the functionality I desire without the
overhead of actually duplicating the image.  I have often wished the
properties palette for a referenced image would display (and allow me
to change) the file reference.
--------------------------------------------------------

_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to