|
Post by RPG Speaking Text on Dec 12, 2004 13:46:30 GMT -5
[shadow=red,left,300]Does anyone have an RPG text speaking thingy that looks like a type writer. Like on Zelda?[/shadow]
|
|
|
Post by shad0w on Dec 14, 2004 1:06:54 GMT -5
this could work:
create event: a=0 write=0
draw event: if (a<2) { a+=1 } else { a=0 write+=1 } str="This is a test" draw_text(0,0,string_copy(str,1,write))
Hope that helps
|
|