pausing flash

Out of context: Reply #1

  • Started
  • Last post
  • 5 Responses
  • chrisRG0

    i´m not 100% sure, but i guess you can´t stop a movie clip without addressing it...

    for ex: a mc with nested mcs..
    _root.main_mc.stop()
    _root.main_mc.nested1_mc.stop();
    _root.main_mc.nested1_mc.sub_mc...
    and etc...

    anyway, i heard smt about call the printer job stop all clips running, i´m just not sure if there´s a way to hide the printer box.

    and another solution, you could build a 'for in' loop to track all objects in your flash and stop'em, i´ve never try that, but i´ve heard about it too.

View thread