Color Transition Wrapper
Since changing color smoothly seems like a task that pops up often during game development, I decided to make a wrapper function (around Corona's default transition.to) in order to make it easier. TO USE : First load the table that contains the function: 1 cTrans = require("colortransition") Then call the wrapper function as such: cTrans:colorTransition(... More...
Posted by atoko, Posted on 9 May 2012, Last updated 9 May 2012 | 0 comments
