swftools-common
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Swftools-common] Text scrolling script


From: Kaya Saman
Subject: [Swftools-common] Text scrolling script
Date: Thu, 05 Jan 2012 00:38:27 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:8.0) Gecko/20111115 Thunderbird/8.0

Hi,

using the docs on the web I managed to piece together a script to invert the background for text.

How can I loop or scroll the text a finite number of times say 10 or so?

This is the script:

.flash filename="invert.swf" fps=50 bbox=500x120
.jpeg pic bg_stripe.jpg
.put pic
.font arial arial.ttf
.text txt font=arial text="Made for the people by the people!" size=200%

.put txt x=500 y=100 blend=invert
.frame 700
.change txt x=-4096
.end


I had a look at putting the .stop statement after the .change before .end but then the text went once and stopped.

Is there a parameter which will control this?


Thanks.

Kaya



reply via email to

[Prev in Thread] Current Thread [Next in Thread]