Hello Simon,

> Was there not a way to detect "on mouseMove"
> if the cursor had rolled over a target
> such as an img or fld?

on mouseEnter
  set the filename of me to "sampleOVER.gif"
end mouseEnter

on mouseLeave
  set the filename of me to "sampleNORMAL.gif"
end mouseLeave


        
                
__________________________________
Do you Yahoo!?
Friends.  Fun.  Try the all-new Yahoo! Messenger.
http://messenger.yahoo.com/ 
_______________________________________________
metacard mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/metacard

Reply via email to