whats the difference between 'loadmovie' - "target" and "level"?
| SitePoint Sponsor |
whats the difference between 'loadmovie' - "target" and "level"?





A target is a path to an object and a level is a transparent "layer" above the current movie.
A target can be _root.myMovieClip.myClipObject
and
A level can be _level32.myMovieClip.myClipObject
Bookmarks