swftools-common
[Top][All Lists]
Advanced

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

Fwd: [Swftools-common] masking effect in swfc


From: Chris Pugh
Subject: Fwd: [Swftools-common] masking effect in swfc
Date: Tue, 15 Dec 2009 22:11:37 +0000

Using the jpeg photo from example 1.2:

  http://www.swftools.org/swfc/swfc.html

i.e.

   http://www.swftools.org/swfc/photo.jpeg

Here is a code sample for simple wipe.

######################
# wipe.sc - a simple left/right wipe.
######################
.flash filename="wipe.swf" version=5 fps=25

   .jpeg s1 "photo.jpeg" quality=80%
   .box b1 337 405  color=black fill=black
.frame 1
   .put s1 x=50 y=0
   .put b1 x=50 y=0
.frame 100
   .change b1 scalex=0
.frame 200
   .change b1 scalex=337
.end

HTH.

Regards,


Chris.
2009/12/15 sanu sanu <address@hidden>:
> thanks for your reply
>
> i used these examples to create almost 100 ppt to swf conversion, but i got
> stucked when converting making effects and wipe effects of ppt using
> actionscript.
>
> how to import image to swf and convert them to movie other than sprite in
> swfc like we import image in flash in timeline using action script
>
> pls help me
>
> Regards
> Sanu
>
>
>
> On Mon, Dec 14, 2009 at 10:56 PM, Chris Pugh <address@hidden>
> wrote:
>>
>> 2009/12/14 sanu sanu <address@hidden>:
>> > Hi
>> >
>> > I am new member of ur group
>> >
>> > Currently i m working ina ppt to swf converter using action script via
>> > swfc.
>> >
>> > Pls send codes to create wipe and masking effect using action script in
>> > swfc.
>> >
>> > Pls help me
>>
>> Seek, and ye shall find! :o)
>>
>>     http://www.swftools.org/swfc/swfc.html
>>
>>     http://wiki.swftools.org/index.php/SWF_Commands
>>
>>     http://www.swftools.org/examples.html
>>
>>     http://technoargia.free.fr/swftools/examples/
>>
>>
>> Regards,
>>
>> Chris.
>
>




reply via email to

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