so, I had this problem since yesterday, and I can’t fix it:
i=4
loadMovie("wall_sample.swf", "lt"+i)
//the movie is loaded into the movieClip, but
//NONE of the following worked, the movieClip keeps playing
_root.lt4.stop()
_level0.lt4.stop()
tellTarget("lt4"){stop()}
with(lt4){stop()}
//however changing the movieClip's properties works fine (both ways)
_root.lt4._x=0
setProperty("_root.lt4", _y, 0)
can someone help me out? What’s wrong? Howcome I can’t evoke any functions within the loaded swf? Please help