Hello Guest

Author Topic: Play Animation on Pause  (Read 2974 times)

Dipanker

  • Newbie
  • *
  • Posts: 17
    • View Profile
Play Animation on Pause
« on: August 13, 2013, 11:27:26 am »
Hi please help I like to know how can I keep on play 2d user interface animation while game on pause mode.

unikronsoftware

  • Administrator
  • Hero Member
  • *****
  • Posts: 9709
    • View Profile
Re: Play Animation on Pause
« Reply #1 on: August 13, 2013, 12:34:11 pm »
Hi,

You can use the tk2dUISpriteAnimator instead of the normal animator to have it play while the game is paused. You can convert a normal animator to a uianimator by clicking on the little settings icon in the inspector next to the tk2dUIAnimator class.