Hi all
i wanna to know how i can do this action.
Tha action i wanna is:
when i just pass through button i wanna to change pic .
Regards,
Xtreme
Professional Software Development Tools
Hi all
i wanna to know how i can do this action.
Tha action i wanna is:
when i just pass through button i wanna to change pic .
Regards,
Xtreme
You want to change an Image object or you want the button to change itself?
in the Button-Properties-Script-On Enter event use something like this
Image.Load("Image1", "AutoPlay\\Images\\newimage.png");
Do u mean changing the pic on mouse-over ?Originally Posted by xtremee
If so, you could use the code roboblue posted above. Instead of adding this code in the 'On Click' action tab, add it to the 'On Enter' action tab.
--------------------------------------------------------------
For a button object (action tabs):
On Click = When you click on the button
On Right Click = When you right click the button
On Enter = When the mouse pointer is over the button
On Leave = When the mouse pointer moves away from the button
--------------------------------------------------------------
@Worm,
1st thanx for ur reply.![]()
I mean pic on mouse-over
Thanx again
----------------------------------------------------------------------@Roboblue,
1st thanx for ur reply.![]()
That wat i wanna.
Thanx again
----------------------------------------------------------------------@Mina,
1st thanx for ur reply.![]()
Thanx for helpOriginally Posted by Mina
------------------------------------------------------------------------
Reagrds,
Xtreme