Hi guys,
I notice this possible bug in “transition.to()” function. It occurs when I do an “alpha” transition for a “newTextField”. Other transitions (e.g. easing.inExpo) is ok.
It is used in a storyboard.
Code :
txtInputUsername = native.newTextField( 0, 0, TEXT\_INPUT\_BOX\_WIDTH , TEXT\_INPUT\_BOX\_HEIGHT, txtInputUsernameHandler ) transition.to( txtInputUsername , { time=transitionTime3, alpha = 1.0 } )
Error Produced :
Attempt to perform arithmetic on a string value…
* corrected code