| |
How do you get text that types itself out in GM?, Like in Cave Story or The Underside.
Mike Shinoda |
|

Aka Artic
![Super Happy Heart Badge [*]](https://archive.mfgg.net/html/badges/shappyheart.gif) ![Sprite Comp Top 5 Badge (1) [*]](https://archive.mfgg.net/html/badges/sct1.gif)

Group: Members
Posts: 802
Member No.: 3598
Joined: 12-April 07
Status: (0d)
![[--]](style_images/mfgg2_skin/warn_nosuspend.gif)

|
| QUOTE (RetroXYZ @ Oct 18 2009, 10:50 AM) | Guys, stop giving way more complex code than you need.
| CODE | // Create string_to_draw="Hello, World!"; string_draw=""; delay=1; // change this value depending on the delay of each letter you want alarm[0]=delay;
// Alarm 0 string_draw=string_copy(string_to_draw,1,string_length(string_draw)+1); alarm[0]=delay; |
Very easy to do; stop over-complicating things.
In the draw event, just draw the string however you want. Use any font you want, including fonts you can make with font_add_sprite() (you can see how to use it in the GM manual).
|
Is there a way to change the delay in the middle of a string? Like, when someone talks at normal speed and then 3 dots (...) appear, but they apear really slow?
--------------------
rain.AKA Artic I'm gonna miss you ol' pal. See you guys in the 3.0.
|
|
|
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:
Track this topic
Receive email notification when a reply has been made to this topic and you are not active on the board.
Subscribe to this forum
Receive email notification when a new topic is posted in this forum and you are not active on the board.
Download / Print this Topic
Download this topic in different formats or view a printer friendly version.
[ Script Execution time: 0.0676 ] [ 13 queries used ] [ GZIP Enabled ] [ Server Load: 1.93 ]
| |