Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: blackant on March 09, 2013, 01:02:50 PM

Title: send event to fsm missing [SOLVED]
Post by: blackant on March 09, 2013, 01:02:50 PM
following tutorial, this time i can't find the "send event to fsm" function listed inside the state machine

i tryed send event but i'm lost with a message error:

Code: [Select]
"required field...
cube fsm on sendevent : sendevent"

this make hard to follow the tutorial and understand what seams to be simple at the beginging...
Title: Re: send event to fsm missing
Post by: Mayhem on March 09, 2013, 01:07:34 PM
You have to select the "Send Event"-Action, and there you can choose by "Event Target"

- Self
- GameObject
- GameObject FSM
- FSM Component
- Broadcast All
- Host FSM
- Sub FSM

You want to choose GameObject FSM :)
Title: Re: send event to fsm missing
Post by: blackant on March 09, 2013, 01:23:27 PM
thanks for rapid answer!

do you know what mean fsm exactly?

i need to clarify it in my mind
Title: Re: send event to fsm missing
Post by: blackant on March 09, 2013, 01:26:24 PM
another problem appears because i can't select Send event "open" --> my list is empty ?!
Title: Re: send event to fsm missing
Post by: Mayhem on March 09, 2013, 01:29:27 PM
You want to know what "FSM" means?

Short for "Finite State Mashine": http://en.wikipedia.org/wiki/Finite-state_machine

It's what PlayMaker is about; state-driven procedure :)

For the "Open" Problem: You have to make an Event yourself.
Watch this Tutorial:
Title: Re: send event to fsm missing
Post by: blackant on March 09, 2013, 01:46:24 PM
thx mayhem.

the video link you sende me is the one i'm following and posing me problems.

i suppose the event you talk is the one of the 0:45'.
i already made it, i will search by myself why it doesn't appear in my list.
Title: Re: send event to fsm missing
Post by: blackant on March 09, 2013, 01:48:39 PM
and finally some fiew seconds later, i fund the solution.

the event created must be checked as global (not shown in the video how was older than my version).
Title: Re: [solved]send event to fsm missing
Post by: Alex Chouls on March 11, 2013, 12:49:53 AM
Yeah, some of the videos were made with older versions. I'll try to add annotations where things have changed...