Flasher Archive

[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]


Subject: RE: [flasher] RE: typewriter animations
From: Scott Jeppesen
Date: Tue, 06 Feb 2001 06:37:27 -0000

or try this code on a MC...

onClipEvent(load){
i=1;
text = "This is only a test...";
_root.display = "";
}
onClipEvent(enterFrame){
_root.display += substring(text,i,1);
i++;
}

Then set a variable to a text field called "display"

It should appear to type it out.

SJ
-----Original Message-----
From: DRMRLPLSataol [dot] com [DRMRLPLSataol [dot] com (mailto:DRMRLPLSataol [dot] com)]
Sent: Monday, February 05, 2001 7:12 PM
To: flasher from chinwag
Subject: [flasher] RE: typewriter animations


Try Swish.

Andrew

In a message dated 2/5/01 8:24:41 PM Eastern Standard Time,
benoitatdigitalmediums [dot] com writes:

<< hello
hell
hel
he
h

and then when it plays it look slike hello is typed out.
this is really tedious. is there an automated way or a third party tool
that
can do this for me?
>>

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The Chinwag site carries a wealth of Flash resources.
Find useful links, suggested reading and archives at:

** http://www.chinwag.com/flasher **
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
You are subscribed to flasher as: ScottJategoxstudios [dot] com
To unsubscribe, email leave-flasher-479780Vatlists [dot] chinwag [dot] com




[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]