i know how to do this
i have a movie clip already placed on stage called tileMc and it loads fine, but i cannot figure out how to make it stop.
i have two options. figure out how to make loaded movie clips stop or figure out how to load an external movie clip directly into the library with a linkage name applied for scripting. i would actually prefer to go with the latter.
| Code: |
|
loadMovie("tile.swf", _root.tileMc); |
i have a movie clip already placed on stage called tileMc and it loads fine, but i cannot figure out how to make it stop.
| Code: |
|
_root.tileMc.gotoAndStop(4);// does not work _root.tileMc.tile.swf.gotoAndStop(4);// does not work _root.tileMc.tile.gotoAndStop(4);// does not work |
i have two options. figure out how to make loaded movie clips stop or figure out how to load an external movie clip directly into the library with a linkage name applied for scripting. i would actually prefer to go with the latter.
