playMaker

Author Topic: mouse hover (SOLVED)(ALMOST)(SOLVED)  (Read 6861 times)

wallaceb68

  • Junior Playmaker
  • **
  • Posts: 87
Re: mouse hover (SOLVED)(ALMOST)(SOLVED)
« Reply #15 on: September 18, 2013, 12:51:57 PM »
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

Lane

  • Administrator
  • Hero Member
  • *****
  • Posts: 2511
  • Mender of the past
    • Cleverous
Re: mouse hover (SOLVED)(ALMOST)(SOLVED)
« Reply #16 on: September 18, 2013, 01:21:07 PM »
Like this?

Products by Cleverous
|| Vault Core : Database
|| Vault Inventory : Multiplayer Inventory
|| Vault Attributes : Character Stats
|| That Hurt! : Dmg Floaties
|| Quinn : 3D

wallaceb68

  • Junior Playmaker
  • **
  • Posts: 87
Re: mouse hover (SOLVED)(ALMOST)(SOLVED)
« Reply #17 on: September 18, 2013, 01:34:16 PM »
yes sort of. except when it goes to state 2 and then state 3 i only need it to reset to the previous state, not all the way back to state 1.  thanks again for all the help lane.