Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » How To Make A Text Engine
- meowflash
-
500+ posts
How To Make A Text Engine
I would like to make a text engine, but, need the scripts! What do you mean by a text engine?
- scimonster
-
1000+ posts
How To Make A Text Engine
What kind of text engine are you talking about? I don't understand what you need.
- meowflash
-
500+ posts
How To Make A Text Engine
http://scratch.mit.edu/projects/12067195/The scripts of that project are perfect!
- curiouscrab
-
500+ posts
How To Make A Text Engine
Make sure to give credit if you use it.http://scratch.mit.edu/projects/12067195/The scripts of that project are perfect!
- meowflash
-
500+ posts
How To Make A Text Engine
I already gave credit!Make sure to give credit if you use it.http://scratch.mit.edu/projects/12067195/The scripts of that project are perfect!
- meowflash
-
500+ posts
How To Make A Text Engine
I need to make my own script for a text engine.
- CrystalStar-
-
100+ posts
How To Make A Text Engine
I need to make my own script for a text engine.
Sorry, I didn't mean to be rude! It was that you changed only a few things and called it your own text engine.
If you want to make your own, then firstly you need a sprite with all the costumes from A-Z. Make sure all the costume centers are in the middle of all the costumes, then you can use this script:
If the width of each letter is different, then make a list that contains the width of each letter in it, in separate slots. (So if ‘A’ was 10 pixels wide, ‘B’ was 11, and ‘C’ was 13, then the first item in the list would be 10, the 2nd would be 11, and the 3rd would be 13.)
Then replace
with
Hope this helps! c:
Last edited by CrystalStar- (Sept. 3, 2013 18:40:28)
- meowflash
-
500+ posts
How To Make A Text Engine
It does help!I need to make my own script for a text engine.
Sorry, I didn't mean to be rude! It was that you changed only a few things and called it your own text engine.
If you want to make your own, then firstly you need a sprite with all the costumes from A-Z. Make sure all the costume centers are in the middle of all the costumes, then you can use this script:
If the width of each letter is different, then make a list that contains the width of each letter in it, in separate slots. (So if ‘A’ was 10 pixels wide, ‘B’ was 11, and ‘C’ was 13, then the first item in the list would be 10, the 2nd would be 11, and the 3rd would be 13.)
Then replace
with
Hope this helps! c:
- JJFABBY
-
100+ posts
How To Make A Text Engine
I'm making a bit of a simplified one, it only works in all caps though. 

- iceswordmaster
-
6 posts
How To Make A Text Engine
I am really clueless on how to make a text engine. Please help me!
- ianrocks
-
47 posts
How To Make A Text Engine
I made a pretty successful I am really clueless on how to make a text engine. Please help me!text engine. It supports size and wraparound (if the text goes off-screen, it will go to the next line automatically). It's all caps and the backspace only works if you have a single color background (change the backspace costume in the sprite to the background color of your project). Other than that, it works well. If you use it, please give me credit.

- iceswordmaster
-
6 posts
How To Make A Text Engine
Thanks, but is there a tutorail that will help me make a text engine?I made a pretty successful I am really clueless on how to make a text engine. Please help me!text engine. It supports size and wraparound (if the text goes off-screen, it will go to the next line automatically). It's all caps and the backspace only works if you have a single color background (change the backspace costume in the sprite to the background color of your project). Other than that, it works well. If you use it, please give me credit.
- ianrocks
-
47 posts
How To Make A Text Engine
Sorry, but I don't know of a tutorial. Making one is very simple, though. Look through my scripts and try to figure it out. The name of the costume matters! I may make a tutorial this weekend, if I have time.Thanks, but is there a tutorail that will help me make a text engine?I made a pretty successful I am really clueless on how to make a text engine. Please help me!text engine. It supports size and wraparound (if the text goes off-screen, it will go to the next line automatically). It's all caps and the backspace only works if you have a single color background (change the backspace costume in the sprite to the background color of your project). Other than that, it works well. If you use it, please give me credit.
- iceswordmaster
-
6 posts
How To Make A Text Engine
Thank you I'll try that.Sorry, but I don't know of a tutorial. Making one is very simple, though. Look through my scripts and try to figure it out. The name of the costume matters! I may make a tutorial this weekend, if I have time.Thanks, but is there a tutorail that will help me make a text engine?I made a pretty successful I am really clueless on how to make a text engine. Please help me!text engine. It supports size and wraparound (if the text goes off-screen, it will go to the next line automatically). It's all caps and the backspace only works if you have a single color background (change the backspace costume in the sprite to the background color of your project). Other than that, it works well. If you use it, please give me credit.
- -SpaceCap-
-
2 posts
How To Make A Text Engine
I need help. I want to make a text engine, but I can't understand the scripts. Can someone make it easy to understand?
- iceswordmaster
-
6 posts
How To Make A Text Engine
Yes, I can. Basically you play around with the scripts and make the sprite either make a clone, or stamp itself, therefore making it type. I need help. I want to make a text engine, but I can't understand the scripts. Can someone make it easy to understand?
- jeppe3700
-
11 posts
How To Make A Text Engine
I need to make my own script for a text engine.
Sorry, I didn't mean to be rude! It was that you changed only a few things and called it your own text engine.
If you want to make your own, then firstly you need a sprite with all the costumes from A-Z. Make sure all the costume centers are in the middle of all the costumes, then you can use this script:
If the width of each letter is different, then make a list that contains the width of each letter in it, in separate slots. (So if ‘A’ was 10 pixels wide, ‘B’ was 11, and ‘C’ was 13, then the first item in the list would be 10, the 2nd would be 11, and the 3rd would be 13.)
Then replace
with
Hope this helps! c:
I've made a text engine like that (But by myself). The problem with this simplicity is that you cant make costume for both big letters (A) and at the same time have small letters (a). ):
- Discussion Forums
- » Help with Scripts
-
» How To Make A Text Engine