Fusion 6 - flashing display

Host: Mac OS 10.8.4

Client: Windows 7

Accelerate 3D graphics: Off (happens also when the value WE)

I love my virtual machine running on an other office space and switch back / forth between my VM and the mac using ctrl-> etc. Before the upgrade to VMWare 6, it worked well. It still works, but now I see a brief Flash (black screen) within the virtual machine display. It happens very quickly and it is not boring, but I want to get rid of all the same . This occurs if the virtual computer is full screen or windowed, but I am not flashing to open applications in the unit.

Any ideas?

HA! Answering my own post! Such class

Apparently this is a known bug (internal bug No. 1089519) so I hope that this means that it will be fixed soon

Tags: VMware

Similar Questions

  • Add a border to a flash.display.Loader.

    I'm developing an application ActionScript 3 for Blackberry PlayBook.

    I am loading an image with flash.display.Loader.

    I want to show that image with a black border of 5px.

    How can I do?

    Put the charger in a Sprite with x, y of 5.5 and then draws on the graphics of the sprite of the border property.

  • Support for Pixel Bender? (flash.display.Shader)

    Anyone who has studied if the runtime takes in charge flash.display.Shader (the "kernel Pixel Bender's" what's new in Flash 10)?

    The AIR docs say only that it can or is not supported on a mobile device.

    In this message @gluth user said that he used the PixelBender stuff with success in the old and the new Simulator (beta 2) without any problem.  (The thread is something else, but if we don't know what it is made reference, get two or three messages where he talked using PixelBender gray buttons, and I was questioned that).

  • 1119: access of nativeWindow property possibly not defined through a reference with static type flash.display:Stage.

    I tried this code:

    http://help.Adobe.com/en_US/AS3/dev/WS5b3ccc516d4fbf351e63e3d118666ade46-7e08.html

    but it displays error: 1119: access of nativeWindow property possibly not defined through a reference with static type flash.display:Stage.

    package

    {

    import flash.display.Sprite;

    import flash.events.MouseEvent;

    import flash.text.TextField;

    SerializableAttribute public class MinimizeExample extends Sprite

    {

    public void MinimizeExample (): void

    {

    var minTextBtn:TextField = new TextField();

    minTextBtn.x = 10;

    minTextBtn.y = 10;

    minTextBtn.text = "minimize";

    minTextBtn.background = true;

    minTextBtn.border = true;

    minTextBtn.selectable = false;

    addChild (minTextBtn);

    minTextBtn.addEventListener (MouseEvent.CLICK, onMinimize);

    var maxTextBtn:TextField = new TextField();

    maxTextBtn.x = 120;

    maxTextBtn.y = 10;

    maxTextBtn.text = "zoom";

    maxTextBtn.background = true;

    maxTextBtn.border = true;

    maxTextBtn.selectable = false;

    addChild (maxTextBtn);

    maxTextBtn.addEventListener (MouseEvent.CLICK, onMaximize);

    var restoreTextBtn:TextField = new TextField();

    restoreTextBtn.x = 230;

    restoreTextBtn.y = 10;

    restoreTextBtn.text = "restore";

    restoreTextBtn.background = true;

    restoreTextBtn.border = true;

    restoreTextBtn.selectable = false;

    addChild (restoreTextBtn);

    restoreTextBtn.addEventListener (MouseEvent.CLICK, onRestore);

    var closeTextBtn:TextField = new TextField();

    closeTextBtn.x = 340;

    closeTextBtn.y = 10;

    closeTextBtn.text = 'close this window ';

    closeTextBtn.background = true;

    closeTextBtn.border = true;

    closeTextBtn.selectable = false;

    addChild (closeTextBtn);

    closeTextBtn.addEventListener (MouseEvent.CLICK, onCloseWindow);

    }

    function onMinimize(event:MouseEvent):void

    {

    this.stage.nativeWindow.minimize ();

    }

    function onMaximize(event:MouseEvent):void

    {

    this.stage.nativeWindow.maximize ();

    }

    function onRestore(event:MouseEvent):void

    {

    this.stage.nativeWindow.restore ();

    }

    function onCloseWindow(event:MouseEvent):void

    {

    this.stage.nativeWindow.close ();

    }

    }

    }

    You can not force-close a browser with the exception of a window with javascript window.

  • ReferenceError: Error #1069: m_viewerController property not found on flash.display.AVM1Movie and there is no default value.      at intro_fla::MainTimeline/_onEnterFrame()

    (1) what is flash.display.AVM1Movie? I'm using as3

    (2) what is m_viewerController?

    (3) _onEnterFrame is usually a function name that by default it needs?

    function onMclLoaded(event:Event):void

    {

    This.MCL.Visible = false;

    this.addEventListener (Event.ENTER_FRAME, _onEnterFrame);

    }

    Maybe it's part of a component any which is used in the file that you upload.  Code is associated with this object is unable to find it.

  • I'm on a W7 PC, of FlashProCC. -Have a Z1, jpg in the library. Choose Properties, export for ActionScript and get name Z1, class flash.display.BitmapData - how I introduce in a display by using Action Script 3.0 object?

    I'm on a W7 PC, of FlashProCC. -Have a Z1, jpg in the library. Choose Properties, export for ActionScript and get name Z1, class flash.display.BitmapData - how I introduce in a display by using Action Script 3.0 object?

    var z1:Bitmap = new bitmap;

    Z1. BitmapData = new Z1 (1,1);

    yourDisplayObject.addChild (z1);

  • Embedding a SWF Movieclip gives the error: "cannot convert box_swf to flash.display.MovieClip.

    Hello, I am getting a weird error on a very simple code.

    I have a swf containing a clip with the Linkage name "Box". The movieclip has an animation of 30 images, still Flash Builder keeps mistake saying: this isn't a clip!

    SerializableAttribute public class Main extends Sprite

    {

    [Embed (source = "... / assets/box.swf", symbol = "Box")] public static A_Box: Class const;

    public void Main()

    {

    var box: MovieClip = new A_Box();

    }

    }

    #1034: constraint type failed: cannot convert box_swf$161b93e3bc30cfa0cb18e1d734943c6f-1063626660@53720a1 to flash.display.MovieClip.

    If I try to bring it as a leprechaun, it works very well (var box: Sprite = new A_Box();), but then it does not animate, because it is considered as a sprite.

    I looked around 20 examples online, the code is very simple and I can't seem to find anything wrong with my code. I also rechecked 300

    time and the Movieclip is correctly set up inside the Swf. (name of the link, several frames, export for actionscript Framework 1, etc.)

    Then... Why does is not the only work of Sprite and MovieClip?

    I'm doing something wrong or is this maybe a problem of FlashBuilder/Air13.0?

    Thank you!

    I opened my project again today to see if it suddenly works perfectly... Something must have been in cache because I got hurt with her for six hours yesterday, and now without changing it works immediately the bat.

    I find that there are problems cache as such in FB. Sometimes the changes I have made do not appear in the project at all (including the removal of the top classes) until I restart FB. Really wish that Adobe get their act together and release a patch to fix some of the bugs all.

  • Property not found on flash.display.Loader charger and there is no default value

    Hi, I want to drag a single image of set of images loaded via xml, but it is showing an error.

    ReferenceError: Error #1069: property not found on flash.display.Loader charger and there is no default value.

    "hand / mouseDownHandler ()" thanks in advance...

    XML

    /////////////////////////////////////

    <? XML version = "1.0" encoding = "utf-8" standalone = "yes"? >

    < GALLERY >

    < IMAGE THUMB = "photo_tb/pic1.jpg" / > "

    < IMAGE THUMB = "photo_tb/pic2.jpg" / > "

    < IMAGE THUMB = "photo_tb/pic3.jpg" / > "

    < IMAGE THUMB = "photo_tb/pic4.jpg" / > "

    < / GALLERY >

    /////////////////////////////////////////////

    package

    {

    import flash.display. *;

    import flash.events. *;

    flash.net import. *;

    import flash.display.Sprite;

    import flash.display.Loader;

    import flash.events.MouseEvent;

    main/public class extends MovieClip

    {

    private var levelXML:XML;

    private var myLoader:URLLoader;

    private var my_images:XMLList;

    private var my_total:Number;

    private var my_thumb_width:Number;

    private var container_mc:MovieClip;

    private var my_mc:MovieClip;

    public void main()

    {

    levelXML = new XML();

    var XML_URL:String = "data / data.xml."

    var myXMLURL:URLRequest = new URLRequest (XML_URL);

    myLoader = new URLLoader (myXMLURL);

    myLoader.addEventListener (Event.COMPLETE, lanceApp);

    }

    private void startApp(e:Event):void

    {

    var myXML:XML = new XML (e.target.data);

    my_images = myXML.IMAGE;

    my_total = my_images.length ();

    createContainer();

    callThumbs()

    for each {(var niveau: XML dans levelXML.level)}

    trace (Level.leveltitle);

    trace (Level.identifyme);

    //}

    }

    private function createContainer (): void

    {

    container_mc = new MovieClip();

    container_mc.x = 50;

    container_mc.y = 50;

    my_mc.x = 100

    my_mc.y = 100

    addChild (container_mc);

    }

    private function callThumbs (): void

    {

    trace (my_total)

    for (var i: Number = 0; i < my_total; i ++)

    {

    'loader_' + i

    my_thumb_width = 100

    var thumb_url = my_images[i].@THUMB;

    var thumb_loader = new Loader();

    thumb_loader. Load (new URLRequest (thumb_url));

    thumb_loader.contentLoaderInfo.addEventListener (Event.COMPLETE, thumbLoaded);

    thumb_loader. Name = i;

    thumb_loader.x = (my_thumb_width * I);

    }

    }

    private void thumbLoaded(e:Event):void

    {

    var my_thumb:Loader = Loader (e.target.loader);

    container_mc. AddChild (my_thumb);

    my_thumb.contentLoaderInfo.removeEventListener (Event.COMPLETE, thumbLoaded);

    Sprite: var loader = Loader (e.target);

    var my_thumb:Loader = Loader (e.target);

    trace (my_thumb)

    my_thumb.addEventListener (MouseEvent.MOUSE_DOWN, mouseDownHandler);

    my_thumb.addEventListener (MouseEvent.MOUSE_UP, mouseUpHandler);

    }

    private void mouseDownHandler(e:MouseEvent):void {}

    var my_thumb:Loader = Loader (e.target.loader);

    container_mc. AddChild (my_thumb);

    e.target.startDrag ();

    }

    private void mouseUpHandler(e:MouseEvent):void {}

    trace ("mouseUpHandler");

    var sprite: Sprite = Sprite (event.target);

    sprite.removeEventListener (MouseEvent.MOUSE_MOVE, OnMouseMoveHandler);

    sprite.stopDrag ();

    }

    private void mouseMoveHandler(event:MouseEvent):void {}

    trace ("mouseMoveHandler");

    event.updateAfterEvent ();

    }

    }

    }

    In your function mouseDownHandler target you 'e.target.loader', however, e.target is a Loader and Chargers have no property loader.

    private void mouseDownHandler(e:MouseEvent):void {}

    var my_thumb:Loader = Loader (e.target.loader);

    Try just "e.target" instead since this should be your code is looking for.

    var my_thumb:Loader = Loader (e.target);

    Although you might find you need to use "e.currentTarget" instead since e.target can point to the content of the loader instead of the charger itself

  • 1067: constraint implied a value of class type to a type unrelated to flash.display:MovieClip

    Hello, I have a class named geeklog with the code:

    package

    {

    import flash.display.MovieClip;

    import flash.events.MouseEvent;

    import flash.events.Event;

    import flash.display.Loader;

    SerializableAttribute public class extends MovieClip geeklog

    {

    private var _root:MovieClip = new MovieClip();

    public void geeklog (numImages:Number, rt:MovieClip)

    {

    ...

    and I have a second class named MainJogo, that the appeal of geeklog:

    package

    {

    import flash.events. *;

    import flash.display.Loader;

    import flash.display.MovieClip;

    import flash.display.Stage;

    import of geeklog;

    public class MainJogo

    {

    #error

    private var imgMc:LoadImages = new LoadImages(2,this);

    #error

    public void MainJogo(url:String)

    {

    ...

    If I just post the MainJogo class code in the Assembly, there is no problem, but if I run the app like this with 2 classes I get the error message

    1067: constraint implied a value of class type to a type unrelated to flash.display:MovieClip.

    Can someone help me please?

    Thank you

    MainJogo is not a Movieclip, so "this" (in MainJogo) is not a MovieClip.

    If MainJogo extends the movieclip class, you will probably still 'this' thrown like a MovieClip.

    You can use:

    package

    {

    import flash.events. *;

    import flash.display.Loader;

    import flash.display.MovieClip;

    import flash.display.Stage;

    import of geeklog;

    SerializableAttribute public class MainJogo extends MovieClip

    {

    private var imgMc:LoadImages = new Loadimages() (2, MovieClip (this));

    public void MainJogo(url:String)

    {

  • necessity of flash.display.loader

    IM currently a library containing flash.display.loader need. I searched in google, but the libraries I've found does not display.loader. Could you give me the link where I can download this? Thank you guys.

    It is part of the 'package' of Adobe standard. You already have Flash professional or Flex SDK... I don't know what you use...

    Just add a line at the beginning of the friend code:

    import flash.display.Loader;
    
  • TypeError: Error #1034: Type coercion failed: cannot convert flash.display::MovieClip@64e6ca1 in fla

    Hi all

    I get this window pop-out error when I pressed a button. The earpiece button contains the following code:

    btn_start.addEventListener(MouseEvent.CLICK, gotoStart);
    function gotoStart(e:MouseEvent):void{ 
         btn_start.removeEventListener(MouseEvent.CLICK, gotoStart);
         gotoAndStop("START");
    }
    

    TypeError: Error #1034: Type ISP led constraint: cannot convert flash.display::MovieClip@64e6ca1 to flash.display.SimpleButton

    at flash.display::MovieClip/gotoAndStop()

    to attendanceCheck / gotoStart () [attendanceCheck::frame2:31]

    After searching the cause for a while, I can't find what's wrong with it...

    Help me please...

    Thank you

    Zainuu

    As I said, there is nothing wrong with this code.  So, since the error indicates that you treat a MovieClip, as if it were a SimpleButton control, somewhere in your design you have done something to try to force this MovieClip to be a button (or possibly vice versa if it's actually a button).  Check the properties panel and elsewhere to see if you have something that could be tempting to be that touches another object type than it is selected.

    Try to create a new movieclip and assign it to that name (detached from each other) and see if you still receive the error.  If it works, then I recommend just create a new movieclip and replace the current where the problem arose.

  • ReferenceError: Error #1069: property not found on flash.display.Stage length

    Hi all

    I have 3 input textfield. Each textfield has a string pre-loaded in it. When the user presses Tab, the focus must be cycled around textfield 1-3. Now, I'm trying to set the index of the caret to the last letter of the TextField. What is the problem with the code?

    Code:

    public function myTabKeyDown(event:KeyboardEvent):void
              {
                 if (event.keyCode == Keyboard.TAB)
                 {
                        //set caret selection
                        event.currentTarget.setSelection(event.currentTarget.length, event.currentTarget.length);
                 }
              }
    

    Error:

    ReferenceError: Error #1069: the property not found on flash.display.Stage length and there is no default value.

    Thank you

    Zainuu

    If your textfields are named (you went for each text field properties and gave it a unique name) you can use the Manager of Focus see IFF it has focus to set the selection to the end.

    http://help.Adobe.com/en_US/FlashPlatform/reference/ActionScript/3/FL/managers/FocusManage r.html? filter_flash = cs5 & filter_flashplayer = 10.2 & filter_air = 2.6

  • Error #1069: Property not found unloadAndStop on flash.display.Loader

    Hey all,.

    I have inhareted a flex application that was built in (I think) flex 3.x.  I am currently using Flash builder 4 and set the compiler settings to use flex 3.5.  as soon as I have for rund or debug the application, I get the following error:

    ReferenceError: Error #1069: property not found on flash.display.Loader unloadAndStop and there is no default value.

    to MethodInfo - 7)

    service /http://adobe.com/AS3/2006/builtin: apply)

    to SetIntervalTimer / onTimer)

    to::Timer/_timerDispatch() flash.utils

    to::Timer/tick() flash.utils

    I don't know what is the cause, the only thing I can think of at this point is that the app was built with a verson SDK before 3.5 and because I can't choose TI 3.5 throw this error. Can anyone confirm this or give me some advice on this.

    Thanks a ton.

    default project 3.x to assume the Flash Player 9, which did not have

    unloadAndStop on the charger.  Another code that you are running is assuming that player

    10. you want to either demote this code to take the Player 9, or set

    -target-Player = 10 on the compiler options.

  • #2025 error: The supplied DisplayObject must be a child of the caller.      to flash. display::DisplayObj

    Hi guys I am pullying my hair since 2 days

    Plese help me

    Is my document class

    package

    {

    import flash.display.MovieClip;

    import flash.display.StageScaleMode;

    import flash.display.StageAlign;

    /public class Main extends MovieClip

    {

    scrollerBg:ScrollerBg private var;

    public void Main()

    {

    stage.scaleMode = StageScaleMode.NO_SCALE;

    stage.align = StageAlign.TOP;

    scrollerBg = new ScrollerBg();

    addChild (scrollerBg);

    scrollerBg.x = 39;

    scrollerBg.y = 572;

    }

    }

    }

    My ScrollerBg is connect to this class

    package com.elements

    {

    import flash.display.MovieClip;

    import LeftArrow.

    import RightArrow;

    import flash.display.Sprite;

    import flash.net.URLLoader;

    import flash.events.Event;

    import flash.net.URLRequest;

    import flash.display.Loader;

    import flash.events.ProgressEvent;

    import flash.events.IOErrorEvent;

    import com.elements.PreloaderObject;

    import com.greensock.TweenMax;

    /public class Scrollercontainer extends MovieClip

    {

    leftArrow:LeftArrow private var;

    rightArrow:RightArrow private var;

    scrollerBg:Sprite private var;

    scrollerMask:Sprite private var;

    private var xmlPath:String = "xml/scroller.xml.

    xmlLoader:URLLoader private var;

    private var preloader: PreloaderObject;

    public static var bgImage:Array;

    public static var thumbImage:Array;

    public static var labelArray:Array;

    xmlData:XML private var;

    public void Scrollercontainer()

    {

    addEventListener (Event.ADDED_TO_STAGE, onAddedtoStageHandeler, false, 0, true);

    }

    onAddedtoStageHandeler(evt:Event):void private function

    {

    scrollerBg = new Sprite();

    scrollerBg.graphics.beginFill (0 x 000000, 1);

    scrollerBg.graphics.drawRect (0,0,865,78);

    scrollerBg.graphics.endFill ();

    addChild (scrollerBg);

    scrollerBg.x = 28;

    scrollerBg.y = 13;

    scrollerMask = new Sprite();

    scrollerMask.graphics.beginFill (0 x 000000, 1);

    scrollerMask.graphics.drawRect (0,0,865,78);

    scrollerMask.graphics.endFill ();

    addChild (scrollerMask);

    scrollerMask.x = 28;

    scrollerMask.y = 13;

    scrollerBg.mask = scrollerMask;

    left arrow = new LeftArrow();

    leftArrow.x = 14;

    leftArrow.y = 44;

    leftArrow.buttonMode = true;

    addChild (leftArrow);

    right arrow = new RightArrow();

    rightArrow.x = 901.

    rightArrow.y = 44;

    rightArrow.buttonMode = true;

    addChild (rightArrow);

    lodXMLinit();

    }

    private function lodXMLinit (): void

    {

    bgImage = new Array();

    thumbImage = new Array();

    labelArray = new Array();

    xmlLoader = new URLLoader();

    xmlLoader.addEventListener (Event.COMPLETE, xmlLoaded);

    xmlLoader.load (new URLRequest (xmlPath));

    preloader = new PreloaderObject();

    preloader.buildPreloader ();

    }

    xmlLoaded(evt:Event):void private function

    {

    xmlData = new XML (evt.target.data);

    var xmlList:XMLList = xmlData.slide;

    var point: XML;

    / / trace (xmlList.toXMLString ());

    for each (xmlList)

    {

    bgImage.push (item.slide);

    thumbImage.push (item.thumbImage);

    labelArray.push (item.label);

    }

    / / trace(thumbImage[1]);

    buildThumbScroller();

    }

    private function buildThumbScroller (): void

    {

    for (var i: int = 0; i < thumbImage.length; i ++)

    {

    var thumbBackground:MovieClip = new MovieClip();

    var thumbImgeBackground:Sprite = new Sprite();

    thumbImgeBackground.graphics.beginFill(0xffffff,1);

    thumbImgeBackground.graphics.drawRect (0,0,100,78);

    thumbImgeBackground.graphics.endFill ();

    thumbBackground.addChild (thumbImgeBackground);

    thumbBackground.x (100 + 20) = * i;

    thumbBackground.indexs = i;

    thumbBackground.src = thumbImage [i];

    thumbBackground.buttonMode = true;

    var preloader: PreloaderObject = new PreloaderObject();

    preloader.name = String (i);

    preloader.buildPreloader ();

    var imageContainer:Sprite = new Sprite();

    var thldr:Loader = new Loader();

    thldr.contentLoaderInfo.addEventListener (Event.OPEN, pairs loadStarted);

    thldr.contentLoaderInfo.addEventListener (Event.COMPLETE, imageLoaded);

    thldr.contentLoaderInfo.addEventListener (ProgressEvent.PROGRESS, showProgress);

    thldr.contentLoaderInfo.addEventListener (IOErrorEvent.IO_ERROR, onError);

    thldr.load (new URLRequest (thumbBackground.src));

    imageContainer.addChild (thldr);

    thumbBackground.addChild (imageContainer);

    scrollerBg.addChild (thumbBackground);

    }

    }

    loadStarted(evt:Event):void private function

    {

    trace (this); Traces [object ScrollerBg];

    this.addChild (preloader);

    }

    imageLoaded(evt:Event):void private function

    {

    }

    showProgress(evt:ProgressEvent):void private function

    {

    / / trace (this);

    var percent: Number = (1.0 / evt.bytesTotal) * evt.bytesLoaded;

    / / trace (percent);

    si (p == 1)

    {       

    this.removeChild (preloader); Here's my problem when it draws traces [object ScrollerBg];

    }

    else

    {

    preloader.loadBar.width = stage.stageWidth * per cent;

    }

    }

    onError(evt:IOErrorEvent):void private function

    {

    }

    }

    }

    and my Preloader object class is the following

    package com.elements

    {

    import flash.display.MovieClip;

    import flash.display.Shape;

    /public class PreloaderObject extends MovieClip

    {

    public var loadBar:Shape;

    public void PreloaderObject()

    {

    }

    buildPreloader(color:uint_=_0xffccdd,height:uint_=3):void of the public service

    {

    Gauge = new Shape();

    loadBar.graphics.beginFill(color,1);

    loadBar.graphics.drawRect (0.0,0.0,100,100);

    loadBar.graphics.endFill ();

    loadBar.width = 0.0;

    loadBar.height = height;

    addChild (loadBar);

    }

    }

    }

    Here, I want to show the preloader on each thumbloading process
    When tracing both parent show is the same but preloader does not work please help me
    Thanks in advance

    This is not going to work.

    you have a problem with your logic.  you have a preloader.  you have several objects that you load into a loop for.  the first object will finish loading, preloader is removed and then the next object end of loading.

    1. There is no preloader displaying prices charge when the first object is completed loading

    2. the preloader first shows the load progress of the first object only, not the load course of whatever it is you want to load

    3. the error of you know: preloader seeks to be removed, after it is already deleted.

    If you don't like about 1 and 2 do not resolve your issue, use the code that I suggested in my first post:

    {if (preloader.stage)}

    this.removeChild (preloader);

    }

    If you want to display the load progress of the rest of the loop for loads, you will need to decide what exactly you want to display.

  • Could not be converted flash.display:Sprite

    Cannot convert flash.display::Sprite@39394a9 to flash.display.MovieClip.

    Some examples of code

    var enemyArray:Array = new Array();

    var mySprite:Sprite;
    mySprite = new Sprite();
    addChild (mySprite);

    var myEnemy:Enemy;
    myEnemy = new Enemy();

    mySprite.addChild (myEnemy);
    enemyArray.push (myEnemy);

    removeEnemy(e:Enemy)
    {
    for (var i in enemyArray)
    {
    If (enemyArray [i] == e)
    {
    enemyArray.splice(1,i);
    }
    }
    }
    ----------------------------------------
    -------
    the enemy class: If anemy is off the screen, it will attract the deleteEnemy
    then it will remove the enemy soon after that that he will call the parent removeChild() to eliminate the enemy to the table

    deleteEnemy()
    {
    MovieClip (parent) .removeEnemy (this);
    parent.removeChild (this);
    }

    Then, it will get the error above,

    I guess the problem is, class enemy cant access the removeEnemy() in the parent class

    but when I remove the sprite like this:

    addChild (myEnemy);

    instead:

    mySprite.addChild (myEnemy);

    then it will be ok, but my goal is, how can enemy called the removeEnemy() in parent while it is inside the sprite

    Here is the structure if no sprite:

    main > examples > enemy

    Sample - is the clip parent of enemy

    -now enemy can call the removeEnemy() of the sample

    with sprite:

    main > examples > sprite > enemy

    -now the enemy cannot call the removeEnemy() in the sample

    My goal is, enemy can call the removeEnemy() of the sample while its inside a sprite

    TNX for the help in advance...

    you said, "How can enemy called the removeEnemy() to parent."  If that were true, the code that I proposed would have worked.

    If removeEnemy() is not the parent of the enemy, where it is relatively to the enemy?  in your 2nd post, you said:

    sample > sprite > enemy

    which indicates that removeEnemy() is the enemy parent.parent:

    MovieClip (parent.parent) .removeEnemy)

Maybe you are looking for

  • I dropped my iPhone face down on the concrete

    DDo, I have need of a new phone or can it be repaired? I dropped my iPhone 5, OS7.1.2, face-down on the concrete and now it does not illuminate screen is gray and cannot see all of the icons, as applications.

  • Internet high speed &amp; 1stgen AirportExpress

    Recently I upgraded my internet speed to 150Mbps. using my (model A1264) 1stGen Airport Express, I am only able to get 50Mbps to my office. My iMac is at short range with my router. My internet is slow speed b/c my Express is outdated? A new Express

  • Adding a search engine toolbar

    using firefox 11.0 on win 7 64 bit and cannot load a search engine toolbar. I did some research and found that I need to click on the search engine icon, but it is not one on my browser. I have not found another way to open the window "manage search

  • Advanced for the import of a CD functionality disappeared.

    Watch is more advanced for the import of a CD functionality.  Without it you cannot copy several tracks on CD to an MP3.   How can I get that back?   I use iTunes 12.3.3.17 on a PC running Windows 7 Home Premium.

  • Time Capsule will not respond to Airport utility

    Here's my situation. I have a Time Capsule as my single wireless AP.  The led is green.  All my devices are able to access it without problem.  I can all the Time Machine backups on the internal drive. However... When I try to access the TC via the A