[Tool] Text Area & Popup Editors |
Laagaadoo « Citoyen » 1446056760000
| 8 | ||
(this is a little old version) Long time ago I've made a thread showing a very bad editor, now I'm showing the new one I created, better (I hope) Features
The previous one was not accurate in the position, this new one is. There is still some work to be done. Any bugs found, please report it here <3 I've made this two months ago, to popups :D It has the same features from Text Area Editor, except that you can only resize its sides (hover the mouse over its edges) There is still some work to be done. Any bugs found, please report it here <3 NOTE: When you use too many line breaks (without <br> tag) you MUST you [[]] instead of "". Dernière modification le 1539064320000 |
Beyazfelaket 1446059520000
| | ||
[Modéré par Ediz, raison : Ban evasion: Recklax] |
Nicolasledu « Citoyen » 1446070080000
| 0 | ||
Oh nice ! |
Eliaseeg « Citoyen » 1446078660000
| 0 | ||
Oh... you did it. I love how much this editor overrides the another one you've created. Great job. |
Gekkeiju « Citoyen » 1446120120000
| 0 | ||
great! I want more GUI if possible. gj anyway. |
Laagaadoo « Citoyen » 1446130200000
| 0 | ||
Animjarcanin a dit : beyazfelaket a dit : Nicolasledu a dit : gekkeiju a dit : Eliaseeg a dit : Thanks <3 |
Evilsantah « Citoyen » 1446156960000
| 0 | ||
I was looking for something like this (textarea editor), all it's missing is color pickers. That's the main reason I'd like to use it, just so I can try out different colors real quick. Well done though. |
Laagaadoo « Citoyen » 1446171300000
| 0 | ||
Evilsantah a dit : Thank you. I've added the color pickers, it is not beautiful as the Transformice but it works, tomorrow I'll be making it better. |
Hydroper « Citoyen » 1446194880000
| 0 | ||
Laagaadoo a dit : If you'd make it in HTML5, I'd suggest some plugin that I used oldly - JS color picker, I think it's this. But it may be possible to find some of it to AS3 also. Dernière modification le 1446195000000 |
Evilsantah « Citoyen » 1446213960000
| 0 | ||
Laagaadoo a dit : Thanks! EDIT: few more things I noticed
Dernière modification le 1446216840000 |
Laagaadoo « Citoyen » 1446217260000
| 0 | ||
profiver a dit : Well, I'm not good in JS, sorry :c Evilsantah a dit : Thanks! I'm working on it right now. And you can move it 1 pixel holding CTRL + ↑/↓/→/↑ |
Evilsantah « Citoyen » 1446220740000
| 0 | ||
Ah okay! Another thing: when you pass 0 for backgroundColor, it becomes 0x324650. Dernière modification le 1446220800000 |
Laagaadoo « Citoyen » 1446228900000
| 0 | ||
Update! :D
Go check it out! |
Skokon « Citoyen » 1446235140000
| 0 | ||
Really nice , Good joob , I gonna test it soon |
Bofyre « Citoyen » 1446236940000
| 0 | ||
Great update! Can you add a selection also? |
Hydroper « Citoyen » 1446247980000
| 0 | ||
Here's a function to convert RGB to HEX: a dit : You can do a new color picker easily using your good knowledge (Red, green and blue)... Try to use this in your tool, I use it on JS now, but it probably will works in AS3 if the slice() function exists on. Dernière modification le 1446287400000 |
Laagaadoo « Citoyen » 1446257040000
| 0 | ||
profiver a dit : Thanks, but Flash already has a built-in function to get hexadecimal colors from a determined point. Skokon a dit : bofyre a dit : Thanks! I would add a selection, but when you are editing it you probably will be looking into it, so there is no need. UPDATE: New color picker: UPDATE 11/02 You couldn't edit the X/Y text fields, now you can. It's now even more accurate. Dernière modification le 1446488100000 |
The1337coder « Citoyen » 1446665760000
| 0 | ||
Hmm, i spotted a little issue with the generated code. When you have a textarea text containing html (ie. <font size="14">text</font>) the app doesn't escape the quotes. You should do something like text.replace('"', '\"'); else it will fail in lua: > Init Error : [string "Player_name.lua"]:2: ')' expected |