Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: VascBogdan on March 16, 2015, 11:53:24 AM

Title: Unexpected button problem -not working-
Post by: VascBogdan on March 16, 2015, 11:53:24 AM
Ok, I've just made a button exactly like another one, but this one is not working, for no reason. I compared both scripts and they are the same (except the names).
I tried with both global and normal events.
I just recorded a video so you can understand better:
https://www.youtube.com/watch?v=8g44iEXfBRc&feature=youtu.be (https://www.youtube.com/watch?v=8g44iEXfBRc&feature=youtu.be)
Title: Re: Unexpected button problem -not working-
Post by: Lane on March 16, 2015, 03:51:31 PM
Did you drag the specific FSM to that slot, or the GameObject?

Sometimes if you put the GameObject there and it has more than one FSM then it can get confused and just send it to the first FSM script.

Try sending an event from that button to a new gameobject that only has one FSM on it.
Title: Re: Unexpected button problem -not working-
Post by: VascBogdan on March 17, 2015, 09:38:15 AM
Yes, that was the problem. Thank you again.