Hello Guest

Author Topic: tk2DUIScrollBar doesn't work when paused  (Read 3898 times)

Florp

  • 2D Toolkit
  • Newbie
  • *
  • Posts: 3
    • View Profile
tk2DUIScrollBar doesn't work when paused
« on: April 13, 2014, 12:52:10 am »
I'm using tk2DUIScrollBar to create a slider that works just fine when timescale > 0, but doesn't respond to user input when timescale = 0.

Other 2D Toolkit UI items don't seem to care about deltaTime; is ScrollBar an exception, or am I using it incorrectly?

Thanks,

Florp

unikronsoftware

  • Administrator
  • Hero Member
  • *****
  • Posts: 9709
    • View Profile
Re: tk2DUIScrollBar doesn't work when paused
« Reply #1 on: April 14, 2014, 05:11:45 am »
Hmm, it doesn't seem to use deltaTime either. Are you using 3d or 2d physics?