On Mon, 4 Jul 2011 09:26:02 +0100
Maxime Chupin <[email protected]> wrote:
> function a5 () { animation.gotoAndStop(animation.totalframes); };
> 
> which is associated with my button. But this does not work. I tried with
> animation.totalFrames too.
> Can you help me?
> Thanks.

That kind of property has an underscore attached to it.  So, you state:

   animation._totalframes;

( NB property is also lower case not camelCase ).

You may find the Action Script reference manuals useful.  Links are here:

   http://wiki.swftools.org/index.php/Main_Page

HTH.

Regards,



Chris 
-- 
<[email protected]>

Reply via email to