Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: seeper on August 05, 2012, 09:11:58 AM

Title: PlayRandomAnimation.OnUpdate Problem
Post by: seeper 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()!
Title: Re: PlayRandomAnimation.OnUpdate Problem
Post by: jeanfabre 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