Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

dynamic text box variables wont repeat ?

Status
Not open for further replies.

styleBunny

Technical User
Jun 20, 2002
133
AU
hi again,

i have created a typewriter effect, using a sting variable and a dynamic text box, with script over 3 frames.

When it has finished typing it plays a little movie clip (typewriter backspace XXXX) then i want it to type more in a second text box. even though i copy the script exactly right and changed all the variable names i get no love! :(

Its hard to understand so here is the .fla.

thanks.
p.
 
Your movie has a stop() in frame 4.

//frame3
if (loop>max) {
gotoAndPlay(4);
} else {
gotoAndPlay(2);
}

so the next bit is never executed...





Digital Soma
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top