Hi All,
My code is below:
[lua] transition.to( gameTimerBar, { time = 30 * 1000, width=0 } )[/lua]
yesterday, i installed new version corona sdk. until yesterday upper code working properly (so: in 30 seconds, my bar was decreasing evenly)
but now its decreasing very fast. if i set the 30 * 100000 my bar is decreasing almost 30 second but it isn’t evenly :(
what is new version of coronas issue :huh: