View Full Version : How to get this action?
xtremee
03-10-2006, 09:41 AM
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?
Roboblue
03-10-2006, 11:00 AM
in the Button-Properties-Script-On Enter event use something like this
Image.Load("Image1", "AutoPlay\\Images\\newimage.png");
when i just pass through button i wanna to change pic .
Do u mean changing the pic on mouse-over ?
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
--------------------------------------------------------------
xtremee
03-11-2006, 02:29 AM
@Worm,
1st thanx for ur reply. :yes
I mean pic on mouse-over
Thanx again
----------------------------------------------------------------------@Roboblue,
1st thanx for ur reply. :yes
That wat i wanna.
Thanx again
----------------------------------------------------------------------@Mina,
1st thanx for ur reply. :yes
Do u mean changing the pic on mouse-over ?
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
--------------------------------------------------------------
Thanx for help
------------------------------------------------------------------------
Reagrds,
Xtreme
vBulletin® v3.8.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.