r4gn0
09-18-2008, 07:28 PM
Hi there! im calling a movie from my library but i want it under a picture in one of the layers, how can i do that? here is the code:
Create a var for the movie
var inicio:pagInicio = new pagInicio();
placing the movie in the document
var currentPage:MovieClip=inicio;
var nextPage:MovieClip;
inicio.alpha=0;
inicio.x=242.7;
inicio.y=103.3;
addChild(inicio);
how can i tell the movie to load in a certain layer??? HELP PLZ!!!
Create a var for the movie
var inicio:pagInicio = new pagInicio();
placing the movie in the document
var currentPage:MovieClip=inicio;
var nextPage:MovieClip;
inicio.alpha=0;
inicio.x=242.7;
inicio.y=103.3;
addChild(inicio);
how can i tell the movie to load in a certain layer??? HELP PLZ!!!