swftools-common
[Top][All Lists]
Advanced

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

Re: [Swftools-common] What is this code in the preLoader Template??


From: Matthias Kramm
Subject: Re: [Swftools-common] What is this code in the preLoader Template??
Date: Sun, 26 Sep 2004 16:25:33 +0200
User-agent: Mutt/1.5.6i

On Fri, Sep 24, 2004 at 01:22:18PM -0400, Mike McKinnon wrote:
> if (getProperty(12.000000, _x) >= 2.000000)
> {
>     gotoAndStop(2);
> } // end if
> 
> What does the # 12.00000 represent?  To me it seems like its saying  if
> movie Clip # 12.00000's _x position is 2 or greater, play frame 2
> otherwise do nothing.

12.00000 is the "frameloaded" property. (The property numbers are also
listed in the comment on the bottom of lib/modules/swfaction.c, btw.)

If both frames (the preloader frame and the movie frame) are loaded, 
it goes to frame 2, the movie.

Greetings

Matthias






reply via email to

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