|
From: Jay K. <ja...@he...> - 2008-12-29 21:23:51
|
Also.. how can I reference my movieclip I created using Ming from inside an action script? i.e. how do I get to its instance. So, from a action on the movie itself I can do: <mc>.stop(); Where do I get <mc>? At 5:09 PM +0100 12/29/08, strk wrote: >On Sun, Dec 28, 2008 at 06:10:18PM -0500, Jay Koutavas wrote: >> Thanks, this helped. >> >> Now my next problem. :) >> >> I want to stop a movieclip in my movie. I do this: >> >> movieClip->addInitAction( new SWFAction( "stop();" )); >> >> But it plays one frame. If I try to stop it in onEnterFrame, like so: > >Make the animation start on the second frame, have only "stop" in the >first one. The frame containing the "stop" action will be executed of course. > >--strk; -- -------------------------------------------------------- Jay Koutavas mailto:ja...@he... Heynow Software http://www.heynow.com Windham, New Hampshire, USA -------------------------------------------------------- |