Ask a Question related to Macromedia Flash, Design and Development.
-
Patrik Liljebäck #1
Re: a movieclip to control another movieclip???
Well, try to trace the _x coordinate or print it onto screen so you can
see what it is.
What is pc_move? If you want to move the clip, you must say
if (_level0.pc_loader.pc._x<=100) {
_level0.pc_loader.pc._x = 0;
}
--
Patrik
hoho < wrote:> i have two movieclips in my main movie,
>
> movie no.1 "pc" as a swf file loaded into the "pc_loader" instance.
> movie no. 2 "controller" is a movieclip already in the main movie.
>
> now from the "controller" movieclip i want to check the _x position
> from the "pc" movieclip. something like this:
>
> onClipEvent (load) {
> if (_level0.pc_loader.pc._x<=100) {
> pc_move = 0;
> }
> }
>
> but well, it does not work, i got the feeling that the _x position
> was not properly read at all.
>
> anybody could help me ???? thanx.
>
>
>Patrik Liljebäck Guest
-
MovieClip position
I have loaded some text from an xml file into a dynamic text field and resized the text field dynamically using "myTextfield.autoSize="left"; But I... -
using <img> tag to link movieclip
Embedding movie clip symbols To embed a movie clip symbol in a text field, you specify the symbol's linkage identifier for the <img> tag's src... -
MovieClip Properties
I am trying to load an external .swf into a movieClip "dropZone". I want to control the size of the dropZone so that the external .swf fits into the... -
shooting thru another movieclip
hey there im making this first person shooter game and theres this sniper guy wh hides behind some sandbags. the problm is, u can shoot rite thru... -
MovieClip color
Hi How do I get the color of a movie clip without using setRGB()and the color object first? Thanks Steve



Reply With Quote

