playMaker

Author Topic: PlayRandomAnimation.OnUpdate Problem  (Read 1808 times)

seeper

  • Playmaker Newbie
  • *
  • Posts: 1
PlayRandomAnimation.OnUpdate Problem
« on: August 05, 2012, 09:11:58 AM »
PlayRandomAnimation can't call OnUpdate()

first action
 1. OnEnter()
 2. OnUpdate() ...
 3. OnExit()

but second action
 1. OnExnter()
.....
 if stop unity then call OnExit().
but can't call OnUpdate()!

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: PlayRandomAnimation.OnUpdate Problem
« Reply #1 on: August 07, 2012, 09:09:32 AM »
hi,

 not sure I understand your set up. Both actions are PlayRandom Animation? then you don't need OnUpdate right?

 bye,

 JEan