yogidishman
08-05-2009, 08:45 PM
I am trying to attach a movie clip at a specific location on the stage using the following code:
attachMovie("plane_mc", "mc", 1, {x:50} );
The statement above does attach my MC called plane_mc onto the stage but it won't attach it at the location where I want it to. The x parameter doesn't seem to have any effect whatsovever on the stage location. Can someone please help.
Thank you.
Note that I am using Flash 8 AS 3.
attachMovie("plane_mc", "mc", 1, {x:50} );
The statement above does attach my MC called plane_mc onto the stage but it won't attach it at the location where I want it to. The x parameter doesn't seem to have any effect whatsovever on the stage location. Can someone please help.
Thank you.
Note that I am using Flash 8 AS 3.