Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
gdevelop5:objects:text_entry [2019/05/18 01:13] piyushpalawat99 |
gdevelop5:objects:text_entry [2020/12/26 13:56] (current) |
||
---|---|---|---|
Line 11: | Line 11: | ||
After creating a new object from the Objects Editor list, select "Text entry" from the displayed list of choices | After creating a new object from the Objects Editor list, select "Text entry" from the displayed list of choices | ||
+ | |||
{{ : | {{ : | ||
Line 20: | Line 21: | ||
First, add a Text Object to the scene. Then, add an event to modify the content of the Text object: | First, add a Text Object to the scene. Then, add an event to modify the content of the Text object: | ||
+ | |||
{{ : | {{ : | ||
For the last parameter, which is the new content for the text, use the expression mentioned above: | For the last parameter, which is the new content for the text, use the expression mentioned above: | ||
- | {{ : | + | {{ : |
- | //Note that __Entry__ should be the name of the Text Entry object. You need to replace this with the name of your Text Entry object.// | + | < |
Now if you run a scene preview. Start typing you will see the text object displaying whatever you type. | Now if you run a scene preview. Start typing you will see the text object displaying whatever you type. | ||
Line 39: | Line 41: | ||
Open these examples online.</ | Open these examples online.</ | ||
- | {{ : | + | {{: |
* https:// | * https:// |