ok i ran into another problem. i did everything that was stated about, but with a few changes. and it works for the most part.
i am useing mouse pick event. and i have it to where when the mouse hovers over the object a button is displayed.(perfect just what i wanted)
Mouse off the button goes away. (perfect just what i wanted)
upon mouse down it sends it to another state.(perfect just what i wanted)
here is my problem i also have the same set-up in 2nd state,
but i cant get it to act the same.if i use mouse pick event with "mouse down" the button is there all the time. but if i use "mouse hover" and "mouse off" it just send's it right to the next state.
i want to hover over the object and it will bring the button up, if i move off it, it should go away, if i click on the button it will send me to the 2nd state, and in that state i want the same thing, mouse hover-button, mouse off-no button, click on button send's the object to the 3rd state. i hope i explained this ok. thanks