English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Im looking for one thats maybe one line and simple. This is for an image

2007-01-04 14:34:35 · 4 answers · asked by stepanstas 2 in Computers & Internet Programming & Design

4 answers

Code will be different for different languages...
Which language are you using ?
You can email me at chetan_9118@yahoo.com

2007-01-04 15:37:16 · answer #1 · answered by Anonymous · 1 0

If yer using GML:

//lets say you have a button image, frame 0 is mouse not over, and frame 1 is mouse over. x and y are the button object's x and y.

if mouse_x = x
{
if mouse_y = y
{
image_index = 1
}
}

2007-01-04 15:55:50 · answer #2 · answered by Anonymous · 0 0

hey,
i m jasmin
this a coding for onmouseover effct

2007-01-04 15:53:12 · answer #3 · answered by rajkot r 1 · 0 0

2007-01-04 18:01:45 · answer #4 · answered by Moyo 2 · 0 0

fedest.com, questions and answers