00:00
00:00
Newgrounds Background Image Theme

GaboRabo just joined the crew!

We need you on the team, too.

Support Newgrounds and get tons of perks for just $2.99!

Create a Free Account and then..

Become a Supporter!

AS: Typewriter Effect

9,098 Views | 35 Replies
New Topic Respond to this Topic

Response to AS: Typewriter Effect 2008-07-31 22:40:59


Yes but then if you want to change what the text says you have to change every keyframe separately. Also, if you want a ton of typing text, like things characters say in a game, that would be a lot more work.

Response to AS: Typewriter Effect 2008-07-31 22:50:26


Wow, i really could have used this tutorial for MindFeed, lulz! :D


what

BBS Signature

Response to AS: Typewriter Effect 2008-07-31 23:01:26


Now that I have this maybe I can do my phoenix wright thing.

Response to AS: Typewriter Effect 2009-04-28 08:22:01


if it doesint work, remember to put the following when you want it to start typing (top of the code if you want it when its on the frame)

spelltext ()

as for what happens when your done, reading the tutorial instead of just copy and pasting would help alot

...will check to see if the entire string has been "typed" out...

AS2||AS3||Motox

Thanks to hdxmike for the sig :]

BBS Signature

Response to AS: Typewriter Effect 2009-04-28 08:35:44


link doesn't work


Awesome turret game in the making, featuring 85 uniqe turrets: News post

BBS Signature

Response to AS: Typewriter Effect 2009-04-28 10:19:02


var i:Number=0;
w = setInterval(function(){txt=t.substr(0,i),i>t.length?clearInterval(w):i++;},99);

BBS Signature