A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: _root.getBytesLoaded

  1. #1
    Dr Evil!
    Join Date
    Jan 2004
    Location
    London
    Posts
    32

    _root.getBytesLoaded

    Can anyone tell me what the _root. means?

    It sounds silly but I don't understand it and Flash Help is useless.
    Spiros
    ======
    If you wanna see my Flash skills check out my page @ www.demolitionclan.dsl.pipex.com

  2. #2
    1+1+1+1+1=me
    Join Date
    Sep 2000
    Location
    UK
    Posts
    46
    _root means the main timeline of your movie

    example

    _root.play(); - will paly main movie timeline

    _root.movieclipone.play(); - will play a movieclip on the main timeline that is named movieclipone

    _root.movieclipone.moviecliptwo.play(); - will play the timeline of the movieclip called moviecliptwo, which is inside a movieclip called movieclipone, which is on the main timeline.

    hope thats clear?

Posting Permissions

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




Click Here to Expand Forum to Full Width

HTML5 Development Center