Ye, guess u saw the title and thought on sth simple =P. I need to know the horizontal position of my mouse… the code is in a SWF… BUT that SWF is being included by other one which is fullscreen (it means i never know the width of that animation). The SWF where the mouse position is needed is being included by the fullscreen SWF file.
What’s the problem? if i ask for _root._mousex i get the position of the mouse but at the fullscreen SWF, so i get a wrong position since i need to know where the mouse is at the second SWF (i need that the coordinates (0,0) are where the second SWF is being included). This second SWF is centered so it’s X position changes according to the width of the fullscreen one.
So… i dunno… … If i knew how to get the Horizontal position of the movieclip containing the second SWF, that would be enough… am, anyone know how to get this value? :?..