- Change the color of selected text.
- Change the font of selected text.- Change the size of selected text.
And now?
---Sorry for short message, I not speak english.
why not just do that yourself?
Posted 27 April 2011 - 06:34 PM
- Change the color of selected text.
- Change the font of selected text.- Change the size of selected text.
And now?
---Sorry for short message, I not speak english.
Posted 27 April 2011 - 10:07 PM
Edited by peter henry, 27 April 2011 - 10:07 PM.
Posted 28 April 2011 - 07:17 AM
Well, you'll have to use an array which holds the colors for each character in the text. Shouldn't be that hard to implement, maybe I'll add it if I get the time.I don't know.
Davve, can you make it?
Bye!
Edited by Davve, 28 April 2011 - 12:35 PM.
Posted 28 April 2011 - 03:01 PM
Posted 28 April 2011 - 04:57 PM
Well, you'll have to use an array which holds the colors for each character in the text. Shouldn't be that hard to implement, maybe I'll add it if I get the time.
Posted 04 May 2011 - 01:04 PM
Posted 07 May 2011 - 12:04 AM
Posted 07 May 2011 - 10:44 AM
Posted 07 May 2011 - 10:52 AM
Posted 07 May 2011 - 12:09 PM
Posted 13 August 2011 - 01:34 PM
Posted 13 August 2011 - 01:48 PM
First, replace line 67 in the step event with this (Replace NUMBEROFLINES with the maximum number of lines to allow):Hello everyone, I'm new here.
I've been tinkering with this for a little while now and I'm curious: Does anybody know a method for getting the lines to stop? Like if I wanted to make a text box limited to say 10 lines, how would I go about that? I've been plugging away at this for 6 hours and I got the word wrapping to work just how I want, but the line limitations just completely escapes me. I love the text editor though it's EXACTLY what I've been looking for. Thanks much for everyone's time.
while (string_length(keyboard_string)>0 && string_count(chr(10),typing_string)<NUMBEROFLINES) {And then add this between line 80 and 81:keyboard_string=""
Posted 13 August 2011 - 02:03 PM
First, replace line 67 in the step event with this (Replace NUMBEROFLINES with the maximum number of lines to allow):
Hello everyone, I'm new here.
I've been tinkering with this for a little while now and I'm curious: Does anybody know a method for getting the lines to stop? Like if I wanted to make a text box limited to say 10 lines, how would I go about that? I've been plugging away at this for 6 hours and I got the word wrapping to work just how I want, but the line limitations just completely escapes me. I love the text editor though it's EXACTLY what I've been looking for. Thanks much for everyone's time.while (string_length(keyboard_string)>0 && string_count(chr(10),typing_string)<NUMBEROFLINES) {And then add this between line 80 and 81:keyboard_string=""
Posted 13 August 2011 - 04:13 PM
Edited by ihato, 22 August 2011 - 12:20 PM.
Posted 13 April 2012 - 07:35 AM
Edited by A!ex, 13 April 2012 - 07:42 AM.
Posted 13 April 2012 - 08:48 AM
Posted 17 May 2012 - 10:21 PM
Create more instances of the object?yes that all seems handy but how would i go about making multiple text fields?
Edited by Davve, 17 May 2012 - 10:22 PM.
Posted 27 May 2012 - 11:47 PM
Edited by Craig Davidson, 28 May 2012 - 12:14 AM.
Posted 18 September 2012 - 07:35 PM
0 members, 0 guests, 0 anonymous users