Control Level 0 MC from Level 1 Button?

Ask a Question related to Macromedia Flash Actionscript, Design and Development.

  1. #1

    Default Control Level 0 MC from Level 1 Button?

    This is probably an easy question but how do I control a Movie loaded in level
    0 (I want to change frames) from a button that is loaded in Level 1? If I apply
    this to the Level 1 button
    on (release)
    gotoAndPlay("Close")



    haydenad Guest

  2. Similar Questions and Discussions

    1. Control level communication
      I'm building a set of custom server controls that need to perform certain actions based on state. So, when a button is clicked in server control...
    2. Control Level 0 MC from Level 1 Button?
      "haydenad" <haydenad@qis.net> wrote in message news:c0bfnh$ir1$1@forums.macromedia.com... level apply _level0.gotoAndPlay("Close"); hth
    3. How to refer Page level variable from a control?
      Hi, I have a composite control inherited from System.Web.UI.Control. Inside of this control I need to refer to a Page level variable ...
    4. Control for "Isolation level" at SELECT statement level
      Hi folks. Some RDBMS products support the following syntax format: SELECT .... <whatever...> WITH {READCOMMITTED | REPEATABLEREAD | ......
    5. Caching difficulties (control level)
      I have an aspx page which loads two user controls, one of which I would like to cache the content since its data does not change much. However,...
  3. #2

    Default Control Level 0 MC from Level 1 Button?

    This is probably an easy question but how do I control a Movie loaded in level
    0 (I want to change frames) from a button that is loaded in Level 1? If I apply
    this to the Level 1 button
    on (release)
    gotoAndPlay("Close")
    } It plays frame label "Close" in the Level one movie. I want frame lable
    Close to play in the movie in Level 0. Thanks for any help

    haydenad Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139