swftools-common
[Top][All Lists]
Advanced

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

Re: [Swftools-common] an unexpected behavior with swfc compiler


From: Chris
Subject: Re: [Swftools-common] an unexpected behavior with swfc compiler
Date: Tue, 21 Dec 2010 11:28:57 +0100

On Tue, 21 Dec 2010 09:43:50 +0100
luc luc <address@hidden> wrote:

> Hello ; I'm surprised with the flash obtained with those instructions :
> 
> .flash filename="/tmp/ella-temp.swf" version=5 fps=12  bbox=550x440
> background="#ffffff"
> .frame 1
> .box R1 210 91 color=#000000 fill=#fd0000
> .put R1 234 151 alpha=100% pin=center
> .frame 50
> .change R1 pin=center 378 143
> .frame 99
> .change R1 pin=center 175 114  rotate=-316
> .end # End swf movie
> 
> the box rotation starts at frame #1, not at fram #50 or frame
> #99. Someone can help ?

The 'change' is always post-stated, and tweens from the previously
stated frame.  If you were to implement a change actually at frame
#99, just where exactly would you expect it to end?  Now that.. *would* be the 
surprise! ;o)
 
HTH.

Incidentally, remember the current swfc compiler warning - .change
has been deprecated in favour of .move 

 
Chris 
-- 
<address@hidden>



reply via email to

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