Author Topic: Animation off sprite sheet  (Read 3467 times)

dlewis

  • Guest
Animation off sprite sheet
« on: May 17, 2012, 07:24:16 PM »
Does NGUI support animations from a defined sprite sheet?

I haven't seen anything related to it in the engine so far and I just want to check before I start doing my own (probably just by changing the sprite every X time).

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Animation off sprite sheet
« Reply #1 on: May 17, 2012, 07:31:58 PM »
UISpriteAnimation. :P

dlewis

  • Guest
Re: Animation off sprite sheet
« Reply #2 on: May 17, 2012, 08:24:25 PM »
haha whoops, I completely skipped over that one thinking it was related to adding unity animations to sprites (like UIButtonPlayAnimation).

Thanks once again! You rock.