Image change on mouseover

2004-12-05 Thread Gordon
Dear Revolutionaries

How do I store 2 images so that I can switch between
them using the mouseEnter and mouseLeave commands on
an image control, making the image change when I
mouseover it? 

I believe there is a way to store an image in a custom
property - how does one  do this and how would I refer
to it to reset the image?

Best

Gordon

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


Re: Image change on mouseover

2004-12-05 Thread Bill Vlahos
No need to store an image as a custom property. Simply add the two 
images to the stack and set them either with mouseEnter/Leave or 
setting the images and them arming the button (assuming you have set 
the images in a button).

Bill Vlahos
On Dec 5, 2004, at 6:06 PM, Gordon wrote:
Dear Revolutionaries
How do I store 2 images so that I can switch between
them using the mouseEnter and mouseLeave commands on
an image control, making the image change when I
mouseover it?
I believe there is a way to store an image in a custom
property - how does one  do this and how would I refer
to it to reset the image?
Best
Gordon
___
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution
___
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Image change on mouseover

2004-12-05 Thread Chipp Walters
Gordon,
If what you're trying to do is create a region which changes on
mouseOver
mouseDown
mouseLeave
mouseUp
check out buttons with images at
http://www.altuit.com/webs/altuit2/RunRev/Tutorials.htm
best,
Chipp
Gordon wrote:
How do I store 2 images so that I can switch between
them using the mouseEnter and mouseLeave commands on
an image control, making the image change when I
mouseover it? 
___
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Image change on mouseover

2004-12-05 Thread Ken Ray
On 12/5/04 8:06 PM, Gordon [EMAIL PROTECTED] wrote:

 Dear Revolutionaries
 
 How do I store 2 images so that I can switch between
 them using the mouseEnter and mouseLeave commands on
 an image control, making the image change when I
 mouseover it? 

Does it have to be an image control? It would be so much easier to use a
button object (you can make it totally transparent so it *looks* just like
an image). Then you import your two images, note the IDs, and then set the
autoArm of the button to true, set the icon of the button to its normal
state, and set the armedIcon of the button to its rollover state.

HTH,


Ken Ray
Sons of Thunder Software
Web site: http://www.sonsothunder.com/
Email: [EMAIL PROTECTED]


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