So Im building this multiplayer chat room app. Its cool and i want to add smilies to the bar, then load the smiley to the chat box and send to the chat .
How do i do that??
Develop games in your browser. Powerful, performant & highly capable.
You could have a Sprite that contains all possible smileys, then just refer to them by the animation frame index.
Make sure you stop the animation though (Set Speed 0).