Hi,

I am trying to construct a button to display the last frame of my animation
with swfc.
So I define a .swf:

.swf animation ANIM.swf

then, I define an actionScript function:

function a5 () { animation.gotoAndStop(animation.totalframes); };

which is associated with my button. But this does not work. I tried with
animation.totalFrames too.
If, for example, I write:

function a5 () { animation.gotoAndStop(4); };

this works fine.

Can you help me?
Thanks.

Best regards,

-- 
Maxime Chupin
http://mc.notezik.com

Reply via email to