playMaker

Author Topic: [SOLVED] help on door button tutorial  (Read 3067 times)

terrymorgan

  • Junior Playmaker
  • **
  • Posts: 65
[SOLVED] help on door button tutorial
« on: April 11, 2012, 02:28:07 PM »
I'm not sure what this tutorial is called, but it's where Alex makes a button that opens a door. I've got
to about the 3:15 mark where he says 'send event to fsm' on the button's Active state, I specify
game object-a menu comes up with "Door", I pick it, but under "FSM name" and "Send Event" there's only
a 'none' choice, typing in FSM and Close does nothing. The current menus are  different from the videos,
and there's no sample scene besides the 'mouseover' button door from noexit.
« Last Edit: April 14, 2012, 05:29:36 PM by Alex Chouls »

Alex Chouls

  • Administrator
  • Hero Member
  • *****
  • Posts: 3987
  • Official Playmaker Support
    • LinkedIn
Re: help on door button tutorial
« Reply #1 on: April 11, 2012, 03:22:38 PM »
The Send Event To FSM action was folded into the Send Event action after the video was made.

Try using Send Event, and select either GameObject or GameObjectFSM as the Event Target. If you need help setting it up, post a screenshot of your Send Event action.

terrymorgan

  • Junior Playmaker
  • **
  • Posts: 65
Re: help on door button tutorial
« Reply #2 on: April 12, 2012, 11:40:33 AM »
I tried to attach the unity file, I'll try again.

terrymorgan

  • Junior Playmaker
  • **
  • Posts: 65
Re: help on door button tutorial
« Reply #3 on: April 13, 2012, 02:20:36 PM »
 I got it working, 1 thing new is you have to check the box in events 'global' for Closed and Open or it won't
be available to the button.  I also had to drag the door, which I renamed 'door_test' onto the 'specify game object'.