Welcome, Guest
  • Author Topic: instance  (Read 2073 times)

    depp

    • Jr. Programmer
    • **
    • Posts: 68
      • View Profile
      • Email
    instance
    « on: 04/20/04, 07:44 »
    hi,

    how can i call an instance in the whole flash movie (Without using _root, _parent)!
    I know, itīs quite a little problem, but i donīt know it!

    I hope somebody can help me!
    « Last Edit: 04/20/04, 07:58 by depp »

    vesa kortelainen

    • Global Moderator
    • Systems Administrator
    • *****
    • Posts: 3450
      • View Profile
    Re:i was too busy to set a subject
    « Reply #1 on: 04/20/04, 07:46 »
    ?

    What u mean..?

    depp

    • Jr. Programmer
    • **
    • Posts: 68
      • View Profile
      • Email
    Re:instance
    « Reply #2 on: 04/20/04, 08:00 »
    a script like _root, that calls ever movieclip with that name in the whole movie!
    Like:

    _?.movie.play();

    I donīt know if it really exists!
    Can You help me?

    vesa kortelainen

    • Global Moderator
    • Systems Administrator
    • *****
    • Posts: 3450
      • View Profile
    Re:instance
    « Reply #3 on: 04/20/04, 08:39 »
    Description of _root:
    Property
    specifies or returns a reference to the root movie Timeline. If a movie has multiple levels, the root movie Timeline is on the level containing the currently executing script. For example, if a script in level 1 evaluates _root, _level1 is returned.
    Specifying _root is the same as using the slash notation (/) to specify an absolute path within the current level.
    Example
    The following example stops the Timeline of the level containing the currently executing script:
    _root.stop()

    The following example sends the Timeline in the current level to frame 3:
    _root.gotoAndStop(3)



    http://www.flash-db.com/remoting/mmhelp/

    I dont know do i understand you right but, You can only use _parent to spefic the movieclip...