|
From: strk <st...@ke...> - 2008-12-29 22:12:38
|
On Mon, Dec 29, 2008 at 04:23:43PM -0500, Jay Koutavas wrote: > 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>? You can set a name to an instance you place: SWFDisplayItem it = SWFMovie_add(myMovie, myMc); SWFDisplayItem_setName(it, "myMcName"); Then you can refer to it using 'myMcName' --strk; GIS & Flash consultant/developer () ASCII Ribbon Campaign http://foo.keybit.net/~strk/services.html /\ Keep it simple! |