Hello fellow constructors!
Recently I have started my first project with Construct 2. It involves quite a lot of text. Since a text field (not a text box) cannot be styled using CSS, I have chosen buttons in order to display text (fill in the blank text).
These buttons are disabled and use drag and drop. The Internet Explorer handles this very well but within Firefox and exported exe files (via NW.js) the buttons cannot be dragged.
Example:
Sentence start blank sentence end.
("Sentence start" and "sentence end" are text fields.)
The text which is supposed to be dragged into the blank is written on buttons which are styled with CSS in order to have a background color.
Does anyone know a workaround for this? Or does anyone know a really good way to implement a lot of text (fill in the blank text) with C2? I tried sprite fonts but I am not satisfied with the results.
Any ideas are highly appreciated!
Thanks!