On Tue, Feb 2, 2010 at 9:48 AM, Cor <[email protected]> wrote: > Notice this: > > > > public function checkFrame(e:Event):void { > > if (e.target.currentFrame== > 10) { > > trace(" > checkFrame" + e.target.currentFrame) > > doTween(); > > } > > } > > > > The trace only show the text because myThumb has no frames >
Has 1 frame. Right. There's the problem. Now the rest of the movie, of course, does have frames. Is there any way to work around this? TIA, beno _______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

