Corona SDK: show emoji/images on native.showAlert() -
i'd let user know on game he's won life showing text little heart on end through native.showalert().
the code alert is
native.showalert( "hi!", "thank playing! here's 1 life gift next game. enjoy!" , {"ok"}, lifegift ) i want show heart after enjoy. how do that? either emoji or image. thanks
p.s.: building ios now
do want show heart on corona sdk alert..? if using mac, can as:
native.showalert( "hi!", "you got ♥ " , {"ok"}, lifegift ) it this:

you can different symbols various sites this.
keep coding........... :)
Comments
Post a Comment