Ciao, complimenti per il lavoro!
Che font hai usato per LOREM IPSUM ? Mi piaceva parecchio…
volevo chiederti, è possibile avere una sola animazione? 
- Has been a member for 4-5 years
- Exclusive Author
- Sold between 5 000 and 10 000 dollars
- Bought between 10 and 49 items
- Europe
Ciao grazie, la font usata è un Frutiger.
Eseguire una sola volta l’animazione è possibile, basta commentare la funzione che richiama il loop. Rimane comunque il fatto che anche una sola riga di testo viene caricata via xml.
The best time saving file I have purchased on FD! I hope you continue to build these text packs in as2.
- Has been a member for 4-5 years
- Exclusive Author
- Sold between 5 000 and 10 000 dollars
- Bought between 10 and 49 items
- Europe
Hello! Thank you for your compliments !
How can this be made not to loop (replay) at the end? I’d like it to stop afer the last phrase has animated on screen.
Someone posted the same question on this forum a while back, but I didn’t see a response.
Thanks.
- Has been a member for 4-5 years
- Exclusive Author
- Sold between 5 000 and 10 000 dollars
- Bought between 10 and 49 items
- Europe
And the last phrase must be displayed or must be removed too ?
Actually depending on the circumstances, both (have the phrase displayed and removed). The workaround I have for having it removed is to unload the movieclip…which is cumbersome.
I don’t have a workaround for having it just stop with the last phrase displayed.
Please advise. Thanks
- Has been a member for 4-5 years
- Exclusive Author
- Sold between 5 000 and 10 000 dollars
- Bought between 10 and 49 items
- Europe
An easy way to stop the loop at the end is this:
find the Steps function on any .fla file, then:
replace
Caption_arr.length – 1
with
Caption_arr.length
at that point comment all what is inside on the else statement.
Save and export.
Other ways must be considered apart.
That worked. Thanks!
However, is there a way to have it stop before the phrase animation exit so that the text is left on screen?
- Has been a member for 4-5 years
- Exclusive Author
- Sold between 5 000 and 10 000 dollars
- Bought between 10 and 49 items
- Europe
Yes, simply inside the EndPositioning function add these line on the top:
if (i == Caption_arr.length) {return;}
and it will leave the last text on the screen.
Great file. Is there a way to not use an external xml file and just have the content text be directly in the script.

47 Purchases
31 Comments