> I have the following code:
>
> ...
>
>        //check the hands and stop when they reach the 40 frame
>        public function checkFrame(e:Event):void
>        {
>            if (e.target.currentFrame == 40)
>            {
>            ...
>            }
>                if (e.target.currentFrame == 40)
>            {
>            ...
>            }
>        }

This may not have anything to do with your problem, but why do you
have two identical conditional tests, one right after the other?

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized
instruction at our training centers in Washington DC, Atlanta,
Chicago, Baltimore, Northern Virginia, or on-site at your location.
Visit http://training.figleaf.com/ for more information!

_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to