playMaker

Author Topic: GUI Animations and Actions  (Read 1979 times)

goppman

  • Playmaker Newbie
  • *
  • Posts: 2
GUI Animations and Actions
« on: December 02, 2013, 07:58:49 PM »
Hi All,

I have been able to create a button with the gui system.  I click on one gui image and it brings up another.  Is it possible to animate the second fsm to drop it down? Similar to a drop down div animation using jquery?  If so can you show me how to do this?

I will also like to allow a user to click on a button to then be taken to an other area on a level.  Could please show me a working sample/explanation of how to do an animation of taking a user to a different place?

Thank you!


jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15620
  • Official Playmaker Support
Re: GUI Animations and Actions
« Reply #1 on: December 04, 2013, 05:46:36 AM »
Hi,

 I would use a propery gui framework do build proper ui widgets such as a drop down, else it will be hell on toast to do it yourself. Ngui has playmaker support, and I even ported its drop down sample.

https://hutonggames.fogbugz.com/?W1111

bye,

 Jean