peterchan my code: this.face = mainChar.findSlot("skeleton/head_light"); this.face.r = "255"; it can be effect on web, but i built to android , cannot be used. how can change the slot color? thank you
Nate r is a number, not a string. Also I believe it should be between 0 to 1. Other than that, you probably need to ask the cocos JS guys why your thing works on the web but not on Android.