Can I use HTML5 data entry and validation techniques within a Construct2 game? For example, say I want to allow the player to name a character, but want to prohibit the use of the "top 10" foul words.
Develop games in your browser. Powerful, performant & highly capable.
Easy , You just have to add an event that pop-up a warning if the username text object is egal to one of the bad words !
Great - Thanks!